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