Searched refs:huffcode (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdhuff.c161 unsigned int huffcode[257]; local
164 /* Note that huffsize[] and huffcode[] are filled in code-length order,
205 huffcode[p++] = code;
225 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
227 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
246 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
248 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);
H A Dfpdfapi_jchuff.c190 unsigned int huffcode[257]; local
193 /* Note that huffsize[] and huffcode[] are filled in code-length order,
233 huffcode[p++] = code;
265 dtbl->ehufco[i] = huffcode[p];
/external/jpeg/
H A Djdhuff.c158 unsigned int huffcode[257]; local
161 /* Note that huffsize[] and huffcode[] are filled in code-length order,
202 huffcode[p++] = code;
222 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
224 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
243 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
245 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);
H A Djchuff.c186 unsigned int huffcode[257]; local
189 /* Note that huffsize[] and huffcode[] are filled in code-length order,
229 huffcode[p++] = code;
261 dtbl->ehufco[i] = huffcode[p];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 72 milliseconds