Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcost.c339 cost += VP8LevelCost(t, v); in GetResidualCost()
346 cost += VP8LevelCost(t, v); in GetResidualCost()
Dcost_mips_dsp_r2.c83 cost += VP8LevelCost(t, v); in GetResidualCost()
Dcost_mips32.c88 cost += VP8LevelCost(t, v); in GetResidualCost()
/external/webp/src/enc/
Dcost_enc.h66 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
Dquant_enc.c687 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()