Lines Matching refs:pu4_horz_bs
215 UWORD32 *pu4_horz_bs; in ihevcd_ctb_boundary_strength_islice() local
250 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_islice()
262 horz_bs0_tmp = pu4_horz_bs[0] & (0xFFFFFFFF >> (sizeof(UWORD32) * 8 - ctb_size / 2)); in ihevcd_ctb_boundary_strength_islice()
273 memset(pu4_horz_bs, 0, (1 << (2 * log2_ctb_size - 7))); in ihevcd_ctb_boundary_strength_islice()
284 pu4_horz_bs[0] |= horz_bs0_tmp; in ihevcd_ctb_boundary_strength_islice()
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_islice()
413 pu4_horz_bs[0] &= (64 == ctb_size) ? 0 : ((UWORD32)0xFFFFFFFF) << (ctb_size / 2); in ihevcd_ctb_boundary_strength_islice()
435 memset(((UWORD8 *)pu4_horz_bs) + offset, 0, 1 << (log2_ctb_size - 4)); in ihevcd_ctb_boundary_strength_islice()
466 UWORD32 *pu4_horz_bs; in ihevcd_ctb_boundary_strength_pbslice() local
496 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_pbslice()
501 horz_bs0_tmp = pu4_horz_bs[0] & (0xFFFFFFFF >> (sizeof(UWORD32) * 8 - ctb_size / 2)); in ihevcd_ctb_boundary_strength_pbslice()
524 memset(pu4_horz_bs, 0, (1 << (2 * log2_ctb_size - 7))); in ihevcd_ctb_boundary_strength_pbslice()
535 pu4_horz_bs[0] |= horz_bs0_tmp; in ihevcd_ctb_boundary_strength_pbslice()
538 *(UWORD32 *)((UWORD8 *)pu4_horz_bs + bs_strd) = 0; in ihevcd_ctb_boundary_strength_pbslice()
620 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
654 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
673 *(UWORD32 *)((UWORD8 *)pu4_horz_bs + bs_strd) |= (u4_bs << (start_pos_x * 2)); in ihevcd_ctb_boundary_strength_pbslice()
680 pu4_horz_bs[end_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
767 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
873 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
894 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
966 pu4_horz_bs[0] &= (64 == ctb_size) ? 0 : ((UWORD32)0xFFFFFFFF) << (ctb_size / 2); in ihevcd_ctb_boundary_strength_pbslice()
987 memset(((UWORD8 *)pu4_horz_bs) + offset, 0, 1 << (log2_ctb_size - 4)); in ihevcd_ctb_boundary_strength_pbslice()