Searched refs:get_this_mv (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 7482 static INLINE void get_this_mv(int_mv *this_mv, PREDICTION_MODE this_mode, 7499 get_this_mv(&nearest_mv, NEARESTMV, 0, 0, tmp_ref_frames, x->mbmi_ext); in discount_newmv_test() 7504 get_this_mv(&near_mv, NEARMV, 0, ref_mv_idx, tmp_ref_frames, x->mbmi_ext); in discount_newmv_test() 7509 get_this_mv(&global_mv, GLOBALMV, 0, 0, tmp_ref_frames, x->mbmi_ext); in discount_newmv_test() 9767 static INLINE void get_this_mv(int_mv *this_mv, PREDICTION_MODE this_mode, in get_this_mv() function 9807 get_this_mv(&this_mv, this_mode, i, mbmi->ref_mv_idx, mbmi->ref_frame, in build_cur_mv() 11300 get_this_mv(&nearest_mv, NEARESTMV, 0, 0, tmp_ref_frames, x->mbmi_ext); in init_mode_skip_mask() 11301 get_this_mv(&near_mv, NEARMV, 0, 0, tmp_ref_frames, x->mbmi_ext); in init_mode_skip_mask() 11302 get_this_mv(&global_mv, GLOBALMV, 0, 0, tmp_ref_frames, x->mbmi_ext); in init_mode_skip_mask() 12482 get_this_mv(&single_mv, mode[i], 0, ref_mv_idx, single_refs, in compound_skip_by_single_states() [all …]
|