Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dratecontrol.c64 static inline double qp2bits(RateControlEntry *rce, double qp) in qp2bits() function
293 bits = qp2bits(rce, rco[i].qscale); // FIXME move at end to really force it? in get_qscale()
418 bits = qp2bits(rce, rce->new_qscale) + rce->mv_bits + rce->misc_bits; in init_pass2()
501 (double (*)(void *, double)) qp2bits, in ff_rate_control_init()