/external/libjpeg-turbo/ |
jstdhuff.c | 44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); 45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8));
|
jdhuff.h | 27 JLONG valoffset[18]; /* huffval[] offset for codes of length k */ 28 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less 30 * corresponding symbol is huffval[code + valoffset[k]] 228 s = htbl->pub->huffval[ (int) (s + htbl->valoffset[nb]) & 0xFF ]; \
|
jdmarker.c | 438 UINT8 huffval[256]; local 474 INPUT_BYTE(cinfo, huffval[i], return FALSE); 476 MEMZERO(&huffval[count], (256 - count) * sizeof(UINT8)); 495 MEMCOPY((*htblptr)->huffval, huffval, sizeof((*htblptr)->huffval)); [all...] |
jdhuff.c | 167 * paralleling the order of the symbols themselves in htbl->huffval[]. 224 /* valoffset[l] = huffval[] index of 1st symbol of code length l, 250 /* l = current code's length, p = its index in huffcode[] & huffval[]. */ 254 dtbl->lookup[lookbits] = (l << HUFF_LOOKAHEAD) | htbl->huffval[p]; 268 int sym = htbl->huffval[i]; 483 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
|
jcmarker.c | 219 emit_byte(cinfo, htbl->huffval[i]);
|
jchuff.c | 233 * paralleling the order of the symbols themselves in htbl->huffval[]. 301 i = htbl->huffval[p]; 1012 htbl->huffval[p] = (UINT8) j; [all...] |
jpeglib.h | 107 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon23384 [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jdhuff.c | 160 * paralleling the order of the symbols themselves in htbl->huffval[]. 217 /* valoffset[l] = huffval[] index of 1st symbol of code length l, 241 /* l = current code's length, p = its index in huffcode[] & huffval[]. */ 246 dtbl->look_sym[lookbits] = htbl->huffval[p]; 260 int sym = htbl->huffval[i]; 431 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 | 189 * paralleling the order of the symbols themselves in htbl->huffval[]. 257 i = htbl->huffval[p]; 829 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:__anon28590 [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/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 | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |