Lines Matching refs:HEVCSPS
139 const HEVCSPS *sps, RK_S32 is_slice_header) in mpp_hevc_decode_short_term_rps()
652 static RK_S32 compare_sps(HEVCSPS *openhevc_sps, HEVCSPS *sps) in compare_sps()
1179 static RK_S32 decode_vui(HEVCContext *s, HEVCSPS *sps) in decode_vui()
1339 static int scaling_list_data(HEVCContext *s, ScalingList *sl, HEVCSPS *sps) in scaling_list_data()
1424 HEVCSPS *sps; in mpp_hevc_decode_nal_sps()
1429 sps = (HEVCSPS*)sps_buf; in mpp_hevc_decode_nal_sps()
1874 HEVCSPS *openhevc_sps = (HEVCSPS *)&info->sps[sps_id]; in mpp_hevc_decode_nal_sps()
1876 if (compare_sps(openhevc_sps, (HEVCSPS *)sps_buf) < 0) { in mpp_hevc_decode_nal_sps()
1889 !memcmp(s->sps_list[sps_id], sps_buf, sizeof(HEVCSPS))) { in mpp_hevc_decode_nal_sps()
1929 HEVCSPS *sps = NULL; in mpp_hevc_decode_nal_pps()
1977 sps = (HEVCSPS *)s->sps_list[pps->sps_id]; in mpp_hevc_decode_nal_pps()