Home | History | Annotate | Download | only in jpeg

Lines Matching full:correction

45   unsigned int BE;		/* # of buffered correction bits before MCU */
46 char * bit_buffer; /* buffer for correction bits (1 per char) */
47 /* packing correction bits tightly would save some space but cost time... */
64 /* MAX_CORR_BITS is the number of bits the AC refinement correction-bit
70 #define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */
131 /* AC refinement needs a correction bit buffer */
293 * Emit bits from a correction bit buffer.
325 /* safety check: shouldn't happen given limited correction-bit buffer */
335 /* Emit any buffered correction bits */
674 /* emit any pending EOBRUN and the BE correction bits */
679 /* Emit buffered correction bits that must be associated with ZRL */
685 /* If the coef was previously nonzero, it only needs a correction bit.
691 /* The correction bit is the next bit of the absolute value. */
696 /* Emit any pending EOBRUN and the BE correction bits */
706 /* Emit buffered correction bits that must be associated with this code */
715 entropy->BE += BR; /* concat my correction bits to older ones */
718 * 2. overflow of the correction bit buffer during the next MCU.