Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dtpl_model.c470 tpl_data->src_ref_frame[rf_idx]; in get_inter_cost()
726 tpl_data->src_ref_frame[rf_idx] == NULL) { in mode_estimation()
731 const YV12_BUFFER_CONFIG *ref_frame_ptr = tpl_data->src_ref_frame[rf_idx]; in mode_estimation()
918 tpl_data->src_ref_frame[rf_idx0] == NULL || in mode_estimation()
920 tpl_data->src_ref_frame[rf_idx1] == NULL) { in mode_estimation()
925 tpl_data->src_ref_frame[rf_idx0], in mode_estimation()
926 tpl_data->src_ref_frame[rf_idx1], in mode_estimation()
995 ? tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][0]] in mode_estimation()
996 : tpl_data->src_ref_frame[best_rf_idx], in mode_estimation()
998 ? tpl_data->src_ref_frame[comp_ref_frames[best_cmp_rf_idx][1]] in mode_estimation()
[all …]
H A Dtpl_model.h229 const YV12_BUFFER_CONFIG *src_ref_frame[INTER_REFS_PER_FRAME]; member