HomeSort by relevance Sort by last modified time
    Searched full:pu_x (Results 1 - 1 of 1) sorted by null

  /external/libhevc/decoder/
ihevcd_inter_pred.c 126 WORD32 pu_x, pu_y; local
219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2);
274 mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2));
275 ai2_xint[0] = pu_x + (mv >> 2);
293 mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2));
294 ai2_xint[1] = pu_x + (mv >> 2);
308 pu1_dst = pu1_dst_luma + pu_y * ref_strd + pu_x;
321 mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2))
    [all...]

Completed in 67 milliseconds