Home
last modified time | relevance | path

Searched refs:EstimateCost (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopfli/
Dblocksplitter.c106 static double EstimateCost(const unsigned short* litlens, in EstimateCost() function
128 return EstimateCost(c->litlens, c->dists, c->start, i) + in SplitCost()
129 EstimateCost(c->litlens, c->dists, i, c->end); in SplitCost()
256 splitcost = EstimateCost(litlens, dists, lstart, llpos) + in ZopfliBlockSplitLZ77()
257 EstimateCost(litlens, dists, llpos, lend); in ZopfliBlockSplitLZ77()
258 origcost = EstimateCost(litlens, dists, lstart, lend); in ZopfliBlockSplitLZ77()