Lines Matching refs:second_ref_frame
3406 const MV_REFERENCE_FRAME second_ref_frame = in rd_pick_skip_mode() local
3410 get_prediction_mode_idx(this_mode, ref_frame, second_ref_frame); in rd_pick_skip_mode()
3425 mbmi->ref_frame[1] = second_ref_frame; in rd_pick_skip_mode()
3430 mbmi_ext->ref_mv_count[second_ref_frame] == UINT8_MAX) { in rd_pick_skip_mode()
4668 const MV_REFERENCE_FRAME second_ref_frame, const MACROBLOCK *x) { in compound_skip_by_single_states() argument
4669 const MV_REFERENCE_FRAME refs[2] = { ref_frame, second_ref_frame }; in compound_skip_by_single_states()
4994 const MV_REFERENCE_FRAME second_ref_frame = ref_frames[1]; in skip_inter_mode() local
4995 const int comp_pred = second_ref_frame > INTRA_FRAME; in skip_inter_mode()
5052 ref_frame, second_ref_frame, x)) in skip_inter_mode()
5066 !in_single_ref_cutoff(ref_frame_rd, ref_frame, second_ref_frame)) in skip_inter_mode()
5961 const MV_REFERENCE_FRAME second_ref_frame = ref_frames[1]; in av1_rd_pick_inter_mode() local
5963 ref_frame > INTRA_FRAME && second_ref_frame == NONE_FRAME; in av1_rd_pick_inter_mode()
5964 const int comp_pred = second_ref_frame > INTRA_FRAME; in av1_rd_pick_inter_mode()
5970 set_ref_ptrs(cm, xd, ref_frame, second_ref_frame); in av1_rd_pick_inter_mode()
5985 if (comp_pred) xd->plane[i].pre[1] = yv12_mb[second_ref_frame][i]; in av1_rd_pick_inter_mode()
5998 ? ref_costs_comp[ref_frame][second_ref_frame] in av1_rd_pick_inter_mode()