Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dratecontrol.h69 double short_term_qcount; ///< count of recent qscales member
Dratecontrol.c614 rcc->short_term_qcount = 0.001; in ff_rate_control_init()
985 rcc->short_term_qcount *= a->qblur; in ff_rate_estimate_qscale()
988 rcc->short_term_qcount++; in ff_rate_estimate_qscale()
989 q = short_term_q = rcc->short_term_qsum / rcc->short_term_qcount; in ff_rate_estimate_qscale()