Searched refs:VP8LevelFixedCosts (Results 1 – 7 of 7) sorted by relevance
74 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPSdspR2()
79 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPS32()
86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_SSE2()94 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_SSE2()
89 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_NEON()97 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_NEON()
52 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = { variable
313 extern const uint16_t VP8LevelFixedCosts[2047 /*MAX_LEVEL*/ + 1];
67 return VP8LevelFixedCosts[level] in VP8LevelCost()
Completed in 7 milliseconds