• Home
  • Raw
  • Download

Lines Matching refs:start_pos_y

296         WORD32 start_pos_y;  in ihevcd_ctb_boundary_strength_islice()  local
305 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_islice()
316 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_islice()
326 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_islice()
335 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); 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()
342 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_islice()
345 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2) in ihevcd_ctb_boundary_strength_islice()
562 WORD32 start_pos_y; in ihevcd_ctb_boundary_strength_pbslice() local
573 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
579 end_pos_y = start_pos_y + tu_size; in ihevcd_ctb_boundary_strength_pbslice()
583 WORD32 tu_abs_y = (ps_bs_ctxt->i4_ctb_y << log2_ctb_size) + (start_pos_y << 2); in ihevcd_ctb_boundary_strength_pbslice()
602 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_pbslice()
612 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
621 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
622 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
636 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_pbslice()
646 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
655 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
656 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
664 shift = start_pos_y * 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()
692 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2) in ihevcd_ctb_boundary_strength_pbslice()
718 WORD32 start_pos_y; in ihevcd_ctb_boundary_strength_pbslice() local
728 start_pos_y = ps_pu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
734 end_pos_y = start_pos_y + pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
746 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_pbslice()
759 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
768 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
769 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
786 …u4_ngbr_pu_indx = ps_bs_ctxt->pu4_pic_pu_idx_map[(start_pos_y + 1) * ngbr_pu_idx_strd + (start_pos… in ihevcd_ctb_boundary_strength_pbslice()
792 min_pu_ht = MIN(ngbr_end_pos_y, end_pos_y) - start_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
802 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_pbslice()
821 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_pbslice()
834 start_pos_y += min_pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
839 start_pos_y = ps_pu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
844 if(0 != ps_bs_ctxt->i4_ctb_y + start_pos_y) in ihevcd_ctb_boundary_strength_pbslice()
852 …u4_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()
865 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
874 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
875 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()
886 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_pbslice()
895 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_pbslice()
896 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_pbslice()