Searched refs:ZopfliFindLongestMatch (Results 1 – 3 of 3) sorted by relevance
/external/zopfli/src/zopfli/ |
D | lz77.h | 91 void ZopfliFindLongestMatch(
|
D | lz77.c | 229 void ZopfliFindLongestMatch(ZopfliBlockState* s, const ZopfliHash* h, in ZopfliFindLongestMatch() function 399 ZopfliFindLongestMatch(s, h, in, i, inend, ZOPFLI_MAX_MATCH, dummysublen, in ZopfliLZ77Greedy()
|
D | squeeze.c | 268 ZopfliFindLongestMatch(s, h, in, i, inend, ZOPFLI_MAX_MATCH, sublen, in GetBestLengths() 368 ZopfliFindLongestMatch(s, h, in, pos, inend, length, 0, in FollowPath()
|