Home
last modified time | relevance | path

Searched refs:pu_x (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/decoder/
Dihevcd_inter_pred.c126 WORD32 pu_x, pu_y; in ihevcd_inter_pred_ctb() local
219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2); in ihevcd_inter_pred_ctb()
274 …ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samp… in ihevcd_inter_pred_ctb()
275 ai2_xint[0] = pu_x + (mv >> 2); in ihevcd_inter_pred_ctb()
293 …ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samp… in ihevcd_inter_pred_ctb()
294 ai2_xint[1] = pu_x + (mv >> 2); in ihevcd_inter_pred_ctb()
308 pu1_dst = pu1_dst_luma + pu_y * ref_strd + pu_x; in ihevcd_inter_pred_ctb()
321 …ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samp… in ihevcd_inter_pred_ctb()
322 ai2_xint[0] = (pu_x / 2 + (mv >> 3)) << 1; in ihevcd_inter_pred_ctb()
339 …ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samp… in ihevcd_inter_pred_ctb()
[all …]