Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c138 pu_result_t *ps_best_l1_pu; in ihevce_open_loop_pred_data() local
139 ps_best_l1_pu = ps_pu_results->aps_pu_results[1][PRT_2Nx2N]; in ihevce_open_loop_pred_data()
140 best_sad_l1 = ps_best_l1_pu->i4_tot_cost - ps_best_l1_pu->i4_mv_cost; in ihevce_open_loop_pred_data()
142 s_pu.b4_ht = ps_best_l1_pu->pu.b4_ht; in ihevce_open_loop_pred_data()
143 s_pu.b4_wd = ps_best_l1_pu->pu.b4_wd; in ihevce_open_loop_pred_data()
144 s_pu.b4_pos_x = ps_best_l1_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data()
145 s_pu.b4_pos_y = ps_best_l1_pu->pu.b4_pos_y; in ihevce_open_loop_pred_data()
147 s_pu.mv.s_l1_mv.i2_mvx = ps_best_l1_pu->pu.mv.s_l1_mv.i2_mvx; in ihevce_open_loop_pred_data()
148 s_pu.mv.s_l1_mv.i2_mvy = ps_best_l1_pu->pu.mv.s_l1_mv.i2_mvy; in ihevce_open_loop_pred_data()
149 s_pu.mv.i1_l1_ref_idx = ps_best_l1_pu->pu.mv.i1_l1_ref_idx; in ihevce_open_loop_pred_data()