Searched refs:HEVCPPS (Results 1 – 4 of 4) sorted by relevance
311 typedef struct HEVCPPS { struct377 } HEVCPPS; argument465 HEVCPPS pps[MAX_PPS_COUNT];532 const HEVCPPS *pps;
57 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()
849 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()
753 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()