HomeSort by relevance Sort by last modified time
    Searched refs:VP8LevelCost (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
cost.h 32 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
frame.c 257 // short-case for VP8LevelCost(t, 0) (note: VP8LevelFixedCosts[0] == 0):
264 // short-case for "VP8LevelCost(t, 1)" (256 is VP8LevelFixedCosts[1]):
269 cost += VP8LevelCost(t, abs(v));
quant.c 515 base_cost = prev->cost + VP8LevelCost(tcost, level);

Completed in 35 milliseconds