Searched refs:flevel (Results 1 – 3 of 3) sorted by relevance
85 const int flevel = abs_levels[n]; // full level in GetResidualCost_SSE2() local86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_SSE2()92 const int flevel = abs_levels[n]; in GetResidualCost_SSE2() local93 assert(flevel != 0); in GetResidualCost_SSE2()94 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_SSE2()
88 const int flevel = abs_levels[n]; // full level in GetResidualCost_NEON() local89 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_NEON()95 const int flevel = abs_levels[n]; in GetResidualCost_NEON() local96 assert(flevel != 0); in GetResidualCost_NEON()97 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_NEON()
56 unsigned flevel = 3; in ZopfliZlibCompress() local58 unsigned cmfflg = 256 * cmf + fdict * 32 + flevel * 64; in ZopfliZlibCompress()