rate control context. More...
#include <ratecontrol.h>
rate control context.
Definition at line 63 of file ratecontrol.h.
number of RateControlEntries
Definition at line 64 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and init_pass2().
Definition at line 65 of file ratecontrol.h.
Referenced by ff_get_2pass_fcode(), ff_rate_control_init(), ff_rate_control_uninit(), ff_rate_estimate_qscale(), and init_pass2().
amount of bits in the video/audio buffer
Definition at line 66 of file ratecontrol.h.
Referenced by ff_mpv_encode_picture(), ff_rate_control_init(), ff_vbv_update(), init_pass2(), and modify_qscale().
Definition at line 67 of file ratecontrol.h.
Referenced by ff_rate_control_init(), and ff_rate_estimate_qscale().
sum of recent qscales
Definition at line 68 of file ratecontrol.h.
Referenced by ff_rate_control_init(), and ff_rate_estimate_qscale().
count of recent qscales
Definition at line 69 of file ratecontrol.h.
Referenced by ff_rate_control_init(), and ff_rate_estimate_qscale().
sum of the output of the rc equation, this is used for normalization
Definition at line 70 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and get_qscale().
bits which should have been output by the pass1 code (including complexity init)
Definition at line 71 of file ratecontrol.h.
Referenced by ff_rate_control_init(), and ff_rate_estimate_qscale().
Definition at line 72 of file ratecontrol.h.
Referenced by ff_rate_estimate_qscale().
last qscale for a specific pict type, used for max_diff & ipb factor stuff
Definition at line 73 of file ratecontrol.h.
Referenced by ff_rate_control_init(), get_diff_limited_q(), and init_pass2().
Definition at line 74 of file ratecontrol.h.
Referenced by ff_rate_estimate_qscale().
Definition at line 75 of file ratecontrol.h.
Referenced by ff_rate_estimate_qscale().
Definition at line 76 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), get_qscale(), and init_pass2().
Definition at line 77 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), get_qscale(), and init_pass2().
Definition at line 78 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and init_pass2().
Definition at line 79 of file ratecontrol.h.
Referenced by ff_rate_control_init(), and get_qscale().
Definition at line 80 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), get_qscale(), and init_pass2().
Definition at line 81 of file ratecontrol.h.
Referenced by get_diff_limited_q().
Definition at line 83 of file ratecontrol.h.
Referenced by ff_rate_control_init(), ff_rate_control_uninit(), and get_qscale().