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

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

Completed in 120 milliseconds