| 
    FFmpeg
    
   | 
 
#include <ratecontrol.h>
Data Fields | |
| double | coeff | 
| double | count | 
| double | decay | 
Definition at line 35 of file ratecontrol.h.
| double Predictor::coeff | 
Definition at line 36 of file ratecontrol.h.
Referenced by ff_rate_control_init(), predict_size(), and update_predictor().
| double Predictor::count | 
Definition at line 37 of file ratecontrol.h.
Referenced by ff_rate_control_init(), predict_size(), and update_predictor().
| double Predictor::decay | 
Definition at line 38 of file ratecontrol.h.
Referenced by ff_rate_control_init(), and update_predictor().
 1.8.17