mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 03:18:55 +08:00
Cosmetics: align spec references
Originally committed as revision 15300 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -31,12 +31,12 @@ typedef struct {
|
|||||||
|
|
||||||
float sp_hist[111]; ///< speech data history (spec: SB)
|
float sp_hist[111]; ///< speech data history (spec: SB)
|
||||||
|
|
||||||
/** speech part of the gain autocorrelation (spec: REXP) */
|
/// speech part of the gain autocorrelation (spec: REXP)
|
||||||
float sp_rec[37];
|
float sp_rec[37];
|
||||||
|
|
||||||
float gain_hist[38]; ///< log-gain history (spec: SBLG)
|
float gain_hist[38]; ///< log-gain history (spec: SBLG)
|
||||||
|
|
||||||
/** recursive part of the gain autocorrelation (spec: REXPLG) */
|
/// recursive part of the gain autocorrelation (spec: REXPLG)
|
||||||
float gain_rec[11];
|
float gain_rec[11];
|
||||||
|
|
||||||
float sp_block[41]; ///< four blocks of speech data (spec: STTMP)
|
float sp_block[41]; ///< four blocks of speech data (spec: STTMP)
|
||||||
|
Reference in New Issue
Block a user