Commit 8229c0be authored by vitor's avatar vitor

Cosmetics: align spec references


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15300 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 49840e9e
......@@ -31,12 +31,12 @@ typedef struct {
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 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 sp_block[41]; ///< four blocks of speech data (spec: STTMP)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment