Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:PEEK_BITS

120  * before using GET_BITS, PEEK_BITS, or DROP_BITS.
127 * val = PEEK_BITS(n);
144 #define PEEK_BITS(nbits) \
177 look = PEEK_BITS(HUFF_LOOKAHEAD); \