Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c61 #define TABLE_CLASS_NUM 2 macro
196 vlc_symbol_code_jpeg* symbol_codes[TABLE_CLASS_NUM][JPEG_MAX_SETS_HUFFMAN_TABLES];
197 vlc_symbol_stats_jpeg symbol_stats[TABLE_CLASS_NUM][JPEG_MAX_SETS_HUFFMAN_TABLES];
202 vlc_table_stats_jpeg table_stats[TABLE_CLASS_NUM][JPEG_MAX_SETS_HUFFMAN_TABLES];
545 for (table_class = 0; table_class < TABLE_CLASS_NUM; table_class++) { in compile_huffman_tables()