Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h311 typedef struct HEVCPPS { struct
377 } HEVCPPS; argument
465 HEVCPPS pps[MAX_PPS_COUNT];
532 const HEVCPPS *pps;
H A Dh265d_parser2_syntax.c57 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_picture_parameters()
302 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_scaling_lists()
H A Dh265d_ps.c849 static RK_S32 compare_pps(HEVCPPS *openhevc_pps, HEVCPPS *pps) in compare_pps()
1893 if (s->pps_list[i] && ((HEVCPPS*)s->pps_list[i])->sps_id == sps_id) { in mpp_hevc_decode_nal_sps()
1917 HEVCPPS *pps = (HEVCPPS*)data; in mpp_hevc_pps_free()
1930 HEVCPPS *pps = mpp_calloc(HEVCPPS, 1); in mpp_hevc_decode_nal_pps()
1951 bufs = &(((HEVCPPS *)s->pps_list[pps_id])->bufs); in mpp_hevc_decode_nal_pps()
2186 HEVCPPS *openhevc_pps = (HEVCPPS*)&info->pps[pps_id]; in mpp_hevc_decode_nal_pps()
2188 if (compare_pps(openhevc_pps, (HEVCPPS*)pps) < 0) { in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c753 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]) { in hls_slice_header()
757 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]; in hls_slice_header()