Home
last modified time | relevance | path

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

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