Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c782 WORD32 min_pu_ht; in ihevcd_ctb_boundary_strength_pbslice() local
792 min_pu_ht = MIN(ngbr_end_pos_y, end_pos_y) - start_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
796 u4_bs = DUP_LSB_10(min_pu_ht); in ihevcd_ctb_boundary_strength_pbslice()
817 u4_bs = DUP_LSB_01(min_pu_ht); in ihevcd_ctb_boundary_strength_pbslice()
833 pu_ht -= min_pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
834 start_pos_y += min_pu_ht; in ihevcd_ctb_boundary_strength_pbslice()