MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / get_fps

Function get_fps

libavcodec/ratecontrol.c:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static double get_fps(AVCodecContext *avctx)
68{
69 return av_q2d(get_fpsQ(avctx));
70}
71
72static inline double qp2bits(const RateControlEntry *rce, double qp)
73{

Callers 4

modify_qscaleFunction · 0.85
ff_rate_control_initFunction · 0.85
ff_vbv_updateFunction · 0.85
ff_rate_estimate_qscaleFunction · 0.85

Calls 2

av_q2dFunction · 0.85
get_fpsQFunction · 0.85

Tested by

no test coverage detected