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

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

Completed in 17 milliseconds