Lines Matching refs:ps_pu
359 pu_t *ps_pu, in ihevcd_mv_pred() argument
402 max_l0_mvp_cand = ps_pu->b1_l0_mvp_idx + 1; in ihevcd_mv_pred()
403 max_l1_mvp_cand = ps_pu->b1_l1_mvp_idx + 1; in ihevcd_mv_pred()
413 ps_cur_pic_buf_l0 = (pic_buf_t *)((ps_ref_pic_list[0][ps_pu->mv.i1_l0_ref_idx].pv_pic_buf)); in ihevcd_mv_pred()
414 ps_cur_pic_buf_l1 = (pic_buf_t *)((ps_ref_pic_list[1][ps_pu->mv.i1_l1_ref_idx].pv_pic_buf)); in ihevcd_mv_pred()
418 part_pos_x = ps_pu->b4_pos_x << 2; in ihevcd_mv_pred()
419 part_pos_y = ps_pu->b4_pos_y << 2; in ihevcd_mv_pred()
420 part_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_mv_pred()
421 part_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_mv_pred()
472 if(PRED_L0 != ps_pu->b2_pred_mode) in ihevcd_mv_pred()
481 l0_done_flag = (PRED_L1 == ps_pu->b2_pred_mode); in ihevcd_mv_pred()
482 l1_done_flag = (PRED_L0 == ps_pu->b2_pred_mode); in ihevcd_mv_pred()
579 if(PRED_L0 != ps_pu->b2_pred_mode) in ihevcd_mv_pred()
633 if(PRED_L0 != ps_pu->b2_pred_mode) in ihevcd_mv_pred()
680 ihevcd_collocated_mvp(ps_mv_ctxt, ps_pu, as_mv_col, avail_col_flag, 1, x_col, y_col); in ihevcd_mv_pred()
695 … ihevcd_collocated_mvp(ps_mv_ctxt, ps_pu, as_mv_col, avail_col_flag, 1, x_col, y_col); in ihevcd_mv_pred()