FFmpeg
4.0
|
common functions for use with the Xvid wrappers More...
Go to the source code of this file.
Functions | |
int | ff_xvid_rate_control_init (struct MpegEncContext *s) |
void | ff_xvid_rate_control_uninit (struct MpegEncContext *s) |
float | ff_xvid_rate_estimate_qscale (struct MpegEncContext *s, int dry_run) |
common functions for use with the Xvid wrappers
Definition in file libxvid.h.
int ff_xvid_rate_control_init | ( | struct MpegEncContext * | s | ) |
Definition at line 42 of file libxvid_rc.c.
Referenced by ff_mpv_encode_init().
void ff_xvid_rate_control_uninit | ( | struct MpegEncContext * | s | ) |
Definition at line 158 of file libxvid_rc.c.
Referenced by ff_mpv_encode_end().
float ff_xvid_rate_estimate_qscale | ( | struct MpegEncContext * | s, |
int | dry_run | ||
) |
Definition at line 101 of file libxvid_rc.c.
Referenced by estimate_qp().