Searched refs:ff_hevc_decode_short_term_rps (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_ps.h | 359 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
|
H A D | hevc_ps.c | 119 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_short_term_rps() function 1105 if ((ret = ff_hevc_decode_short_term_rps(gb, avctx, &sps->st_rps[i], in ff_hevc_parse_sps()
|
H A D | hevcdec.c | 700 ret = ff_hevc_decode_short_term_rps(gb, s->avctx, &sh->slice_rps, s->ps.sps, 1); in hls_slice_header()
|
Completed in 14 milliseconds