HomeSort by relevance Sort by last modified time
    Searched refs:huffval (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jdmarker.c 437 UINT8 huffval[256]; local
473 INPUT_BYTE(cinfo, huffval[i], return FALSE);
475 MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8));
494 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
1061 MEMCOPY(&htblptr->huffval[0], mjpg_dc0_huffval, SIZEOF(mjpg_dc0_huffval));
1069 MEMCOPY(&htblptr->huffval[0], mjpg_dc1_huffval, SIZEOF(mjpg_dc1_huffval));
1077 MEMCOPY(&htblptr->huffval[0], mjpg_ac0_huffval, SIZEOF(mjpg_ac0_huffval));
1085 MEMCOPY(&htblptr->huffval[0], mjpg_ac1_huffval, SIZEOF(mjpg_ac1_huffval))
    [all...]
jdhuff.h 32 INT32 valoffset[18]; /* huffval[] offset for codes of length k */
33 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
35 * corresponding symbol is huffval[code + valoffset[k]]
229 s = htbl->pub->huffval[ (int) (s + htbl->valoffset[nb]) & 0xFF ]; \
jdhuff.c 164 * paralleling the order of the symbols themselves in htbl->huffval[].
221 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
247 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
251 dtbl->lookup[lookbits] = (l << HUFF_LOOKAHEAD) | htbl->huffval[p];
265 int sym = htbl->huffval[i];
480 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
jcmarker.c 218 emit_byte(cinfo, htbl->huffval[i]);
jchuff.c 228 * paralleling the order of the symbols themselves in htbl->huffval[].
296 i = htbl->huffval[p];
976 htbl->huffval[p] = (UINT8) j;
jcparam.c 195 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jpeglib.h 111 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon17382
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdhuff.c 165 * paralleling the order of the symbols themselves in htbl->huffval[].
222 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
246 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
251 dtbl->look_sym[lookbits] = htbl->huffval[p];
265 int sym = htbl->huffval[i];
436 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
fpdfapi_jdmarker.c 458 UINT8 huffval[256]; local
494 INPUT_BYTE(cinfo, huffval[i], return FALSE);
512 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
fpdfapi_jchuff.c 194 * paralleling the order of the symbols themselves in htbl->huffval[].
262 i = htbl->huffval[p];
834 htbl->huffval[p] = (UINT8) j;
fpdfapi_jcmarker.c 215 emit_byte(cinfo, htbl->huffval[i]);
fpdfapi_jcparam.c 175 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jpeglib.h 171 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon33368
    [all...]
  /external/jpeg/
jdmarker.c 430 UINT8 huffval[256]; local
466 INPUT_BYTE(cinfo, huffval[i], return FALSE);
468 MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8));
486 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
jdhuff.c 162 * paralleling the order of the symbols themselves in htbl->huffval[].
219 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
243 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
248 dtbl->look_sym[lookbits] = htbl->huffval[p];
262 int sym = htbl->huffval[i];
433 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
jchuff.c 190 * paralleling the order of the symbols themselves in htbl->huffval[].
258 i = htbl->huffval[p];
830 htbl->huffval[p] = (UINT8) j;
jcmarker.c 214 emit_byte(cinfo, htbl->huffval[i]);
jcparam.c 174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jpeglib.h 104 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon27339
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 424 UINT8 huffval[256]; local
460 INPUT_BYTE(cinfo, huffval[i], return FALSE);
478 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
jdhuff.c 162 * paralleling the order of the symbols themselves in htbl->huffval[].
219 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
243 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
248 dtbl->look_sym[lookbits] = htbl->huffval[p];
262 int sym = htbl->huffval[i];
433 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
jchuff.c 190 * paralleling the order of the symbols themselves in htbl->huffval[].
258 i = htbl->huffval[p];
830 htbl->huffval[p] = (UINT8) j;
jcmarker.c 214 emit_byte(cinfo, htbl->huffval[i]);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 276 unsigned char huffval[256]; local
294 huffval[i] = dht[pos++];
314 memcpy ((*hufftbl)->huffval, huffval, sizeof (*hufftbl)->huffval);
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 171 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon33153
    [all...]

Completed in 419 milliseconds

1 2