Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c115 pu_t s_pu; in ihevce_open_loop_pred_data() local
125 s_pu.b2_pred_mode = PRED_L0; 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()
130 s_pu.b1_intra_flag = 0; 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()
[all …]
Dihevce_enc_loop_inter_mode_sifter.c2211 pu_t s_pu, *ps_pu_merge; in ihevce_compute_pred_and_populate_modes() local
2229 memcpy(&s_pu, ps_pu, sizeof(pu_t)); in ihevce_compute_pred_and_populate_modes()
2230 s_pu.b4_pos_x = u1_cu_pos_x >> 2; in ihevce_compute_pred_and_populate_modes()
2231 s_pu.b4_pos_y = u1_cu_pos_y >> 2; in ihevce_compute_pred_and_populate_modes()
2232 s_pu.b4_wd = (u1_cu_size >> 2) - 1; in ihevce_compute_pred_and_populate_modes()
2233 s_pu.b4_ht = (u1_cu_size >> 2) - 1; in ihevce_compute_pred_and_populate_modes()
2236 ps_pu_merge = &s_pu; in ihevce_compute_pred_and_populate_modes()