Home
last modified time | relevance | path

Searched refs:VP8LevelCost (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dcost.h67 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
Dcost.c509 cost += VP8LevelCost(t, v); in GetResidualCost()
516 cost += VP8LevelCost(t, v); in GetResidualCost()
Dquant.c653 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()
/external/webp/src/dsp/
Denc_mips32.c613 cost += VP8LevelCost(t, v); in VP8GetResidualCostMIPS32()