Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_deblk.c253 UWORD32 *pu4_vert_bs_top = (UWORD32 *)((UWORD8 *)pu4_vert_bs - bs_strd); in ihevcd_deblk_ctb() local
254 UWORD32 u4_top_bs = (*pu4_vert_bs_top) >> (shift + (1 << (log2_ctb_size - 1)) - 2); in ihevcd_deblk_ctb()
527 UWORD32 *pu4_vert_bs_top = (UWORD32 *)((UWORD8 *)pu4_vert_bs - bs_strd); in ihevcd_deblk_ctb() local
528 UWORD32 u4_top_bs = (*pu4_vert_bs_top) >> ((1 << (log2_ctb_size - 1)) - 2); in ihevcd_deblk_ctb()