HomeSort by relevance Sort by last modified time
    Searched refs:huffcode (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdhuff.c 161 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);
fpdfapi_jchuff.c 190 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/chromium_org/third_party/libjpeg_turbo/
jdhuff.c 160 unsigned int huffcode[257]; local
163 /* Note that huffsize[] and huffcode[] are filled in code-length order,
204 huffcode[p++] = code;
224 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
226 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
247 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
249 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);
jchuff.c 224 unsigned int huffcode[257]; local
227 /* Note that huffsize[] and huffcode[] are filled in code-length order,
267 huffcode[p++] = code;
299 dtbl->ehufco[i] = huffcode[p];
  /external/jpeg/
jdhuff.c 158 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);
jchuff.c 186 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/qemu/distrib/jpeg-6b/
jdhuff.c 158 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);
jchuff.c 186 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/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 406 milliseconds