Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c739 uint32_t huff_ind = 0; in tng__JPEG_process_huffman_tables() local
743 ctx->symbol_codes[0][table_id][huff_ind].code_length = bit_ind + 1; in tng__JPEG_process_huffman_tables()
745 huff_ind++; in tng__JPEG_process_huffman_tables()
753 huff_ind = 0; in tng__JPEG_process_huffman_tables()
755 while (huff_ind < table_entries) { in tng__JPEG_process_huffman_tables()
756 if (ctx->symbol_codes[0][table_id][huff_ind].code_length == code_size) { in tng__JPEG_process_huffman_tables()
757 ctx->symbol_codes[0][table_id][huff_ind].code = code << ( 16 - code_size ); in tng__JPEG_process_huffman_tables()
758 huff_ind++; in tng__JPEG_process_huffman_tables()
786 huff_ind = 0; in tng__JPEG_process_huffman_tables()
790 ctx->symbol_codes[1][table_id][huff_ind].code_length = bit_ind + 1; in tng__JPEG_process_huffman_tables()
[all …]