Searched refs:ZopfliVerifyLenDist (Results 1 – 3 of 3) sorted by relevance
/external/zopfli/src/zopfli/ |
D | lz77.h | 99 void ZopfliVerifyLenDist(const unsigned char* data, size_t datasize, size_t pos,
|
D | lz77.c | 95 void ZopfliVerifyLenDist(const unsigned char* data, size_t datasize, size_t pos, in ZopfliVerifyLenDist() function 422 ZopfliVerifyLenDist(in, inend, i - 1, dist, leng); in ZopfliLZ77Greedy() 443 ZopfliVerifyLenDist(in, inend, i, dist, leng); in ZopfliLZ77Greedy()
|
D | squeeze.c | 371 ZopfliVerifyLenDist(in, inend, pos, dist, length); in FollowPath()
|