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

  /external/opencv3/3rdparty/zlib/
trees.c 47 #define MAX_BL_BITS 7
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
    [all...]
  /external/pdfium/third_party/zlib_v128/
trees.c 47 #define MAX_BL_BITS 7
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
    [all...]
  /external/zlib/src/
trees.c 47 #define MAX_BL_BITS 7
48 /* Bit length codes must not exceed MAX_BL_BITS bits */
132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
    [all...]

Completed in 39 milliseconds