Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_inter_pred.c126 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()
[all …]
Dihevcd_parse_slice.c2207 WORD32 pu_x,pu_y; in ihevcd_set_ctb_skip() local
2221 for (pu_y = 0; pu_y < ctb_skip_ht ; pu_y += MIN_CU_SIZE) in ihevcd_set_ctb_skip()
2230 ps_tu->b4_pos_y = pu_y >> 2; in ihevcd_set_ctb_skip()
2243 tu_abs_y = (ps_codec->s_parse.i4_ctb_y << ps_sps->i1_log2_ctb_size) + pu_y; in ihevcd_set_ctb_skip()
2254 ps_pu->b4_pos_y = pu_y >> 2; in ihevcd_set_ctb_skip()