Searched refs:EOBRUN (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c37 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */ member in struct:__anon717
51 ((dest).EOBRUN = (src).EOBRUN, \
193 entropy->saved.EOBRUN = 0;
250 entropy->saved.EOBRUN = 0;
367 unsigned int EOBRUN; local
387 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
391 if (EOBRUN >
502 unsigned int EOBRUN; local
[all...]
H A Djcphuff.c48 unsigned int EOBRUN; /* run length of EOBs */ member in struct:__anon698
183 entropy->EOBRUN = 0;
316 * Emit any pending EOBRUN symbol.
324 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
325 temp = entropy->EOBRUN;
335 emit_bits(entropy, entropy->EOBRUN, nbits);
337 entropy->EOBRUN = 0;
369 entropy->EOBRUN = 0;
518 /* Emit any pending EOBRUN */
[all...]

Completed in 76 milliseconds