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

  /external/chromium_org/third_party/libwebp/enc/
cost.h 35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
frame.c 301 // short-case for VP8LevelCost(t, 0) (note: VP8LevelFixedCosts[0] == 0):
308 cost += VP8LevelCost(t, v);
320 cost += VP8LevelCost(t, v);
quant.c 583 base_cost = prev->cost + VP8LevelCost(tcost, level);
    [all...]
  /external/webp/src/enc/
cost.h 35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
frame.c 301 // short-case for VP8LevelCost(t, 0) (note: VP8LevelFixedCosts[0] == 0):
308 cost += VP8LevelCost(t, v);
320 cost += VP8LevelCost(t, v);
quant.c 583 base_cost = prev->cost + VP8LevelCost(tcost, level);
    [all...]

Completed in 36 milliseconds