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

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdphuff.c 34 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
48 ((dest).EOBRUN = (src).EOBRUN, \
190 entropy->saved.EOBRUN = 0;
247 entropy->saved.EOBRUN = 0;
364 unsigned int EOBRUN;
384 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
388 if (EOBRUN > 0) /* if it's a band of zeroes... *
    [all...]
fpdfapi_jcphuff.c 45 unsigned int EOBRUN; /* run length of EOBs */
180 entropy->EOBRUN = 0;
313 * Emit any pending EOBRUN symbol.
321 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
322 temp = entropy->EOBRUN;
332 emit_bits(entropy, entropy->EOBRUN, nbits);
334 entropy->EOBRUN = 0;
366 entropy->EOBRUN = 0;
515 /* Emit any pending EOBRUN */
    [all...]
  /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...]
  /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/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.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 

Completed in 498 milliseconds