Lines Matching refs:ps_sps
126 sps_t *ps_sps;
133 ps_sps = ps_deblk->ps_sps;
138 log2_ctb_size = ps_sps->i1_log2_ctb_size;
139 ctb_size = (1 << ps_sps->i1_log2_ctb_size);
143 bs_strd = (ps_sps->i2_pic_wd_in_ctb + 1) << (2 * log2_ctb_size - 7);
155 qp_strd = ps_sps->i2_pic_wd_in_ctb << (log2_ctb_size - 3);
160 ctb_indx = ps_deblk->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_deblk->i4_ctb_y;
173 ctb_indx += ps_sps->i2_pic_wd_in_ctb;
200 ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - ps_sps->i2_pic_wd_in_ctb - 1) >> 3] &
201 (1 << ((ctb_indx - ps_sps->i2_pic_wd_in_ctb - 1) & 7));
209 ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - ps_sps->i2_pic_wd_in_ctb) >> 3] &
210 (1 << ((ctb_indx - ps_sps->i2_pic_wd_in_ctb) & 7));
222 WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb;
224 cur_ctb_indx += ps_sps->i2_pic_wd_in_ctb;
225 ps_slice_hdr_top = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - ps_sps->i2_pic_wd_in_ctb];
364 WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb;
505 WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb;
507 cur_ctb_indx += ps_sps->i2_pic_wd_in_ctb;
508 ps_slice_hdr_top = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - ps_sps->i2_pic_wd_in_ctb];
652 WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb;