diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2009-06-11 12:30:46 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-24 21:10:59 +0200 |
commit | 388f22556111bd0b13fbb30e4162695dd067db0e (patch) | |
tree | d058f13864a0f53b65a42df30474fae4142bf121 /libavcodec/g729data.h | |
parent | a5e0c4ddb56b6a79e6e9b506d8b48f359a539287 (diff) | |
download | ffmpeg-388f22556111bd0b13fbb30e4162695dd067db0e.tar.gz |
Frame erasure support for LSF decoding
Diffstat (limited to 'libavcodec/g729data.h')
-rw-r--r-- | libavcodec/g729data.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/g729data.h b/libavcodec/g729data.h index 1d64553f20..02d0b938af 100644 --- a/libavcodec/g729data.h +++ b/libavcodec/g729data.h @@ -268,6 +268,11 @@ static const int16_t cb_ma_predictor_sum[2][10] = { /* (0.15) */ {14585, 18333, 19772, 17344, 16426, 16459, 15155, 15220, 16043, 15708} }; +static const int16_t cb_ma_predictor_sum_inv[2][10] = { /* (3.12) */ + {17210, 15888, 16357, 16183, 16516, 15833, 15888, 15421, 14840, 15597}, + { 9202, 7320, 6788, 7738, 8170, 8154, 8856, 8818, 8366, 8544} +}; + /** * initial LSP coefficients belongs to virtual frame preceding the * first frame of the stream |