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

  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 144 // not the HCLEN and HLIT tree. However, a stream with an empty HCLEN tree
366 // HLIT[5], HDIST[5], HCLEN[4].
387 // (HCLEN+4)*3 bits: code lengths in the magic codeOrder order.
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 144 // not the HCLEN and HLIT tree. However, a stream with an empty HCLEN tree
366 // HLIT[5], HDIST[5], HCLEN[4].
387 // (HCLEN+4)*3 bits: code lengths in the magic codeOrder order.
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 416 size_t HCLEN = readBitsFromStream(bp, in, 4) + 4; //number of code length codes + 4
419 zlibinfo->back().hclen = HCLEN - 4;
421 for(size_t i = 0; i < 19; i++) codelengthcode[CLCL[i]] = (i < HCLEN) ? readBitsFromStream(bp, in, 3) : 0;
lodepng.cpp 943 unsigned n, HLIT, HDIST, HCLEN, i;
960 HCLEN = readBitsFromStream(bp, in, 4) + 4;
973 if(i < HCLEN) bitlen_cl[CLCL_ORDER[i]] = readBitsFromStream(bp, in, 3);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
unzip_nacl.go 68 // HLIT[5], HDIST[5], HCLEN[4].
82 // (HCLEN+4)*3 bits: code lengths in the magic codeOrder order.
  /prebuilts/go/linux-x86/src/syscall/
unzip_nacl.go 68 // HLIT[5], HDIST[5], HCLEN[4].
82 // (HCLEN+4)*3 bits: code lengths in the magic codeOrder order.

Completed in 115 milliseconds