FFmpeg
Classes | Typedefs | 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.

Classes

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

Typedefs

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

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)
 

Detailed Description

ratecontrol header.