HomeSort by relevance Sort by last modified time
    Searched defs:mv_cost (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 62 static INLINE int mv_cost(const MV *mv, function
72 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
81 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) *
93 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjsadcost, mvsadcost) *
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 920 int mv_cost; local
    [all...]

Completed in 43 milliseconds