Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodata.h46 #define TABLE_4_3_SIZE ((8191 + 16)*4) macro
48 extern const int8_t ff_table_4_3_exp [TABLE_4_3_SIZE];
49 extern const uint32_t ff_table_4_3_value[TABLE_4_3_SIZE];
51 extern int8_t ff_table_4_3_exp [TABLE_4_3_SIZE];
52 extern uint32_t ff_table_4_3_value[TABLE_4_3_SIZE];
H A 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()

Completed in 1 milliseconds