Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c543 uint32_t table_class; in compile_huffman_tables() local
545 for (table_class = 0; table_class < TABLE_CLASS_NUM; table_class++) { in compile_huffman_tables()
547 if (ctx->symbol_stats[table_class][table_id].num_codes) { in compile_huffman_tables()
548 JPG_VLC_CompileTable(ctx->symbol_codes[table_class][table_id], in compile_huffman_tables()
549 … &ctx->symbol_stats[table_class][table_id], ctx->huffman_table_space, ctx->huffman_table_RAM, in compile_huffman_tables()
550 &ctx->table_stats[table_class][table_id]); in compile_huffman_tables()
551 ctx->huffman_table_space -= ctx->table_stats[table_class][table_id].size; in compile_huffman_tables()
552 ctx->huffman_table_RAM += ctx->table_stats[table_class][table_id].size; in compile_huffman_tables()