Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtpl_model.c673 int comp_ref_frames[3][2] = { in mode_estimation() local
684 int rf_idx0 = comp_ref_frames[cmp_rf_idx][0]; in mode_estimation()
685 int rf_idx1 = comp_ref_frames[cmp_rf_idx][1]; in mode_estimation()
756 ? tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][0]] in mode_estimation()
759 ? tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][1]] in mode_estimation()
784 ? tpl_data->ref_frame[comp_ref_frames[best_cmp_rf_idx][0]] in mode_estimation()
788 ? tpl_data->ref_frame[comp_ref_frames[best_cmp_rf_idx][1]] in mode_estimation()
809 ref_frame_ptr[0] = tpl_data->ref_frame[comp_ref_frames[best_cmp_rf_idx][0]]; in mode_estimation()
811 tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][1]]; in mode_estimation()
831 tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][0]]; in mode_estimation()
[all …]