Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h290 typedef struct HEVCPPS { struct
347 } HEVCPPS; argument
435 HEVCPPS pps[MAX_PPS_COUNT];
502 const HEVCPPS *pps;
H A Dh265d_parser2_syntax.c57 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_picture_parameters()
264 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_scaling_lists()
H A Dh265d_ps.c833 static RK_S32 compare_pps(HEVCPPS *openhevc_pps, HEVCPPS *pps) in compare_pps()
1854 if (s->pps_list[i] && ((HEVCPPS*)s->pps_list[i])->sps_id == sps_id) { in mpp_hevc_decode_nal_sps()
1877 HEVCPPS *pps = (HEVCPPS*)data; in mpp_hevc_pps_free()
1890 HEVCPPS *pps = NULL; in mpp_hevc_decode_nal_pps()
1908 pps = (HEVCPPS *)s->pps_list[pps_id]; in mpp_hevc_decode_nal_pps()
1913 pps = (HEVCPPS *)mpp_calloc(RK_U8, sizeof(*pps)); in mpp_hevc_decode_nal_pps()
2152 HEVCPPS *openhevc_pps = (HEVCPPS*)&info->pps[pps_id]; in mpp_hevc_decode_nal_pps()
2154 if (compare_pps(openhevc_pps, (HEVCPPS*)pps) < 0) { in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c747 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]) { in hls_slice_header()
751 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]; in hls_slice_header()