Searched refs:VP8LevelCost (Results 1 – 4 of 4) sorted by relevance
67 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
509 cost += VP8LevelCost(t, v); in GetResidualCost()516 cost += VP8LevelCost(t, v); in GetResidualCost()
653 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()
613 cost += VP8LevelCost(t, v); in VP8GetResidualCostMIPS32()