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