• Home
  • Raw
  • Download

Lines Matching refs:u4_bs

103     UWORD32 u4_bs;  in ihevcd_deblk_ctb()  local
248 u4_bs = (pu4_vert_bs[0] >> shift) << 2; in ihevcd_deblk_ctb()
255 u4_bs |= u4_top_bs & 3; in ihevcd_deblk_ctb()
264 bs_tz = CTZ(u4_bs) >> 1; in ihevcd_deblk_ctb()
267 u4_bs = u4_bs >> (bs_tz << 1); in ihevcd_deblk_ctb()
328 u4_bs & 3, qp_p, qp_q, in ihevcd_deblk_ctb()
333 u4_bs & 3, qp_p, qp_q, in ihevcd_deblk_ctb()
340 u4_bs = u4_bs >> 2; in ihevcd_deblk_ctb()
388 u4_bs = (pu4_horz_bs[0] >> shift) << 2; in ihevcd_deblk_ctb()
397 u4_bs |= u4_left_bs & 3; in ihevcd_deblk_ctb()
405 bs_tz = CTZ(u4_bs) >> 1; in ihevcd_deblk_ctb()
408 u4_bs = u4_bs >> (bs_tz << 1); in ihevcd_deblk_ctb()
470 u4_bs & 3, qp_p, qp_q, in ihevcd_deblk_ctb()
475 u4_bs & 3, qp_p, qp_q, in ihevcd_deblk_ctb()
481 u4_bs = u4_bs >> 2; in ihevcd_deblk_ctb()
522 u4_bs = pu4_vert_bs[0] << 2; in ihevcd_deblk_ctb()
529 u4_bs |= u4_top_bs & 3; in ihevcd_deblk_ctb()
533 u4_bs &= 0x22222222; in ihevcd_deblk_ctb()
539 bs_tz = CTZ(u4_bs) >> 2; in ihevcd_deblk_ctb()
547 u4_bs = u4_bs >> (bs_tz << 2); in ihevcd_deblk_ctb()
600 ASSERT(1 == ((u4_bs & 3) >> 1)); in ihevcd_deblk_ctb()
602 u4_bs & 3, qp_p, qp_q, in ihevcd_deblk_ctb()
634 u4_bs = u4_bs >> 4; in ihevcd_deblk_ctb()
667 u4_bs = pu4_horz_bs[0] << 2; in ihevcd_deblk_ctb()
676 u4_bs |= u4_left_bs & 3; in ihevcd_deblk_ctb()
680 u4_bs &= 0x22222222; in ihevcd_deblk_ctb()
686 bs_tz = CTZ(u4_bs) >> 2; in ihevcd_deblk_ctb()
689 u4_bs = u4_bs >> (bs_tz << 2); in ihevcd_deblk_ctb()
749 ASSERT(1 == ((u4_bs & 3) >> 1)); in ihevcd_deblk_ctb()
751 u4_bs & 3, qp_p, qp_q, in ihevcd_deblk_ctb()
783 u4_bs = u4_bs >> 4; in ihevcd_deblk_ctb()