Home
last modified time | relevance | path

Searched refs:mpp_hevc_decode_short_term_rps (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h668 RK_S32 mpp_hevc_decode_short_term_rps(HEVCContext *s, ShortTermRPS *rps,
H A Dh265d_ps.c138 int mpp_hevc_decode_short_term_rps(HEVCContext *s, ShortTermRPS *rps, in mpp_hevc_decode_short_term_rps() function
1714 if ((ret = mpp_hevc_decode_short_term_rps(s, &sps->st_rps[i], in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.c851 ret = mpp_hevc_decode_short_term_rps(s, &sh->slice_rps, s->sps, 1); in hls_slice_header()