Searched refs:huffsize (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c284 char huffsize[257]; local
288 /* Note that huffsize[] and huffcode[] are filled in code-length order,
316 huffsize[p++] = (char) l;
318 huffsize[p] = 0;
325 si = huffsize[0];
327 while (huffsize[p]) {
328 while (((int) huffsize[p]) == si) {
H A Djchuff.c178 char huffsize[257]; local
182 /* Note that huffsize[] and huffcode[] are filled in code-length order,
209 huffsize[p++] = (char) l;
211 huffsize[p] = 0;
218 si = huffsize[0];
220 while (huffsize[p]) {
221 while (((int) huffsize[p]) == si) {
255 dtbl->ehufsi[i] = huffsize[p];

Completed in 98 milliseconds