summaryrefslogtreecommitdiff
path: root/libavcodec/g729data.h
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2009-06-24 04:38:48 +0000
committerVladimir Voroshilov <voroshil@gmail.com>2009-06-24 04:38:48 +0000
commit3c70902bf55b9731cf5cf7d3b27ee4d5d61c0ecc (patch)
treee8c7a1ddf69181c0a769b1db4f403b95855702f7 /libavcodec/g729data.h
parent6a63ff19b6a7fe3bc32c7fb4a62fca8f65786432 (diff)
LSF (Line Spectral Frequencies) decoding routine.
Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/g729data.h')
-rw-r--r--libavcodec/g729data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/g729data.h b/libavcodec/g729data.h
index ef95570cdc..1d64553f20 100644
--- a/libavcodec/g729data.h
+++ b/libavcodec/g729data.h
@@ -263,6 +263,11 @@ static const int16_t cb_ma_predictor[2][MA_NP][10] = { /* (0.15) */
}
};
+static const int16_t cb_ma_predictor_sum[2][10] = { /* (0.15) */
+ { 7798, 8447, 8205, 8293, 8126, 8477, 8447, 8703, 9043, 8604},
+ {14585, 18333, 19772, 17344, 16426, 16459, 15155, 15220, 16043, 15708}
+};
+
/**
* initial LSP coefficients belongs to virtual frame preceding the
* first frame of the stream