Searched refs:vp9_get_mv_joint (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h101 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) { function
H A Dvp9_entropymv.c166 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c208 const MV_JOINT_TYPE j = vp9_get_mv_joint(&diff);
H A Dvp9_mcomp.c72 return joint_cost[vp9_get_mv_joint(mv)] +

Completed in 77 milliseconds