HomeSort by relevance Sort by last modified time
    Searched full:bitlen_d (Results 1 - 1 of 1) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 948 unsigned* bitlen_d = 0; /*dist code lengths*/ local
949 /*code length code lengths ("clcl"), the bit lengths of the huffman tree used to compress bitlen_ll and bitlen_d*/
982 bitlen_d = (unsigned*)lodepng_malloc(NUM_DISTANCE_SYMBOLS * sizeof(unsigned));
983 if(!bitlen_ll || !bitlen_d) ERROR_BREAK(83 /*alloc fail*/)
    [all...]

Completed in 59 milliseconds