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

  /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...]

Completed in 449 milliseconds