Home
last modified time | relevance | path

Searched refs:HEVClc (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c141 HEVCLocalContext *lc = s->HEVClc; in mpp_hevc_decode_short_term_rps()
277 HEVCLocalContext *lc = s->HEVClc; in decode_profile_tier_level()
318 HEVCLocalContext *lc = s->HEVClc; in parse_ptl()
346 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_sublayer_hrd()
367 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_hrd()
435 BitReadCtx_t *gb = &s->HEVClc->gb; in parse_vps_extension()
1043 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_vps()
1182 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_vui()
1341 BitReadCtx_t *gb = &s->HEVClc->gb; in scaling_list_data()
1416 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.c711 BitReadCtx_t *gb = &s->HEVClc->gb; in hls_slice_header()
1135 BitReadCtx_t*gb = &s->HEVClc->gb; in hls_nal_unit()
1343 HEVCLocalContext *lc = s->HEVClc; in parser_nal_unit()
1714 mpp_set_bitread_ctx(&s->HEVClc->gb, (RK_U8 *)nal->data, nal->size); in split_nal_units()
1715 mpp_set_bitread_pseudo_code_type(&s->HEVClc->gb, PSEUDO_CODE_H264_H265); in split_nal_units()
2115 mpp_free(s->HEVClc); in h265d_deinit()
2117 s->HEVClc = NULL; in h265d_deinit()
2166 s->HEVClc = (HEVCLocalContext*)mpp_calloc(HEVCLocalContext, 1); in hevc_init_context()
2167 if (!s->HEVClc) in hevc_init_context()
H A Dh265d_sei.c434 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_sei()
476 mpp_set_bitread_ctx(&payload_bitctx, s->HEVClc->gb.data_, payload_size); in mpp_hevc_decode_nal_sei()
H A Dh265d_parser.h526 HEVCLocalContext *HEVClc; member