• Home
  • Raw
  • Download

Lines Matching refs:ps_pu

85 WORD32 ihevcd_pu_boundary_strength(pu_t *ps_pu,  in ihevcd_pu_boundary_strength()  argument
97 num_mv = (PRED_BI == ps_pu->b2_pred_mode) ? 2 : 1; in ihevcd_pu_boundary_strength()
100 l0_ref_pic_buf_id = ps_pu->mv.i1_l0_ref_pic_buf_id; in ihevcd_pu_boundary_strength()
101 l1_ref_pic_buf_id = ps_pu->mv.i1_l1_ref_pic_buf_id; in ihevcd_pu_boundary_strength()
106 i2_mv_x0 = ps_pu->mv.s_l0_mv.i2_mvx; in ihevcd_pu_boundary_strength()
107 i2_mv_y0 = ps_pu->mv.s_l0_mv.i2_mvy; in ihevcd_pu_boundary_strength()
108 i2_mv_x1 = ps_pu->mv.s_l1_mv.i2_mvx; in ihevcd_pu_boundary_strength()
109 i2_mv_y1 = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_pu_boundary_strength()
167 if(PRED_L0 == ps_pu->b2_pred_mode) in ihevcd_pu_boundary_strength()
723 pu_t *ps_pu = ps_bs_ctxt->ps_pu + i; in ihevcd_ctb_boundary_strength_pbslice() local
727 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
728 start_pos_y = ps_pu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
730 pu_wd = (ps_pu->b4_wd + 1); in ihevcd_ctb_boundary_strength_pbslice()
731 pu_ht = (ps_pu->b4_ht + 1); in ihevcd_ctb_boundary_strength_pbslice()
738 if(ps_pu->b1_intra_flag) in ihevcd_ctb_boundary_strength_pbslice()
814 u4_bs = ihevcd_pu_boundary_strength(ps_pu, ps_ngbr_pu); in ihevcd_ctb_boundary_strength_pbslice()
838 pu_ht = ps_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()
839 start_pos_y = ps_pu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
880 u4_bs = ihevcd_pu_boundary_strength(ps_pu, ps_ngbr_pu); in ihevcd_ctb_boundary_strength_pbslice()
906 pu_wd = ps_pu->b4_wd + 1; in ihevcd_ctb_boundary_strength_pbslice()
907 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()