FFmpeg
Data Fields
RateControlEntry Struct Reference

#include <ratecontrol.h>

Data Fields

int pict_type
 
float qscale
 
int mv_bits
 
int i_tex_bits
 
int p_tex_bits
 
int misc_bits
 
int header_bits
 
uint64_t expected_bits
 
int new_pict_type
 
float new_qscale
 
int64_t mc_mb_var_sum
 
int64_t mb_var_sum
 
int i_count
 
int skip_count
 
int f_code
 
int b_code
 

Detailed Description

Definition at line 41 of file ratecontrol.h.

Field Documentation

◆ pict_type

int RateControlEntry::pict_type

◆ qscale

float RateControlEntry::qscale

◆ mv_bits

int RateControlEntry::mv_bits

◆ i_tex_bits

int RateControlEntry::i_tex_bits

◆ p_tex_bits

int RateControlEntry::p_tex_bits

◆ misc_bits

int RateControlEntry::misc_bits

Definition at line 47 of file ratecontrol.h.

Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and init_pass2().

◆ header_bits

int RateControlEntry::header_bits

Definition at line 48 of file ratecontrol.h.

Referenced by ff_rate_control_init().

◆ expected_bits

uint64_t RateControlEntry::expected_bits

Definition at line 49 of file ratecontrol.h.

Referenced by ff_rate_estimate_qscale(), and init_pass2().

◆ new_pict_type

int RateControlEntry::new_pict_type

◆ new_qscale

float RateControlEntry::new_qscale

Definition at line 51 of file ratecontrol.h.

Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and init_pass2().

◆ mc_mb_var_sum

int64_t RateControlEntry::mc_mb_var_sum

Definition at line 52 of file ratecontrol.h.

Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and get_qscale().

◆ mb_var_sum

int64_t RateControlEntry::mb_var_sum

Definition at line 53 of file ratecontrol.h.

Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and get_qscale().

◆ i_count

int RateControlEntry::i_count

Definition at line 54 of file ratecontrol.h.

Referenced by ff_rate_control_init(), ff_rate_estimate_qscale(), and get_qscale().

◆ skip_count

int RateControlEntry::skip_count

Definition at line 55 of file ratecontrol.h.

Referenced by ff_rate_control_init().

◆ f_code

int RateControlEntry::f_code

◆ b_code

int RateControlEntry::b_code

The documentation for this struct was generated from the following file: