Searched defs:jpeg_fill_bit_buffer (Results 1 - 1 of 1) 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;} \

Completed in 30 milliseconds