Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c453 const ShortTermRPS *short_rps = s->sh.short_term_rps; in ff_hevc_frame_rps() local
458 if (!short_rps) { in ff_hevc_frame_rps()
477 for (i = 0; i < short_rps->num_delta_pocs; i++) { in ff_hevc_frame_rps()
478 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps()
481 if (!short_rps->used[i]) in ff_hevc_frame_rps()
483 else if (i < short_rps->num_negative_pics) in ff_hevc_frame_rps()

Completed in 2 milliseconds