Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1853 for (i = 0; (RK_U32)i < MPP_ARRAY_ELEMS(s->pps_list); i++) { in mpp_hevc_decode_nal_sps()
1854 if (s->pps_list[i] && ((HEVCPPS*)s->pps_list[i])->sps_id == sps_id) { in mpp_hevc_decode_nal_sps()
1855 mpp_hevc_pps_free(s->pps_list[i]); in mpp_hevc_decode_nal_sps()
1856 s->pps_list[i] = NULL; in mpp_hevc_decode_nal_sps()
1908 pps = (HEVCPPS *)s->pps_list[pps_id]; in mpp_hevc_decode_nal_pps()
2191 s->pps_list[pps_id] = (RK_U8 *)pps; in mpp_hevc_decode_nal_pps()
2194 if (s->pps_list[pps_id]) in mpp_hevc_decode_nal_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_parser.c735 if (pps_id >= MAX_PPS_COUNT || !s->pps_list[pps_id]) { in hls_slice_header()
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()
2041 mpp_hevc_pps_free(s->pps_list[i]); in h265d_deinit()
H A Dh265d_parser.h505 RK_U8 *pps_list[MAX_PPS_COUNT]; member