Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c849 WORD32 min_pu_wd; in ihevcd_ctb_boundary_strength_pbslice() local
858 min_pu_wd = MIN(ngbr_end_pos_x, end_pos_x) - start_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
862 u4_bs = DUP_LSB_10(min_pu_wd); in ihevcd_ctb_boundary_strength_pbslice()
883 u4_bs = DUP_LSB_01(min_pu_wd); in ihevcd_ctb_boundary_strength_pbslice()
901 pu_wd -= min_pu_wd; in ihevcd_ctb_boundary_strength_pbslice()
902 start_pos_x += min_pu_wd; in ihevcd_ctb_boundary_strength_pbslice()