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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.h24 #define MAX_COEF_BITS 10 macro
26 #define MAX_COEF_BITS 14 macro
H A Djchuff.c384 if (nbits > MAX_COEF_BITS+1)
424 if (nbits > MAX_COEF_BITS)
598 if (nbits > MAX_COEF_BITS+1)
627 if (nbits > MAX_COEF_BITS)
H A Djcphuff.c433 if (nbits > MAX_COEF_BITS+1)
532 if (nbits > MAX_COEF_BITS)

Completed in 31 milliseconds