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

  /external/pdfium/third_party/libjpeg/
fpdfapi_jchuff.c 710 #define MAX_CLEN 32 /* assumed maximum initial code length */
711 UINT8 bits[MAX_CLEN+1]; /* bits[k] = # of symbols with code length k */
786 if (codesize[i] > MAX_CLEN)
804 for (i = MAX_CLEN; i > 16; i--) {
830 for (i = 1; i <= MAX_CLEN; i++) {
  /external/libjpeg-turbo/
jchuff.c 851 #define MAX_CLEN 32 /* assumed maximum initial code length */
852 UINT8 bits[MAX_CLEN+1]; /* bits[k] = # of symbols with code length k */
927 if (codesize[i] > MAX_CLEN)
945 for (i = MAX_CLEN; i > 16; i--) {
971 for (i = 1; i <= MAX_CLEN; i++) {
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jchuff.c     [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp     [all...]

Completed in 504 milliseconds