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

  /external/libjpeg-turbo/
jchuff.c 889 #define MAX_CLEN 32 /* assumed maximum initial code length */
890 UINT8 bits[MAX_CLEN + 1]; /* bits[k] = # of symbols with code length k */
965 if (codesize[i] > MAX_CLEN)
983 for (i = MAX_CLEN; i > 16; i--) {
1010 for (i = 1; i <= MAX_CLEN; i++) {
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp     [all...]

Completed in 232 milliseconds