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

  /external/libjpeg-turbo/
jdhuff.c 162 unsigned int huffcode[257]; local
165 /* Note that huffsize[] and huffcode[] are filled in code-length order,
206 huffcode[p++] = code;
226 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
228 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
249 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
251 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);
jchuff.c 222 unsigned int huffcode[257]; local
225 /* Note that huffsize[] and huffcode[] are filled in code-length order,
265 huffcode[p++] = code;
297 dtbl->ehufco[i] = huffcode[p];
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_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 */
245 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
247 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);
fpdfapi_jchuff.c 189 unsigned int huffcode[257]; local
192 /* Note that huffsize[] and huffcode[] are filled in code-length order,
232 huffcode[p++] = code;
264 dtbl->ehufco[i] = huffcode[p];
  /external/opencv3/3rdparty/libjpeg/
jdhuff.c 331 unsigned int huffcode[257]; local
334 /* Note that huffsize[] and huffcode[] are filled in code-length order,
375 huffcode[p++] = code;
395 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
397 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
416 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
418 lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l);
    [all...]
jchuff.c 168 unsigned int huffcode[257]; local
171 /* Note that huffsize[] and huffcode[] are filled in code-length order,
211 huffcode[p++] = code;
243 dtbl->ehufco[i] = huffcode[p];
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 160 uint16 huffcode [257]; local
173 huffcode [p++] = code;
193 htbl->ehufco [htbl->huffval [p]] = huffcode [p];
209 htbl->mincode [l] = huffcode [p];
213 htbl->maxcode [l] = huffcode [p - 1];
246 code = huffcode [p];
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 2219 uint huffcode[257]; local
    [all...]

Completed in 1433 milliseconds