[FFmpeg-devel] [PATCH] Common ACELP code & G.729 [5/7] - G.729 tables
Vladimir Voroshilov
voroshil
Wed Sep 3 07:07:54 CEST 2008
2008/9/2 Michael Niedermayer <michaelni at gmx.at>:
> On Wed, Aug 27, 2008 at 03:09:38AM +0700, Vladimir Voroshilov wrote:
>> +/**
>> + * gain codebook (second stage), 8k mode (3.9.2 of G.729)
>> + */
>> +static const int16_t cb_gain_2nd_8k[1<<GC_2ND_IDX_BITS_8K][2] =
>> +{ /*(1.14) (2.13) */
>> + { 5142 , 592 },
>> + { 17299 , 1861 },
>> + { 6160 , 2395 },
>> + { 16112 , 3392 },
>> + { 826 , 2005 },
>> + { 18973 , 5935 },
>> + { 1994 , 0 },
>> + { 15434 , 237 },
>> + { 10573 , 2966 },
>> + { 15132 , 4914 },
>> + { 11569 , 1196 },
>> + { 14194 , 1630 },
>> + { 8091 , 4861 },
>> + { 15161 , 14276 },
>> + { 9120 , 525 },
>> + { 13260 , 3256 },
>
> 2.13 is wrong
Sign.
1.13 of course.
Rechecked remaining twice. Looks correct
--
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 05_g729tab_91.diff
Type: text/x-diff
Size: 2662 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080903/caded8cd/attachment.diff>
More information about the ffmpeg-devel
mailing list