Searched refs:GET_BITS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c332 r = GET_BITS(s);
405 r = GET_BITS(s);
416 r = GET_BITS(r);
475 if (GET_BITS(1))
549 if (GET_BITS(1))
558 r = GET_BITS(r);
573 if (GET_BITS(1)) {
607 if (GET_BITS(1)) {
H A Djdhuff.c413 code = GET_BITS(l);
421 code |= GET_BITS(1);
558 r = GET_BITS(s);
584 r = GET_BITS(s);
H A Djdhuff.h66 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough
127 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
132 * val = GET_BITS(n);
148 #define GET_BITS(nbits) \ macro

Completed in 33 milliseconds