Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_deblk.c254 UWORD32 u4_top_bs = (*pu4_vert_bs_top) >> (shift + (1 << (log2_ctb_size - 1)) - 2); in ihevcd_deblk_ctb() local
255 u4_bs |= u4_top_bs & 3; in ihevcd_deblk_ctb()
528 UWORD32 u4_top_bs = (*pu4_vert_bs_top) >> ((1 << (log2_ctb_size - 1)) - 2); in ihevcd_deblk_ctb() local
529 u4_bs |= u4_top_bs & 3; in ihevcd_deblk_ctb()