Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_ps.h359 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
Dhevc_ps.c119 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_short_term_rps() function
1108 if ((ret = ff_hevc_decode_short_term_rps(gb, avctx, &sps->st_rps[i], in ff_hevc_parse_sps()
Dhevcdec.c677 ret = ff_hevc_decode_short_term_rps(gb, s->avctx, &sh->slice_rps, s->ps.sps, 1); in hls_slice_header()