Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h508 typedef struct HEVCLocalContext { struct
510 } HEVCLocalContext; argument
526 HEVCLocalContext *HEVClc;
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()
H A Dh265d_parser.c1343 HEVCLocalContext *lc = s->HEVClc; in parser_nal_unit()
2166 s->HEVClc = (HEVCLocalContext*)mpp_calloc(HEVCLocalContext, 1); in hevc_init_context()