Home
last modified time | relevance | path

Searched refs:TABLE_4_3_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegaudiodata.h47 #define TABLE_4_3_SIZE ((8191 + 16)*4) macro
49 extern const int8_t ff_table_4_3_exp [TABLE_4_3_SIZE];
50 extern const uint32_t ff_table_4_3_value[TABLE_4_3_SIZE];
52 extern int8_t ff_table_4_3_exp [TABLE_4_3_SIZE];
53 extern uint32_t ff_table_4_3_value[TABLE_4_3_SIZE];
Dmpegaudiodec_common_tablegen.h29 #define TABLE_4_3_SIZE ((8191 + 16)*4) macro
38 int8_t ff_table_4_3_exp [TABLE_4_3_SIZE];
39 uint32_t ff_table_4_3_value[TABLE_4_3_SIZE];
54 for (int i = 1; i < TABLE_4_3_SIZE; i++) { in mpegaudiodec_common_tableinit()