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