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

  /external/jpeg/
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]);
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:__anon4440
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 109 milliseconds