Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva_dec_jpeg.h118 unsigned char num_dc_codes[16]; member
Dva_trace.c996 sprintf(tmp + strlen(tmp), "%u ", p->huffman_table[i].num_dc_codes[j]); in va_TraceVAHuffmanTableBufferJPEG()
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c93 num_dc_codes:{0,1,5,1,1,1,1,1,1,0,0,0}, // 12 bits is ok for baseline profile
122 num_dc_codes:{0,3,1,1,1,1,1,1,1,1,1,0}, // 12 bits is ok for baseline profile
163 memcpy(priv->HTDC[i].bits, default_huffman_table_param.huffman_table[i].num_dc_codes, 16); in build_default_huffman_tables()
746 assert(sizeof(huffman_table.huffman_table[0].num_dc_codes) == in tinyjpeg_decode()
754 memcpy(huffman_table.huffman_table[i].num_dc_codes, priv->HTDC[i].bits, in tinyjpeg_decode()
755 sizeof(huffman_table.huffman_table[i].num_dc_codes)); in tinyjpeg_decode()
/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c734 table_entries += huff->huffman_table[table_id].num_dc_codes[bit_ind]; in tng__JPEG_process_huffman_tables()
741 uint32_t num_codes = huff->huffman_table[table_id].num_dc_codes[bit_ind]; in tng__JPEG_process_huffman_tables()