HomeSort by relevance Sort by last modified time
    Searched full:huff_ind (Results 1 - 1 of 1) sorted by null

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

Completed in 529 milliseconds