Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Dhme_utils.c122 pu_result_t *ps_best_l0_pu; in ihevce_open_loop_pred_data() local
123 ps_best_l0_pu = ps_pu_results->aps_pu_results[0][PRT_2Nx2N]; in ihevce_open_loop_pred_data()
124 best_sad_l0 = ps_best_l0_pu->i4_tot_cost - ps_best_l0_pu->i4_mv_cost; in ihevce_open_loop_pred_data()
126 s_pu.b4_ht = ps_best_l0_pu->pu.b4_ht; in ihevce_open_loop_pred_data()
127 s_pu.b4_wd = ps_best_l0_pu->pu.b4_wd; in ihevce_open_loop_pred_data()
128 s_pu.b4_pos_x = ps_best_l0_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data()
129 s_pu.b4_pos_y = ps_best_l0_pu->pu.b4_pos_y; in ihevce_open_loop_pred_data()
131 s_pu.mv.s_l0_mv.i2_mvx = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvx; in ihevce_open_loop_pred_data()
132 s_pu.mv.s_l0_mv.i2_mvy = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvy; in ihevce_open_loop_pred_data()
133 s_pu.mv.i1_l0_ref_idx = ps_best_l0_pu->pu.mv.i1_l0_ref_idx; in ihevce_open_loop_pred_data()