Lines Matching refs:ps_curr_pu

119     enc_pu_t *ps_curr_pu;  in ih264e_motion_comp_luma()  local
169 ps_curr_pu = ps_proc->ps_pu + u4_num_prtn; in ih264e_motion_comp_luma()
174 switch (ps_curr_pu->b2_pred_mode) in ih264e_motion_comp_luma()
177 ps_curr_mv = &ps_curr_pu->s_me_info[0].s_mv; in ih264e_motion_comp_luma()
182 ps_curr_mv = &ps_curr_pu->s_me_info[1].s_mv; in ih264e_motion_comp_luma()
194 ps_curr_mv = &ps_curr_pu->s_me_info[0].s_mv; in ih264e_motion_comp_luma()
201 ps_curr_mv = &ps_curr_pu->s_me_info[0].s_mv; in ih264e_motion_comp_luma()
220 wd = (ps_curr_pu->b4_wd + 1) << 2; in ih264e_motion_comp_luma()
221 ht = (ps_curr_pu->b4_ht + 1) << 2; in ih264e_motion_comp_luma()
236 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_luma()
237 + 4 * ps_curr_pu->b4_pos_x; in ih264e_motion_comp_luma()
298 enc_pu_t *ps_curr_pu; in ih264e_motion_comp_chroma() local
336 ps_curr_pu = ps_proc->ps_pu + u4_num_prtn; in ih264e_motion_comp_chroma()
338 if (ps_curr_pu->b2_pred_mode != PRED_BI) in ih264e_motion_comp_chroma()
340 ps_curr_mv = &ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv; in ih264e_motion_comp_chroma()
341 pu1_ref = ps_proc->apu1_ref_buf_chroma[ps_curr_pu->b2_pred_mode]; in ih264e_motion_comp_chroma()
359 wd = (ps_curr_pu->b4_wd + 1) << 1; in ih264e_motion_comp_chroma()
360 ht = (ps_curr_pu->b4_ht + 1) << 1; in ih264e_motion_comp_chroma()
366 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_chroma()
367 + 2 * ps_curr_pu->b4_pos_x; in ih264e_motion_comp_chroma()
399 ps_curr_mv = &ps_curr_pu->s_me_info[i4_predmode].s_mv; in ih264e_motion_comp_chroma()
421 wd = (ps_curr_pu->b4_wd + 1) << 1; in ih264e_motion_comp_chroma()
422 ht = (ps_curr_pu->b4_ht + 1) << 1; in ih264e_motion_comp_chroma()
428 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_chroma()
429 + 2 * ps_curr_pu->b4_pos_x; in ih264e_motion_comp_chroma()