Home
last modified time | relevance | path

Searched refs:joint_cost (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c85 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
89 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/external/libaom/libaom/av1/encoder/
Dmcomp.c88 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
90 return joint_cost[av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()