Home
last modified time | relevance | path

Searched refs:pu1_pic_qp_const_in_ctb (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_deblk.c190 …u4_qp_const_in_ctb[3] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx) >> 3] & (1 << (ctb_… in ihevcd_deblk_ctb()
194 …u4_qp_const_in_ctb[2] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - 1) >> 3] & (1 << (… 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()
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()
Dihevcd_boundary_strength.c259 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()
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()
Dihevcd_structs.h398 UWORD8 *pu1_pic_qp_const_in_ctb; member
Dihevcd_api.c1863 ps_codec->as_process[i].s_bs_ctxt.pu1_pic_qp_const_in_ctb = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1864 … ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu1_pic_qp_const_in_ctb = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1865 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu1_pic_qp_const_in_ctb = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1879 ps_codec->s_parse.s_bs_ctxt.pu1_pic_qp_const_in_ctb = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
Dihevcd_parse_slice.c1941 … 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()
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()
2920 …u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[cur_ctb_idx >> 3] & (1 << (cur_ctb_idx & … in ihevcd_parse_slice_data()
3479 DUMP_QP_CONST_IN_CTB(ps_codec->as_process[0].s_bs_ctxt.pu1_pic_qp_const_in_ctb, in ihevcd_parse_slice_data()