Home | History | Annotate | Download | only in jpeg

Lines Matching refs:dtbl

154   d_derived_tbl *dtbl;
178 dtbl = *pdtbl;
179 dtbl->pub = htbl; /* fill in back link */
222 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
224 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
226 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
229 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
238 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
247 dtbl->look_nbits[lookbits] = l;
248 dtbl->look_sym[lookbits] = htbl->huffval[p];