Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:jpeg_fill_bit_buffer

60  * bits, jpeg_fill_bit_buffer is called; it will attempt to fill get_buffer
62 * prefetching reduces the overhead cost of calling jpeg_fill_bit_buffer).
63 * Note that jpeg_fill_bit_buffer may return FALSE to indicate suspension.
64 * On TRUE return, jpeg_fill_bit_buffer guarantees that get_buffer contains
94 /* Pointer needed by jpeg_fill_bit_buffer. */
137 if (! jpeg_fill_bit_buffer(&(state),get_buffer,bits_left,nbits)) \
171 if (! jpeg_fill_bit_buffer(&state,get_buffer,bits_left, 0)) {failaction;} \
454 * average shift distance at the cost of more calls to jpeg_fill_bit_buffer.
465 jpeg_fill_bit_buffer (bitread_working_state * state,