Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h104 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) { in vp9_get_mv_joint() function
Dvp9_entropymv.c143 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv); in vp9_inc_mv()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c214 const MV_JOINT_TYPE j = vp9_get_mv_joint(&diff); in vp9_encode_mv()
Dvp9_mcomp.c89 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()