Home
last modified time | relevance | path

Searched refs:is_comp_pred (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c6633 int ref_idx, int is_comp_pred) { in get_single_mode() argument
6635 if (is_comp_pred) { in get_single_mode()
8045 const int is_comp_pred = ref_frames[1] > INTRA_FRAME; in skip_repeated_mv() local
8050 if (!is_comp_pred) { in skip_repeated_mv()
8113 const int is_comp_pred = has_second_ref(mbmi); in handle_newmv() local
8122 if (is_comp_pred) { in handle_newmv()
9351 const int is_comp_pred = has_second_ref(mbmi); in motion_mode_rd() local
9430 if (cpi->sf.prune_single_motion_modes_by_simple_trans && !is_comp_pred) { in motion_mode_rd()
9453 assert(!is_comp_pred); in motion_mode_rd()
9490 assert(!is_comp_pred); in motion_mode_rd()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2599 const int is_comp_pred = has_second_ref(mi); in handle_inter_mode() local
2653 if (is_comp_pred) { in handle_inter_mode()
2667 if (is_comp_pred) { in handle_inter_mode()
2705 for (i = 0; i < is_comp_pred + 1; ++i) { in handle_inter_mode()
2746 if (is_comp_pred) intpel_mv &= !mv_has_subpel(&mi->mv[1].as_mv); in handle_inter_mode()
2873 if (!is_comp_pred) single_filter[this_mode][refs[0]] = mi->interp_filter; in handle_inter_mode()
2876 if (is_comp_pred) in handle_inter_mode()
2940 if (!is_comp_pred) single_skippable[this_mode][refs[0]] = *skippable; in handle_inter_mode()