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

  /external/jpeg/
jdphuff.c 33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
47 ((dest).EOBRUN = (src).EOBRUN, \
188 entropy->saved.EOBRUN = 0;
245 entropy->saved.EOBRUN = 0;
362 unsigned int EOBRUN;
382 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
386 if (EOBRUN > 0) /* if it's a band of zeroes... *
    [all...]
jcphuff.c 44 unsigned int EOBRUN; /* run length of EOBs */
179 entropy->EOBRUN = 0;
312 * Emit any pending EOBRUN symbol.
320 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
321 temp = entropy->EOBRUN;
331 emit_bits(entropy, entropy->EOBRUN, nbits);
333 entropy->EOBRUN = 0;
365 entropy->EOBRUN = 0;
514 /* Emit any pending EOBRUN */
    [all...]
jpeglib.h 647 // remaining EOBs in EOBRUN
648 unsigned short EOBRUN;
    [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 38 milliseconds