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()
80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
178 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument180 return joint_cost[av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()