Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c544 uint32_t table_id; in compile_huffman_tables() local
546 for (table_id = 0; table_id < JPEG_MAX_SETS_HUFFMAN_TABLES; table_id++) { 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()
728 uint32_t table_id; in tng__JPEG_process_huffman_tables() local
729 for (table_id = 0; table_id < JPEG_MAX_SETS_HUFFMAN_TABLES; table_id++) { in tng__JPEG_process_huffman_tables()
[all …]