Home
last modified time | relevance | path

Searched refs:have_newmv_in_inter_mode (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dmvref_common.c104 if (have_newmv_in_inter_mode(candidate->mode)) ++*newmv_count; in add_ref_mv_candidate()
134 if (have_newmv_in_inter_mode(candidate->mode)) ++*newmv_count; in add_ref_mv_candidate()
Dblockd.h146 static INLINE int have_newmv_in_inter_mode(PREDICTION_MODE mode) { in have_newmv_in_inter_mode() function
/external/libaom/libaom/av1/encoder/
Drdopt.c7926 if (mse < 8 || (!have_newmv_in_inter_mode(this_mode) && mse < 64)) { in build_and_cost_compound_type()
7948 if (have_newmv_in_inter_mode(this_mode) && in build_and_cost_compound_type()
8001 assert(IMPLIES(have_newmv_in_inter_mode(this_mode), in build_and_cost_compound_type()
8528 if ((!have_newmv_in_inter_mode(mi->mode) && in is_comp_rd_match()
8529 !have_newmv_in_inter_mode(st->mode)) || in is_comp_rd_match()
8804 pred_filter_search &= !have_newmv_in_inter_mode(mbmi->mode); in interpolation_filter_search()
9176 if (have_newmv_in_inter_mode(mbmi->mode)) { in handle_inter_intra_mode()
9454 if (have_newmv_in_inter_mode(this_mode)) { in motion_mode_rd()
9491 if (have_newmv_in_inter_mode(this_mode)) { in motion_mode_rd()
10098 if (have_newmv_in_inter_mode(this_mode)) { in compound_type_rd()
[all …]