Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c209 WORD32 ihevcd_ctb_boundary_strength_islice(bs_ctxt_t *ps_bs_ctxt) in ihevcd_ctb_boundary_strength_islice() argument
234 ps_pps = ps_bs_ctxt->ps_pps; in ihevcd_ctb_boundary_strength_islice()
235 ps_sps = ps_bs_ctxt->ps_sps; in ihevcd_ctb_boundary_strength_islice()
237 …i1_loop_filter_across_slices_enabled_flag = ps_bs_ctxt->ps_slice_hdr->i1_slice_loop_filter_across_… in ihevcd_ctb_boundary_strength_islice()
238 i4_tu_cnt = ps_bs_ctxt->i4_ctb_tu_cnt; in ihevcd_ctb_boundary_strength_islice()
247 pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_vert_bs + in ihevcd_ctb_boundary_strength_islice()
248 (ps_bs_ctxt->i4_ctb_x << (2 * log2_ctb_size - 7)) + in ihevcd_ctb_boundary_strength_islice()
249 ps_bs_ctxt->i4_ctb_y * bs_strd); in ihevcd_ctb_boundary_strength_islice()
250 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_islice()
251 (ps_bs_ctxt->i4_ctb_x << (2 * log2_ctb_size - 7)) + in ihevcd_ctb_boundary_strength_islice()
[all …]
Dihevcd_boundary_strength.h40 WORD32 ihevcd_ctb_boundary_strength_islice(bs_ctxt_t *ps_bs_ctxt);
42 WORD32 ihevcd_ctb_boundary_strength_pbslice(bs_ctxt_t *ps_bs_ctxt);
Dihevcd_parse_slice.c2760 bs_ctxt_t *ps_bs_ctxt = &ps_codec->s_parse.s_bs_ctxt; in ihevcd_parse_slice_data() local
2774 …pu1_qp = ps_bs_ctxt->pu1_pic_qp + ((ps_codec->s_parse.i4_ctb_x + ps_codec->s_parse.i4_ctb_y * qp_s… in ihevcd_parse_slice_data()
2776 …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()