Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Drdopt.c986 const int is_comp_pred = ref_frames[1] > INTRA_FRAME; in skip_repeated_mv() local
1067 const int is_comp_pred = has_second_ref(mbmi); in handle_newmv() local
1266 const int is_comp_pred = has_second_ref(mbmi); in motion_mode_rd() local
1811 const int is_comp_pred = has_second_ref(mbmi); in build_cur_mv() local
1921 const int is_comp_pred = has_second_ref(mbmi); in ref_mv_idx_early_breakout() local
1976 const int is_comp_pred = has_second_ref(mbmi); in simple_translation_pred_rd() local
2320 const int is_comp_pred = (refs[1] > INTRA_FRAME); in prune_modes_based_on_tpl_stats() local
2452 const int is_comp_pred = has_second_ref(mbmi); in prune_ref_mv_idx_search() local
2509 const int is_comp_pred = has_second_ref(mbmi); in prune_zero_mv_with_sse() local
2770 const int is_comp_pred = has_second_ref(mbmi); in handle_inter_mode() local
[all …]
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2825 const int is_comp_pred = has_second_ref(mi); in handle_inter_mode() local