FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
libxvid.h File Reference

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)
 

Detailed Description

common functions for use with the Xvid wrappers

Definition in file libxvid.h.

Function Documentation

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().