Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c314 cu_inter_cand_t *ps_best_inter_cand = NULL; in ihevce_cu_mode_decide() local
875 ps_best_inter_cand = ps_inter_cand; in ihevce_cu_mode_decide()
1366 pv_final_pred = ps_best_inter_cand->pu1_pred_data; in ihevce_cu_mode_decide()
1367 final_pred_strd = ps_best_inter_cand->i4_pred_data_stride; in ihevce_cu_mode_decide()
1417 s_prms.ps_best_inter_cand = ps_best_inter_cand; in ihevce_cu_mode_decide()
Dihevce_enc_loop_utils.c8593 cu_inter_cand_t *ps_best_inter_cand = ps_prms->ps_best_inter_cand; in ihevce_final_rdopt_mode_prcs() local
8689 ps_best_inter_cand->pu1_pred_data = pu1_pred; in ihevce_final_rdopt_mode_prcs()
8690 ps_best_inter_cand->i4_pred_data_stride = pred_strd; in ihevce_final_rdopt_mode_prcs()
8701 ps_best_inter_cand, in ihevce_final_rdopt_mode_prcs()
10009 ps_best_inter_cand->b1_skip_flag = ps_best_cu_prms->u1_skip_flag; in ihevce_final_rdopt_mode_prcs()
Dihevce_enc_loop_structs.h2936 cu_inter_cand_t *ps_best_inter_cand; member