Home | History | Annotate | Download | only in decoder

Lines Matching refs:ctb_indx

124     WORD32 ctb_indx;
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;
187 ctb_indx += 1;
190 u4_qp_const_in_ctb[3] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx) >> 3] & (1 << (ctb_indx & 7));
194 u4_qp_const_in_ctb[2] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - 1) >> 3] & (1 << ((ctb_indx - 1) & 7));
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));