Home | History | Annotate | Download | only in libjpeg

Lines Matching full:huffcode

331   unsigned int huffcode[257];
334 /* Note that huffsize[] and huffcode[] are filled in code-length order,
375 huffcode[p++] = code;
395 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
397 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
416 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
418 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);