Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c444 for (int cmp_idx = 0; cmp_idx < 2; ++cmp_idx) { in process_compound_ref_mv_candidate() local
445 if (can_rf == rf[cmp_idx] && ref_id_count[cmp_idx] < 2) { in process_compound_ref_mv_candidate()
446 ref_id[cmp_idx][ref_id_count[cmp_idx]] = candidate->mv[rf_idx]; in process_compound_ref_mv_candidate()
447 ++ref_id_count[cmp_idx]; in process_compound_ref_mv_candidate()
448 } else if (can_rf > INTRA_FRAME && ref_diff_count[cmp_idx] < 2) { in process_compound_ref_mv_candidate()
451 cm->ref_frame_sign_bias[rf[cmp_idx]]) { in process_compound_ref_mv_candidate()
455 ref_diff[cmp_idx][ref_diff_count[cmp_idx]] = this_mv; in process_compound_ref_mv_candidate()
456 ++ref_diff_count[cmp_idx]; in process_compound_ref_mv_candidate()