Home
last modified time | relevance | path

Searched refs:ctb_indx (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_deblk.c124 WORD32 ctb_indx; in ihevcd_deblk_ctb() local
160 ctb_indx = ps_deblk->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_deblk->i4_ctb_y; in ihevcd_deblk_ctb()
173 ctb_indx += ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
187 ctb_indx += 1; in ihevcd_deblk_ctb()
190 …st_in_ctb[3] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx) >> 3] & (1 << (ctb_indx & 7)… in ihevcd_deblk_ctb()
194 …in_ctb[2] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - 1) >> 3] & (1 << ((ctb_indx - … in ihevcd_deblk_ctb()
200 … ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - ps_sps->i2_pic_wd_in_ctb - 1) >> 3] & in ihevcd_deblk_ctb()
201 (1 << ((ctb_indx - ps_sps->i2_pic_wd_in_ctb - 1) & 7)); in ihevcd_deblk_ctb()
209 … ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - ps_sps->i2_pic_wd_in_ctb) >> 3] & in ihevcd_deblk_ctb()
210 (1 << ((ctb_indx - ps_sps->i2_pic_wd_in_ctb) & 7)); in ihevcd_deblk_ctb()
Dihevcd_parse_slice.c1939 WORD32 ctb_indx; in ihevcd_parse_coding_quadtree() local
1940ctb_indx = ps_codec->s_parse.i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_codec->s_parse.i4_ctb_y; in ihevcd_parse_coding_quadtree()
1941 … ps_codec->s_parse.s_bs_ctxt.pu1_pic_qp_const_in_ctb[ctb_indx >> 3] &= (~(1 << (ctb_indx & 7))); in ihevcd_parse_coding_quadtree()
2710 WORD32 ctb_indx; in ihevcd_parse_slice_data() local
2711ctb_indx = ps_codec->s_parse.i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_codec->s_parse.i4_ctb_y; in ihevcd_parse_slice_data()
2712 … ps_codec->s_parse.s_bs_ctxt.pu1_pic_qp_const_in_ctb[ctb_indx >> 3] |= (1 << (ctb_indx & 7)); in ihevcd_parse_slice_data()
2715 pu1_slice_idx[ctb_indx] = ps_codec->s_parse.i4_cur_independent_slice_idx; in ihevcd_parse_slice_data()
2813 WORD32 ctb_indx; in ihevcd_parse_slice_data() local
2817 ctb_indx = ++ctb_addr; in ihevcd_parse_slice_data()
2824ctb_indx = (ps_sps->i2_pic_wd_in_ctb * (ps_codec->s_parse.i4_ctb_tile_y + 1 + ps_tile->u1_pos_y)) … in ihevcd_parse_slice_data()
[all …]
Dihevcd_boundary_strength.c222 WORD32 ctb_indx; in ihevcd_ctb_boundary_strength_islice() local
258 ctb_indx = ps_bs_ctxt->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_bs_ctxt->i4_ctb_y; in ihevcd_ctb_boundary_strength_islice()
259 u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7)); in ihevcd_ctb_boundary_strength_islice()
475 WORD32 ctb_indx; in ihevcd_ctb_boundary_strength_pbslice() local
511 ctb_indx = ps_bs_ctxt->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_bs_ctxt->i4_ctb_y; in ihevcd_ctb_boundary_strength_pbslice()
512 u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7)); in ihevcd_ctb_boundary_strength_pbslice()