Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dratecontrol.c63 static inline double qp2bits(RateControlEntry *rce, double qp) in qp2bits() function
292 bits = qp2bits(rce, rco[i].qscale); // FIXME move at end to really force it? in get_qscale()
417 bits = qp2bits(rce, rce->new_qscale) + rce->mv_bits + rce->misc_bits; in init_pass2()
500 (double (*)(void *, double)) qp2bits, in ff_rate_control_init()
505 "qp2bits", in ff_rate_control_init()

Completed in 3 milliseconds