Searched refs:comp_ref_frames (Results 1 – 1 of 1) sorted by relevance
867 int comp_ref_frames[3][2] = { in mode_estimation() local890 if (comp_ref_frames[i][0] + LAST_FRAME == this_mi->ref_frame[0] && in mode_estimation()891 comp_ref_frames[i][1] + LAST_FRAME == this_mi->ref_frame[1]) { in mode_estimation()897 comp_ref_frames[2][0] = this_mi->ref_frame[0] - LAST_FRAME; in mode_estimation()898 comp_ref_frames[2][1] = this_mi->ref_frame[1] - LAST_FRAME; in mode_estimation()914 int rf_idx0 = comp_ref_frames[cmp_rf_idx][0]; in mode_estimation()915 int rf_idx1 = comp_ref_frames[cmp_rf_idx][1]; in mode_estimation()984 const int best_rf_idx0 = comp_ref_frames[best_cmp_rf_idx][0]; in mode_estimation()985 const int best_rf_idx1 = comp_ref_frames[best_cmp_rf_idx][1]; in mode_estimation()995 ? tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][0]] in mode_estimation()[all …]