Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Ddeflate.h78 double ZopfliCalculateBlockSize(const unsigned short* litlens,
Ddeflate.c488 double ZopfliCalculateBlockSize(const unsigned short* litlens, in ZopfliCalculateBlockSize() function
615 dyncost = ZopfliCalculateBlockSize(store.litlens, store.dists, in DeflateDynamicBlock()
617 fixedcost = ZopfliCalculateBlockSize(fixedstore.litlens, fixedstore.dists, in DeflateDynamicBlock()
Dblocksplitter.c109 return ZopfliCalculateBlockSize(litlens, dists, lstart, lend, 2); in EstimateCost()
Dsqueeze.c487 cost = ZopfliCalculateBlockSize(currentstore.litlens, currentstore.dists, in ZopfliLZ77Optimal()