Searched refs:joint_cost (Results 1 – 3 of 3) sorted by relevance
43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
85 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument89 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
88 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument90 return joint_cost[av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()