Searched refs:ff_hevc_decode_short_term_rps (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_ps.h | 359 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
|
D | hevc_ps.c | 119 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()
|
D | hevcdec.c | 677 ret = ff_hevc_decode_short_term_rps(gb, s->avctx, &sh->slice_rps, s->ps.sps, 1); in hls_slice_header()
|