HomeSort by relevance Sort by last modified time
    Searched refs:ctb_indx (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_deblk.c 124 WORD32 ctb_indx; local
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))
    [all...]
ihevcd_parse_slice.c 1939 WORD32 ctb_indx; local
2706 WORD32 ctb_indx; local
2809 WORD32 ctb_indx; local
3419 WORD32 ctb_indx = 0; local
    [all...]
ihevcd_boundary_strength.c 222 WORD32 ctb_indx; local
258 ctb_indx = ps_bs_ctxt->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_bs_ctxt->i4_ctb_y;
259 u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7));
475 WORD32 ctb_indx; local
511 ctb_indx = ps_bs_ctxt->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_bs_ctxt->i4_ctb_y;
512 u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7));
    [all...]

Completed in 59 milliseconds