Searched refs:HEVCPPS (Results 1 – 4 of 4) sorted by relevance
290 typedef struct HEVCPPS { struct347 } HEVCPPS; argument435 HEVCPPS pps[MAX_PPS_COUNT];502 const HEVCPPS *pps;
57 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()
833 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()
747 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()