#include <xvid.h>#include <unistd.h>#include "avcodec.h"#include "libxvid_internal.h"#include "mpegvideo.h"#include <assert.h>Go to the source code of this file.
Functions | |
| int | ff_xvid_rate_control_init (MpegEncContext *s) |
| float | ff_xvid_rate_estimate_qscale (MpegEncContext *s, int dry_run) |
| void | ff_xvid_rate_control_uninit (MpegEncContext *s) |
Variables | |
| unsigned int | xvid_debug |
| int ff_xvid_rate_control_init | ( | MpegEncContext * | s | ) |
Definition at line 35 of file libxvid_rc.c.
Referenced by ff_rate_control_init().
| void ff_xvid_rate_control_uninit | ( | MpegEncContext * | s | ) |
Definition at line 143 of file libxvid_rc.c.
Referenced by ff_rate_control_uninit().
| float ff_xvid_rate_estimate_qscale | ( | MpegEncContext * | s, | |
| int | dry_run | |||
| ) |
Definition at line 87 of file libxvid_rc.c.
Referenced by ff_rate_estimate_qscale().
| unsigned int xvid_debug |