Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c292 convert_fullmv_to_mv(best_mv); in av1_single_motion_search()
492 convert_fullmv_to_mv(&best_mv); in av1_joint_motion_search()
604 convert_fullmv_to_mv(&best_mv); in av1_compound_single_motion_search()
824 convert_fullmv_to_mv(&best_mv); in av1_simple_motion_search()
Dmcomp.c1758 convert_fullmv_to_mv(best_int_mv); in av1_int_pro_motion_estimation()
/external/libaom/libaom/av1/common/
Dmv.h87 static AOM_INLINE void convert_fullmv_to_mv(int_mv *mv) { in convert_fullmv_to_mv() function
Dmvref_common.h273 convert_fullmv_to_mv(ref_dv); in av1_find_ref_dv()