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

1 2

  /external/libjpeg-turbo/
jstdhuff.c 43 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8));
44 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8));
jdhuff.h 24 INT32 valoffset[18]; /* huffval[] offset for codes of length k */
25 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
27 * corresponding symbol is huffval[code + valoffset[k]]
225 s = htbl->pub->huffval[ (int) (s + htbl->valoffset[nb]) & 0xFF ]; \
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));
    [all...]
jdhuff.c 166 * paralleling the order of the symbols themselves in htbl->huffval[].
223 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
249 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
253 dtbl->lookup[lookbits] = (l << HUFF_LOOKAHEAD) | htbl->huffval[p];
267 int sym = htbl->huffval[i];
482 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
jcmarker.c 218 emit_byte(cinfo, htbl->huffval[i]);
jchuff.c 226 * paralleling the order of the symbols themselves in htbl->huffval[].
294 i = htbl->huffval[p];
974 htbl->huffval[p] = (UINT8) j;
    [all...]
jpeglib.h 106 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon15241
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 340 unsigned char huffval[256]; local
358 huffval[i] = dht[pos++];
378 memcpy ((*hufftbl)->huffval, huffval, sizeof (*hufftbl)->huffval);
  /external/pdfium/third_party/libjpeg/
fpdfapi_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,
245 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
250 dtbl->look_sym[lookbits] = htbl->huffval[p];
264 int sym = htbl->huffval[i];
435 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
fpdfapi_jdmarker.c 457 UINT8 huffval[256]; local
493 INPUT_BYTE(cinfo, huffval[i], return FALSE);
511 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
fpdfapi_jchuff.c 193 * paralleling the order of the symbols themselves in htbl->huffval[].
261 i = htbl->huffval[p];
833 htbl->huffval[p] = (UINT8) j;
fpdfapi_jcmarker.c 214 emit_byte(cinfo, htbl->huffval[i]);
fpdfapi_jcparam.c 174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jpeglib.h 206 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon21632
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 97 uint8 huffval[256]; member in struct:HuffmanTable
193 htbl->ehufco [htbl->huffval [p]] = huffcode [p];
194 htbl->ehufsi [htbl->huffval [p]] = huffsize [p];
244 int32 value = htbl->huffval [p];
632 htblptr->huffval [j] = GetJpegChar ();
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdmarker.c 461 UINT8 huffval[256]; local
497 INPUT_BYTE(cinfo, huffval[i], return FALSE);
515 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
jdhuff.c 32 INT32 valoffset[17]; /* 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]]
335 * paralleling the order of the symbols themselves in htbl->huffval[].
392 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
416 /* l = current code's length, p = its index in huffcode[] & huffval[]. */
421 dtbl->look_sym[lookbits] = htbl->huffval[p];
435 int sym = htbl->huffval[i];
626 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
    [all...]
jcmarker.c 217 emit_byte(cinfo, htbl->huffval[i]);
jcparam.c 191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jpeglib.h 113 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon20359
    [all...]
jchuff.c 172 * paralleling the order of the symbols themselves in htbl->huffval[].
240 i = htbl->huffval[p];
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1679 milliseconds

1 2