Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c563 WORD32 end_pos_x; in ihevcd_ctb_boundary_strength_pbslice() local
578 end_pos_x = start_pos_x + tu_size; in ihevcd_ctb_boundary_strength_pbslice()
659 if(0 == (end_pos_x & 1)) in ihevcd_ctb_boundary_strength_pbslice()
661 … if(!(ctb_size / 8 == (end_pos_x >> 1) && ps_bs_ctxt->i4_ctb_x == ps_sps->i2_pic_wd_in_ctb - 1)) in ihevcd_ctb_boundary_strength_pbslice()
665 … shift += (((end_pos_x >> 1) & ((MAX_CTB_SIZE >> log2_ctb_size) - 1)) << (log2_ctb_size - 1)); in ihevcd_ctb_boundary_strength_pbslice()
666 pu4_vert_bs[end_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
719 WORD32 end_pos_x; in ihevcd_ctb_boundary_strength_pbslice() local
733 end_pos_x = start_pos_x + pu_wd; in ihevcd_ctb_boundary_strength_pbslice()
858 min_pu_wd = MIN(ngbr_end_pos_x, end_pos_x) - start_pos_x; in ihevcd_ctb_boundary_strength_pbslice()