Lines Matching refs:u4_bs

282     UWORD32 u4_bs;  in ihevce_deblk_ctb()  local
345 u4_bs = *bs_vert; in ihevce_deblk_ctb()
355 bs_lz = CLZ(u4_bs) >> 1; in ihevce_deblk_ctb()
359 u4_bs = u4_bs << (bs_lz << 1); in ihevce_deblk_ctb()
371 (u4_bs >> 30), /* bits 31 and 30 are extracted */ in ihevce_deblk_ctb()
379 u4_bs = u4_bs << 2; in ihevce_deblk_ctb()
411 u4_bs = *(bs_vert_uv) & ((0 == u1_is_422) ? 0x88888888 : 0xaaaaaaaa); in ihevce_deblk_ctb()
429 bs_lz = CLZ(u4_bs) >> i4_log2_num_bits_per_bs; in ihevce_deblk_ctb()
435 u4_bs = u4_bs << (bs_lz << i4_log2_num_bits_per_bs); in ihevce_deblk_ctb()
460 u4_bs = u4_bs << (1 << i4_log2_num_bits_per_bs); in ihevce_deblk_ctb()
511 u4_bs = ps_deblk->au1_prev_bs[i4_edge_count] & 0x3; in ihevce_deblk_ctb()
512 if(u4_bs != 0) in ihevce_deblk_ctb()
520 u4_bs, in ihevce_deblk_ctb()
533 u4_bs = *(bs_horz); in ihevce_deblk_ctb()
537 bs_lz = CLZ(u4_bs) >> 1; in ihevce_deblk_ctb()
540 u4_bs = u4_bs << (bs_lz << 1); in ihevce_deblk_ctb()
551 u4_bs >> (sizeof(u4_bs) * 8 - 2), in ihevce_deblk_ctb()
560 u4_bs = u4_bs << 2; in ihevce_deblk_ctb()
564 u4_bs = *bs_horz; in ihevce_deblk_ctb()
566 (UWORD8)(((u4_bs << ((ctb_size >> 1) - 2))) >> 30); in ihevce_deblk_ctb()
614 u4_bs = ps_deblk->au1_prev_bs_uv[i4_edge_count] & 0x2; in ihevce_deblk_ctb()
616 if(u4_bs == 2) in ihevce_deblk_ctb()
638 u4_bs = *(bs_horz_uv)&0x88888888; in ihevce_deblk_ctb()
642 bs_lz = CLZ(u4_bs) >> 2; in ihevce_deblk_ctb()
646 u4_bs = u4_bs << (bs_lz << 2); in ihevce_deblk_ctb()
668 u4_bs = u4_bs << 4; in ihevce_deblk_ctb()
673 u4_bs = *bs_horz_uv; in ihevce_deblk_ctb()
675 (UWORD8)(((u4_bs << ((ctb_size >> 1) - 4))) >> 30); in ihevce_deblk_ctb()