Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:bit_buffer

104   char *bit_buffer;             /* buffer for correction bits (1 per char) */
232 if (entropy->bit_buffer == NULL)
233 entropy->bit_buffer = (char *)
433 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
877 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
908 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
955 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
1102 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */