Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_deblk.c104 WORD32 bs_tz; /*Leading zeros in boundary strength*/ in ihevcd_deblk_ctb() local
264 bs_tz = CTZ(u4_bs) >> 1; in ihevcd_deblk_ctb()
265 if(0 != bs_tz) in ihevcd_deblk_ctb()
267 u4_bs = u4_bs >> (bs_tz << 1); in ihevcd_deblk_ctb()
268 if((row + bs_tz) >= (ctb_size / 4)) in ihevcd_deblk_ctb()
271 pu1_src += 4 * bs_tz * src_strd; in ihevcd_deblk_ctb()
273 row += bs_tz; in ihevcd_deblk_ctb()
405 bs_tz = CTZ(u4_bs) >> 1; in ihevcd_deblk_ctb()
406 if(0 != bs_tz) in ihevcd_deblk_ctb()
408 u4_bs = u4_bs >> (bs_tz << 1); in ihevcd_deblk_ctb()
[all …]