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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.h21 #define jpeg_fill_bit_buffer jFilBitBuf macro
67 * bits, jpeg_fill_bit_buffer is called; it will attempt to fill get_buffer
69 * prefetching reduces the overhead cost of calling jpeg_fill_bit_buffer).
70 * Note that jpeg_fill_bit_buffer may return FALSE to indicate suspension.
71 * On TRUE return, jpeg_fill_bit_buffer guarantees that get_buffer contains
101 /* Pointer needed by jpeg_fill_bit_buffer. */
144 if (! jpeg_fill_bit_buffer(&(state),get_buffer,bits_left,nbits)) \
158 EXTERN(boolean) jpeg_fill_bit_buffer
183 if (! jpeg_fill_bit_buffer(&state,get_buffer,bits_left, 0)) {failaction;} \
H A Djdhuff.c285 * average shift distance at the cost of more calls to jpeg_fill_bit_buffer.
296 jpeg_fill_bit_buffer (bitread_working_state * state,

Completed in 33 milliseconds