Searched refs:ZopfliLZ77Greedy (Results 1 – 4 of 4) sorted by relevance
/external/zopfli/src/zopfli/ |
D | lz77.h | 125 void ZopfliLZ77Greedy(ZopfliBlockState* s, const unsigned char* in,
|
D | blocksplitter.c | 308 ZopfliLZ77Greedy(&s, in, instart, inend, &store); in ZopfliBlockSplit()
|
D | lz77.c | 366 void ZopfliLZ77Greedy(ZopfliBlockState* s, const unsigned char* in, in ZopfliLZ77Greedy() function
|
D | squeeze.c | 476 ZopfliLZ77Greedy(s, in, instart, inend, ¤tstore); in ZopfliLZ77Optimal()
|