Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtpl_model.c292 int best_rf_idx = -1; in mode_estimation() local
382 best_rf_idx = rf_idx; in mode_estimation()
388 xd->mi[0]->ref_frame[0] = best_rf_idx + LAST_FRAME; in mode_estimation()
416 const YV12_BUFFER_CONFIG *ref_frame_ptr = ref_frame[best_rf_idx]; in mode_estimation()
450 if (best_rf_idx >= 0) { in mode_estimation()
451 tpl_stats->mv[best_rf_idx].as_int = best_mv.as_int; in mode_estimation()
452 tpl_stats->ref_frame_index = best_rf_idx; in mode_estimation()
Dencodeframe.c4614 int best_rf_idx = 0; in init_ref_frame_space() local
4619 best_rf_idx = idx; in init_ref_frame_space()
4624 tpl_pred_error[best_rf_idx] = this_stats->pred_error[best_rf_idx] - in init_ref_frame_space()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6259 int best_rf_idx = -1; local
6380 best_rf_idx = rf_idx;
6393 tpl_stats->ref_frame_index = gf_picture[frame_idx].ref_frame[best_rf_idx];