Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dratecontrol.c912 Picture *dts_pic; in ff_rate_estimate_qscale() local
919 dts_pic = s->current_picture_ptr; in ff_rate_estimate_qscale()
921 dts_pic = s->last_picture_ptr; in ff_rate_estimate_qscale()
923 if (!dts_pic || dts_pic->f->pts == AV_NOPTS_VALUE) in ff_rate_estimate_qscale()
926 wanted_bits = (uint64_t)(s->bit_rate * (double)dts_pic->f->pts / fps); in ff_rate_estimate_qscale()