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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, function
54 (unsigned)mv_cost(diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit,
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 862 int mv_cost; local
880 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9;
891 return mv_cost + mode_cost;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 85 static INLINE int mv_cost(const MV *mv, const int *joint_cost, function
96 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
105 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit,
116 (unsigned)mv_cost(&diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit,
    [all...]

Completed in 87 milliseconds