comparison aactab.c @ 8812:541889e539b8 libavcodec

Add support for sample rate index 12, 7350 Hz Patch by Alex Converse ( alex converse gmail com )
author superdump
date Thu, 12 Feb 2009 13:31:43 +0000
parents e9d9d946f213
children 4cac4001dd23
comparison
equal deleted inserted replaced
8811:464c36527303 8812:541889e539b8
34 34
35 DECLARE_ALIGNED(16, float, ff_aac_kbd_long_1024[1024]); 35 DECLARE_ALIGNED(16, float, ff_aac_kbd_long_1024[1024]);
36 DECLARE_ALIGNED(16, float, ff_aac_kbd_short_128[128]); 36 DECLARE_ALIGNED(16, float, ff_aac_kbd_short_128[128]);
37 37
38 const uint8_t ff_aac_num_swb_1024[] = { 38 const uint8_t ff_aac_num_swb_1024[] = {
39 41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40 39 41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40, 40
40 }; 40 };
41 41
42 const uint8_t ff_aac_num_swb_128[] = { 42 const uint8_t ff_aac_num_swb_128[] = {
43 12, 12, 12, 14, 14, 14, 15, 15, 15, 15, 15, 15 43 12, 12, 12, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15
44 }; 44 };
45 45
46 const uint8_t ff_aac_pred_sfb_max[] = { 46 const uint8_t ff_aac_pred_sfb_max[] = {
47 33, 33, 38, 40, 40, 40, 41, 41, 37, 37, 37, 34 47 33, 33, 38, 40, 40, 40, 41, 41, 37, 37, 37, 34, 34
48 }; 48 };
49 49
50 const uint32_t ff_aac_scalefactor_code[121] = { 50 const uint32_t ff_aac_scalefactor_code[121] = {
51 0x3ffe8, 0x3ffe6, 0x3ffe7, 0x3ffe5, 0x7fff5, 0x7fff1, 0x7ffed, 0x7fff6, 51 0x3ffe8, 0x3ffe6, 0x3ffe7, 0x3ffe5, 0x7fff5, 0x7fff1, 0x7ffed, 0x7fff6,
52 0x7ffee, 0x7ffef, 0x7fff0, 0x7fffc, 0x7fffd, 0x7ffff, 0x7fffe, 0x7fff7, 52 0x7ffee, 0x7ffef, 0x7fff0, 0x7fffc, 0x7fffd, 0x7ffff, 0x7fffe, 0x7fff7,