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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdhuff.c156 char huffsize[257]; local
160 /* Note that huffsize[] and huffcode[] are filled in code-length order,
188 huffsize[p++] = (char) l;
190 huffsize[p] = 0;
197 si = huffsize[0];
199 while (huffsize[p]) {
200 while (((int) huffsize[p]) == si) {
H A Djchuff.c185 char huffsize[257]; local
189 /* Note that huffsize[] and huffcode[] are filled in code-length order,
216 huffsize[p++] = (char) l;
218 huffsize[p] = 0;
225 si = huffsize[0];
227 while (huffsize[p]) {
228 while (((int) huffsize[p]) == si) {
262 dtbl->ehufsi[i] = huffsize[p];
/netgear-R7000-V1.0.7.12_1.2.5/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 78 milliseconds