Searched refs:huffval (Results 1 - 15 of 15) sorted by relevance

/external/jpeg/
H A Djdmarker.c430 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));
H A Djdhuff.c162 * 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]) ];
H A Djchuff.c190 * paralleling the order of the symbols themselves in htbl->huffval[].
258 i = htbl->huffval[p];
830 htbl->huffval[p] = (UINT8) j;
H A Djcmarker.c214 emit_byte(cinfo, htbl->huffval[i]);
H A Djcparam.c174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
H A Djpeglib.h104 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon19056
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c424 UINT8 huffval[256]; local
460 INPUT_BYTE(cinfo, huffval[i], return FALSE);
478 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
H A Djdhuff.c162 * 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]) ];
H A Djchuff.c190 * paralleling the order of the symbols themselves in htbl->huffval[].
258 i = htbl->huffval[p];
830 htbl->huffval[p] = (UINT8) j;
H A Djcmarker.c214 emit_byte(cinfo, htbl->huffval[i]);
H A Djcparam.c174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
H A Djpeglib.h104 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon24321
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp276 unsigned char huffval[256]; local
294 huffval[i] = dht[pos++];
314 memcpy ((*hufftbl)->huffval, huffval, sizeof (*hufftbl)->huffval);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 177 milliseconds