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

  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 900 inbitlength is the length of the complete buffer, in bits (so its byte length times 8)
903 const HuffmanTree* codetree, size_t inbitlength)
908 if(*bp >= inbitlength) return (unsigned)(-1); /*error: end of input memory reached without endcode*/
944 size_t inbitlength = inlength * 8; local
1092 size_t inbitlength = inlength * 8; local
    [all...]

Completed in 205 milliseconds