Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodemv.c66 const MV_JOINT_TYPE j = av1_get_mv_joint(&diff); in av1_update_mv_stats()
179 const MV_JOINT_TYPE j = av1_get_mv_joint(&diff); in av1_encode_mv()
209 const MV_JOINT_TYPE j = av1_get_mv_joint(&diff); in av1_encode_dv()
Dencodemv.h46 static INLINE MV_JOINT_TYPE av1_get_mv_joint(const MV *mv) { in av1_get_mv_joint() function
Dmv_prec.c134 const int mv_joint = av1_get_mv_joint(&diff); in keep_one_mv_stat()
137 const int hp_mv_joint = av1_get_mv_joint(&hp_diff); in keep_one_mv_stat()
140 const int lp_mv_joint = av1_get_mv_joint(&lp_diff); in keep_one_mv_stat()
Dmcomp.c180 return joint_cost[av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()