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.c316 cu_inter_cand_t *ps_best_inter_cand = NULL; in ihevce_cu_mode_decide() local
882 ps_best_inter_cand = ps_inter_cand; in ihevce_cu_mode_decide()
1373 pv_final_pred = ps_best_inter_cand->pu1_pred_data; in ihevce_cu_mode_decide()
1374 final_pred_strd = ps_best_inter_cand->i4_pred_data_stride; in ihevce_cu_mode_decide()
1424 s_prms.ps_best_inter_cand = ps_best_inter_cand; in ihevce_cu_mode_decide()
Dihevce_enc_loop_utils.c8453 cu_inter_cand_t *ps_best_inter_cand = ps_prms->ps_best_inter_cand; in ihevce_final_rdopt_mode_prcs() local
8549 ps_best_inter_cand->pu1_pred_data = pu1_pred; in ihevce_final_rdopt_mode_prcs()
8550 ps_best_inter_cand->i4_pred_data_stride = pred_strd; in ihevce_final_rdopt_mode_prcs()
8561 ps_best_inter_cand, in ihevce_final_rdopt_mode_prcs()
9869 ps_best_inter_cand->b1_skip_flag = ps_best_cu_prms->u1_skip_flag; in ihevce_final_rdopt_mode_prcs()
Dihevce_enc_loop_structs.h2945 cu_inter_cand_t *ps_best_inter_cand; member