Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_refs.c446 const LongTermRPS *long_rps = &s->sh.long_term_rps; in ff_hevc_frame_rps() local
486 for (i = 0; i < long_rps->nb_refs; i++) { in ff_hevc_frame_rps()
487 int poc = long_rps->poc[i]; in ff_hevc_frame_rps()
488 int list = long_rps->used[i] ? LT_CURR : LT_FOLL; in ff_hevc_frame_rps()
490 …ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_LONG_REF, long_rps->poc_msb_present[i]… in ff_hevc_frame_rps()
508 const LongTermRPS *long_rps = &s->sh.long_term_rps; in ff_hevc_frame_nb_refs() local
517 if (long_rps) { in ff_hevc_frame_nb_refs()
518 for (i = 0; i < long_rps->nb_refs; i++) in ff_hevc_frame_nb_refs()
519 ret += !!long_rps->used[i]; in ff_hevc_frame_nb_refs()