• Home
  • Raw
  • Download

Lines Matching refs:ps_pu

113     pu_t *ps_pu;  in ihevcd_get_mv_ctb()  local
137 ps_pu = ps_mv_ctxt->ps_pu; in ihevcd_get_mv_ctb()
273 for(pu_cnt = 0; pu_cnt < num_pu_per_ctb; pu_cnt++, ps_pu++) in ihevcd_get_mv_ctb()
275 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_get_mv_ctb()
276 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_get_mv_ctb()
281 pu_x_in_4x4 = ps_pu->b4_pos_x; in ihevcd_get_mv_ctb()
282 pu_y_in_4x4 = ps_pu->b4_pos_y; in ihevcd_get_mv_ctb()
307 if(1 == ps_pu->b1_merge_flag) in ihevcd_get_mv_ctb()
315 if((PART_Nx2N == ps_pu->b3_part_mode) && (1 == ps_pu->b2_part_idx)) in ihevcd_get_mv_ctb()
319 else if((PART_2NxN == ps_pu->b3_part_mode) && (1 == ps_pu->b2_part_idx)) in ihevcd_get_mv_ctb()
346 if(ps_pu->b1_intra_flag == 0) in ihevcd_get_mv_ctb()
348 if(ps_pu->b1_merge_flag == 0) in ihevcd_get_mv_ctb()
356 ps_pu, u1_lb_avail, u1_l_avail, in ihevcd_get_mv_ctb()
360 pred_flag_l0 = (ps_pu->b2_pred_mode != PRED_L1); in ihevcd_get_mv_ctb()
361 pred_flag_l1 = (ps_pu->b2_pred_mode != PRED_L0); in ihevcd_get_mv_ctb()
371 mvd_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevcd_get_mv_ctb()
372 mvd_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevcd_get_mv_ctb()
377 ps_pu->mv.s_l0_mv.i2_mvx = tmp_x; in ihevcd_get_mv_ctb()
381 ps_pu->mv.s_l0_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
388 mvd_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevcd_get_mv_ctb()
389 mvd_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_get_mv_ctb()
394 ps_pu->mv.s_l1_mv.i2_mvx = tmp_x; in ihevcd_get_mv_ctb()
398 ps_pu->mv.s_l1_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
405 part_mode = ps_pu->b3_part_mode; in ihevcd_get_mv_ctb()
407 part_idx = ps_pu->b2_part_idx; in ihevcd_get_mv_ctb()
410 nbr_pu_idx_strd, ps_pu, part_mode, in ihevcd_get_mv_ctb()
416 if(PRED_BI == ps_pu->b2_pred_mode) in ihevcd_get_mv_ctb()
418 if(((ps_pu->b3_part_mode == PART_2NxN) && (pu_wd == 8)) in ihevcd_get_mv_ctb()
419 || ((ps_pu->b3_part_mode == PART_Nx2N) in ihevcd_get_mv_ctb()
422 ps_pu->b2_pred_mode = PRED_L0; in ihevcd_get_mv_ctb()
432 …ps_pic_buf_l0 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list0[ps_pu->mv.i1_l0_ref_idx].pv_pic_buf)… in ihevcd_get_mv_ctb()
433 …ps_pic_buf_l1 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list1[ps_pu->mv.i1_l1_ref_idx].pv_pic_buf)… in ihevcd_get_mv_ctb()
434 ps_pu->mv.i1_l0_ref_pic_buf_id = ps_pic_buf_l0->u1_buf_id; in ihevcd_get_mv_ctb()
437 ps_pu->mv.i1_l1_ref_pic_buf_id = ps_pic_buf_l1->u1_buf_id; in ihevcd_get_mv_ctb()