Lines Matching refs:start_pos_x
295 WORD32 start_pos_x; in ihevcd_ctb_boundary_strength_islice() local
304 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_islice()
313 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_islice()
322 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_islice()
323 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_islice()
329 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_islice()
342 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_islice()
347 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2) in ihevcd_ctb_boundary_strength_islice()
561 WORD32 start_pos_x; in ihevcd_ctb_boundary_strength_pbslice() local
572 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
578 end_pos_x = start_pos_x + tu_size; in ihevcd_ctb_boundary_strength_pbslice()
582 WORD32 tu_abs_x = (ps_bs_ctxt->i4_ctb_x << log2_ctb_size) + (start_pos_x << 2); in ihevcd_ctb_boundary_strength_pbslice()
599 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_pbslice()
608 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
609 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
615 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_pbslice()
633 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_pbslice()
642 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
643 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
649 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_pbslice()
675 *(UWORD32 *)((UWORD8 *)pu4_horz_bs + bs_strd) |= (u4_bs << (start_pos_x * 2)); in ihevcd_ctb_boundary_strength_pbslice()
680 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_pbslice()
689 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
694 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2) in ihevcd_ctb_boundary_strength_pbslice()
717 WORD32 start_pos_x; in ihevcd_ctb_boundary_strength_pbslice() local
727 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
733 end_pos_x = start_pos_x + pu_wd; in ihevcd_ctb_boundary_strength_pbslice()
743 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_pbslice()
752 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
753 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
762 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_pbslice()
777 if(0 != ps_bs_ctxt->i4_ctb_x + start_pos_x) in ihevcd_ctb_boundary_strength_pbslice()
786 …gbr_pu_indx = ps_bs_ctxt->pu4_pic_pu_idx_map[(start_pos_y + 1) * ngbr_pu_idx_strd + (start_pos_x)]; in ihevcd_ctb_boundary_strength_pbslice()
799 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_pbslice()
808 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
809 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
818 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_pbslice()
827 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
828 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
852 …_ngbr_pu_indx = ps_bs_ctxt->pu4_pic_pu_idx_map[(start_pos_y)*ngbr_pu_idx_strd + (start_pos_x + 1)]; in ihevcd_ctb_boundary_strength_pbslice()
858 min_pu_wd = MIN(ngbr_end_pos_x, end_pos_x) - start_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
868 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_pbslice()
889 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_pbslice()
902 start_pos_x += min_pu_wd; in ihevcd_ctb_boundary_strength_pbslice()
907 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()