|
FFmpeg
|
Rate control for video encoders. More...
#include "libavutil/attributes.h"#include "libavutil/internal.h"#include "avcodec.h"#include "internal.h"#include "ratecontrol.h"#include "mpegutils.h"#include "mpegvideo.h"#include "libavutil/eval.h"Functions | |
| void | ff_write_pass1_stats (MpegEncContext *s) |
| av_cold int | ff_rate_control_init (MpegEncContext *s) |
| av_cold void | ff_rate_control_uninit (MpegEncContext *s) |
| int | ff_vbv_update (MpegEncContext *s, int frame_size) |
| void | ff_get_2pass_fcode (MpegEncContext *s) |
| float | ff_rate_estimate_qscale (MpegEncContext *s, int dry_run) |
Rate control for video encoders.
1.8.12