Searched refs:TABLE_4_3_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #define TABLE_4_3_SIZE ((8191 + 16)*4) macro49 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];
29 #define TABLE_4_3_SIZE ((8191 + 16)*4) macro38 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()