Searched refs:VP8LevelCost (Results 1 – 5 of 5) sorted by relevance
339 cost += VP8LevelCost(t, v); in GetResidualCost_C()346 cost += VP8LevelCost(t, v); in GetResidualCost_C()
83 cost += VP8LevelCost(t, v); in GetResidualCost_MIPSdspR2()
88 cost += VP8LevelCost(t, v); in GetResidualCost_MIPS32()
66 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
688 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()