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

/external/jpeg/
H A Djcphuff.c64 /* MAX_CORR_BITS is the number of bits the AC refinement correction-bit
70 #define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */ macro
135 MAX_CORR_BITS * SIZEOF(char));
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c64 /* MAX_CORR_BITS is the number of bits the AC refinement correction-bit
70 #define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */ macro
135 MAX_CORR_BITS * SIZEOF(char));
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))

Completed in 77 milliseconds