Searched refs:ZopfliStoreLitLenDist (Results 1 – 3 of 3) sorted by relevance
/external/zopfli/src/zopfli/ |
D | lz77.c | 59 void ZopfliStoreLitLenDist(unsigned short length, unsigned short dist, in ZopfliStoreLitLenDist() function 409 ZopfliStoreLitLenDist(in[i - 1], 0, store); in ZopfliLZ77Greedy() 423 ZopfliStoreLitLenDist(leng, dist, store); in ZopfliLZ77Greedy() 444 ZopfliStoreLitLenDist(leng, dist, store); in ZopfliLZ77Greedy() 447 ZopfliStoreLitLenDist(in[i], 0, store); in ZopfliLZ77Greedy()
|
D | lz77.h | 54 void ZopfliStoreLitLenDist(unsigned short length, unsigned short dist,
|
D | squeeze.c | 372 ZopfliStoreLitLenDist(length, dist, store); in FollowPath() 376 ZopfliStoreLitLenDist(in[pos], 0, store); in FollowPath()
|