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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 68 static INLINE int mv_cost(const MV *mv, function
78 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
87 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) *
99 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjsadcost, mvsadcost) *
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 921 int mv_cost; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 920 int mv_cost; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 70 static INLINE int mv_cost(const MV *mv, function
80 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
89 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) *
99 return ROUND_POWER_OF_TWO(mv_cost(&diff, x->nmvjointsadcost,
    [all...]

Completed in 150 milliseconds