Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcost_sse2.c85 const int flevel = abs_levels[n]; // full level in GetResidualCostSSE2() local
86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCostSSE2()
92 const int flevel = abs_levels[n]; in GetResidualCostSSE2() local
93 assert(flevel != 0); in GetResidualCostSSE2()
94 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCostSSE2()
/external/zopfli/src/zopfli/
Dzlib_container.c56 unsigned flevel = 0; in ZopfliZlibCompress() local
58 unsigned cmfflg = 256 * cmf + fdict * 32 + flevel * 64; in ZopfliZlibCompress()