Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h478 typedef struct HEVCLocalContext { struct
480 } HEVCLocalContext; argument
496 HEVCLocalContext *HEVClc;
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()
H A Dh265d_parser.c1284 HEVCLocalContext *lc = s->HEVClc; in parser_nal_unit()
2092 s->HEVClc = (HEVCLocalContext*)mpp_calloc(HEVCLocalContext, 1); in hevc_init_context()