Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c454 const LongTermRPS *long_rps = &s->sh.long_term_rps; in ff_hevc_frame_rps() local
494 for (i = 0; i < long_rps->nb_refs; i++) { in ff_hevc_frame_rps()
495 int poc = long_rps->poc[i]; in ff_hevc_frame_rps()
496 int list = long_rps->used[i] ? LT_CURR : LT_FOLL; in ff_hevc_frame_rps()
498 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_LONG_REF, long_rps->poc_msb_present[i]); in ff_hevc_frame_rps()
516 const LongTermRPS *long_rps = &s->sh.long_term_rps; in ff_hevc_frame_nb_refs() local
525 if (long_rps) { in ff_hevc_frame_nb_refs()
526 for (i = 0; i < long_rps->nb_refs; i++) in ff_hevc_frame_nb_refs()
527 ret += !!long_rps->used[i]; in ff_hevc_frame_nb_refs()

Completed in 2 milliseconds