HomeSort by relevance Sort by last modified time
    Searched defs:MAX_CORR_BITS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcphuff.c 64 /* 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 */
135 MAX_CORR_BITS * SIZEOF(char));
718 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
  /external/jpeg/
jcphuff.c 64 /* 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 */
135 MAX_CORR_BITS * SIZEOF(char));
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))

Completed in 186 milliseconds