Lines Matching refs:pu_y
126 WORD32 pu_x, pu_y; in ihevcd_inter_pred_ctb() local
220 pu_y = (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_y << 2); in ihevcd_inter_pred_ctb()
278 …s_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samp… in ihevcd_inter_pred_ctb()
279 ai2_yint[0] = pu_y + (mv >> 2); in ihevcd_inter_pred_ctb()
297 …s_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samp… in ihevcd_inter_pred_ctb()
298 ai2_yint[1] = pu_y + (mv >> 2); in ihevcd_inter_pred_ctb()
308 pu1_dst = pu1_dst_luma + pu_y * ref_strd + pu_x; in ihevcd_inter_pred_ctb()
325 …s_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samp… in ihevcd_inter_pred_ctb()
326 ai2_yint[0] = pu_y / 2 + (mv >> 3); in ihevcd_inter_pred_ctb()
343 …s_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samp… in ihevcd_inter_pred_ctb()
344 ai2_yint[1] = pu_y / 2 + (mv >> 3); in ihevcd_inter_pred_ctb()
354 pu1_dst = pu1_dst_chroma + pu_y * ref_strd / 2 + pu_x; in ihevcd_inter_pred_ctb()