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

  /external/libjpeg-turbo/
jcphuff.c 46 unsigned int EOBRUN; /* run length of EOBs */
181 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...]
jdphuff.c 35 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
49 ((dest).EOBRUN = (src).EOBRUN, \
192 entropy->saved.EOBRUN = 0;
251 entropy->saved.EOBRUN = 0;
368 unsigned int EOBRUN;
388 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
392 if (EOBRUN > 0) /* if it's a band of zeroes... *
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_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...]
fpdfapi_jdphuff.c 33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
47 ((dest).EOBRUN = (src).EOBRUN, \
189 entropy->saved.EOBRUN = 0;
246 entropy->saved.EOBRUN = 0;
363 unsigned int EOBRUN;
383 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
387 if (EOBRUN > 0) /* if it's a band of zeroes... *
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 111 unsigned int EOBRUN; /* run length of EOBs */
455 * Emit any pending EOBRUN symbol.
463 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
464 temp = entropy->EOBRUN;
474 emit_bits_e(entropy, entropy->EOBRUN, nbits);
476 entropy->EOBRUN = 0;
529 entropy->EOBRUN = 0;
682 /* Emit any pending EOBRUN */
683 if (entropy->EOBRUN > 0
    [all...]
jdhuff.c 199 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
213 ((dest).EOBRUN = (src).EOBRUN, \
654 entropy->saved.EOBRUN = 0;
770 unsigned int EOBRUN;
796 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
800 if (EOBRUN) /* if it's a band of zeroes... */
801 EOBRUN--; /* ...process it now (we do nothing) *
    [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 500 milliseconds