Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost.h35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
Dframe.c308 cost += VP8LevelCost(t, v); in GetResidualCost()
320 cost += VP8LevelCost(t, v); in GetResidualCost()
Dquant.c583 base_cost = prev->cost + VP8LevelCost(tcost, level); in TrellisQuantizeBlock()
/external/chromium_org/third_party/libwebp/enc/
Dcost.h35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { in VP8LevelCost() function
Dframe.c308 cost += VP8LevelCost(t, v); in GetResidualCost()
320 cost += VP8LevelCost(t, v); in GetResidualCost()
Dquant.c583 base_cost = prev->cost + VP8LevelCost(tcost, level); in TrellisQuantizeBlock()