Searched refs:vp9_get_mv_joint (Results 1 – 4 of 4) sorted by relevance
104 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) { in vp9_get_mv_joint() function
143 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv); in vp9_inc_mv()
214 const MV_JOINT_TYPE j = vp9_get_mv_joint(&diff); in vp9_encode_mv()
89 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()