HomeSort by relevance Sort by last modified time
    Searched refs:MAX_COEF_BITS (Results 1 - 3 of 3) sorted by null

  /external/jpeg/
jchuff.h 20 #define MAX_COEF_BITS 10
22 #define MAX_COEF_BITS 14
jchuff.c 380 if (nbits > MAX_COEF_BITS+1)
420 if (nbits > MAX_COEF_BITS)
594 if (nbits > MAX_COEF_BITS+1)
623 if (nbits > MAX_COEF_BITS)
jcphuff.c 429 if (nbits > MAX_COEF_BITS+1)
528 if (nbits > MAX_COEF_BITS)

Completed in 6642 milliseconds