Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c564 WORD32 end_pos_y; in ihevcd_ctb_boundary_strength_pbslice() local
579 end_pos_y = start_pos_y + tu_size; in ihevcd_ctb_boundary_strength_pbslice()
670 if(0 == (end_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
673 if(ctb_size / 8 == (end_pos_y >> 1)) in ihevcd_ctb_boundary_strength_pbslice()
681 … shift += (((end_pos_y >> 1) & ((MAX_CTB_SIZE >> log2_ctb_size) - 1)) << (log2_ctb_size - 1)); in ihevcd_ctb_boundary_strength_pbslice()
682 pu4_horz_bs[end_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
720 WORD32 end_pos_y; in ihevcd_ctb_boundary_strength_pbslice() local
734 end_pos_y = start_pos_y + pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
792 min_pu_ht = MIN(ngbr_end_pos_y, end_pos_y) - start_pos_y; in ihevcd_ctb_boundary_strength_pbslice()