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

  /external/libjpeg-turbo/
jchuff.h 23 #define MAX_COEF_BITS 10
25 #define MAX_COEF_BITS 14
jcphuff.c 430 if (nbits > MAX_COEF_BITS+1)
529 if (nbits > MAX_COEF_BITS)
jchuff.c 776 if (nbits > MAX_COEF_BITS+1)
805 if (nbits > MAX_COEF_BITS)
    [all...]

Completed in 68 milliseconds