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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.c165 * 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]) ];
H A Djdmarker.c431 UINT8 huffval[256]; local
467 INPUT_BYTE(cinfo, huffval[i], return FALSE);
485 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
H A Djchuff.c194 * paralleling the order of the symbols themselves in htbl->huffval[].
262 i = htbl->huffval[p];
834 htbl->huffval[p] = (UINT8) j;
H A Djcmarker.c218 emit_byte(cinfo, htbl->huffval[i]);
H A Djcparam.c178 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
H A Djpeglib.h108 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member in struct:__anon728
H A DimageioJPEG.c763 huff_ptr->huffval[i] = (UINT8)hvalsBody[i];

Completed in 1315 milliseconds