Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c752 uint8_t code_size = ctx->symbol_codes[0][table_id][0].code_length; in tng__JPEG_process_huffman_tables() local
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()
762 code_size++; in tng__JPEG_process_huffman_tables()
798 code_size = ctx->symbol_codes[1][table_id][0].code_length; in tng__JPEG_process_huffman_tables()
801 if (ctx->symbol_codes[1][table_id][huff_ind].code_length == code_size) { in tng__JPEG_process_huffman_tables()
802 ctx->symbol_codes[1][table_id][huff_ind].code = code << ( 16 - code_size ); in tng__JPEG_process_huffman_tables()
807 code_size++; in tng__JPEG_process_huffman_tables()