Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c131 HEVCLocalContext *lc = s->HEVClc; in mpp_hevc_decode_short_term_rps()
269 HEVCLocalContext *lc = s->HEVClc; in decode_profile_tier_level()
303 HEVCLocalContext *lc = s->HEVClc; in parse_ptl()
330 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_sublayer_hrd()
351 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_hrd()
419 BitReadCtx_t *gb = &s->HEVClc->gb; in parse_vps_extension()
1027 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_vps()
1166 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_vui()
1322 BitReadCtx_t *gb = &s->HEVClc->gb; in scaling_list_data()
1397 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.c705 BitReadCtx_t *gb = &s->HEVClc->gb; in hls_slice_header()
1114 BitReadCtx_t*gb = &s->HEVClc->gb; in hls_nal_unit()
1284 HEVCLocalContext *lc = s->HEVClc; in parser_nal_unit()
1655 mpp_set_bitread_ctx(&s->HEVClc->gb, (RK_U8 *)nal->data, nal->size); in split_nal_units()
1656 mpp_set_bitread_pseudo_code_type(&s->HEVClc->gb, PSEUDO_CODE_H264_H265); in split_nal_units()
2043 mpp_free(s->HEVClc); in h265d_deinit()
2045 s->HEVClc = NULL; in h265d_deinit()
2092 s->HEVClc = (HEVCLocalContext*)mpp_calloc(HEVCLocalContext, 1); in hevc_init_context()
2093 if (!s->HEVClc) in hevc_init_context()
H A Dh265d_sei.c411 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_sei()
435 mpp_set_bitread_ctx(&payload_bitctx, s->HEVClc->gb.data_, payload_size); in mpp_hevc_decode_nal_sei()
H A Dh265d_parser.h496 HEVCLocalContext *HEVClc; member