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

  /external/opencv3/3rdparty/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 52 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
quant.c 674 const score_t cost = VP8LevelCost(ss_prev[p].costs, level);
    [all...]
  /external/webp/src/dsp/
cost.c 339 cost += VP8LevelCost(t, v);
346 cost += VP8LevelCost(t, v);
cost_mips_dsp_r2.c 83 cost += VP8LevelCost(t, v);
cost_mips32.c 88 cost += VP8LevelCost(t, v);

Completed in 235 milliseconds