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

  /external/libjpeg-turbo/
jcphuff.c 47 unsigned int EOBRUN; /* run length of EOBs */
182 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...]
jdphuff.c 36 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
50 ((dest).EOBRUN = (src).EOBRUN, \
193 entropy->saved.EOBRUN = 0;
252 entropy->saved.EOBRUN = 0;
369 unsigned int EOBRUN;
389 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
393 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/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 2371 milliseconds