Searched refs:pu_x (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_inter_pred.c | 126 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 …]
|
D | ihevcd_parse_slice.c | 2207 WORD32 pu_x,pu_y; in ihevcd_set_ctb_skip() local 2223 for (pu_x = 0; pu_x < ctb_skip_wd ; pu_x += MIN_CU_SIZE) in ihevcd_set_ctb_skip() 2229 ps_tu->b4_pos_x = pu_x >> 2; in ihevcd_set_ctb_skip() 2242 tu_abs_x = (ps_codec->s_parse.i4_ctb_x << ps_sps->i1_log2_ctb_size) + pu_x; in ihevcd_set_ctb_skip() 2253 ps_pu->b4_pos_x = pu_x >> 2; in ihevcd_set_ctb_skip()
|