Libav
Data Structures | Functions
ratecontrol.h File Reference

ratecontrol header. More...

#include <stdio.h>
#include <stdint.h>
#include "libavutil/eval.h"

Go to the source code of this file.

Data Structures

struct  Predictor
 
struct  RateControlEntry
 
struct  RateControlContext
 rate control context. More...
 

Functions

int ff_rate_control_init (struct MpegEncContext *s)
 
float ff_rate_estimate_qscale (struct MpegEncContext *s, int dry_run)
 
void ff_write_pass1_stats (struct MpegEncContext *s)
 
void ff_rate_control_uninit (struct MpegEncContext *s)
 
int ff_vbv_update (struct MpegEncContext *s, int frame_size)
 
void ff_get_2pass_fcode (struct MpegEncContext *s)
 
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

ratecontrol header.

Definition in file ratecontrol.h.

Function Documentation

§ ff_rate_control_init()

int ff_rate_control_init ( struct MpegEncContext s)

Definition at line 83 of file ratecontrol.c.

Referenced by ff_mpv_encode_init().

§ ff_rate_estimate_qscale()

float ff_rate_estimate_qscale ( struct MpegEncContext s,
int  dry_run 
)

Definition at line 725 of file ratecontrol.c.

Referenced by estimate_qp().

§ ff_write_pass1_stats()

void ff_write_pass1_stats ( struct MpegEncContext s)

Definition at line 46 of file ratecontrol.c.

Referenced by ff_mpv_encode_picture().

§ ff_rate_control_uninit()

void ff_rate_control_uninit ( struct MpegEncContext s)

Definition at line 287 of file ratecontrol.c.

Referenced by ff_mpv_encode_end().

§ ff_vbv_update()

int ff_vbv_update ( struct MpegEncContext s,
int  frame_size 
)

Definition at line 301 of file ratecontrol.c.

Referenced by ff_mpv_encode_picture(), init_pass2(), and select_input_picture().

§ ff_get_2pass_fcode()

void ff_get_2pass_fcode ( struct MpegEncContext s)

Definition at line 714 of file ratecontrol.c.

Referenced by encode_picture().

§ ff_xvid_rate_control_init()

int ff_xvid_rate_control_init ( struct MpegEncContext s)

Definition at line 75 of file libxvid_rc.c.

Referenced by ff_rate_control_init().

§ ff_xvid_rate_control_uninit()

void ff_xvid_rate_control_uninit ( struct MpegEncContext s)

Definition at line 174 of file libxvid_rc.c.

Referenced by ff_rate_control_uninit().

§ ff_xvid_rate_estimate_qscale()

float ff_xvid_rate_estimate_qscale ( struct MpegEncContext s,
int  dry_run 
)

Definition at line 123 of file libxvid_rc.c.

Referenced by ff_rate_estimate_qscale().