Searched refs:VP8LevelCost (Results 1 – 6 of 6) sorted by relevance
35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
308 cost += VP8LevelCost(t, v); in GetResidualCost()320 cost += VP8LevelCost(t, v); in GetResidualCost()
583 base_cost = prev->cost + VP8LevelCost(tcost, level); in TrellisQuantizeBlock()