FFmpeg
Data Fields
ReplayGainContext Struct Reference

Data Fields

const AVClassclass
 
uint32_t histogram [HISTOGRAM_SLOTS]
 
float peak
 
float gain
 
int yule_hist_i
 
int butter_hist_i
 
const doubleyule_coeff_a
 
const doubleyule_coeff_b
 
const doublebutter_coeff_a
 
const doublebutter_coeff_b
 
float yule_hist_a [256]
 
float yule_hist_b [256]
 
float butter_hist_a [256]
 
float butter_hist_b [256]
 

Detailed Description

Definition at line 312 of file af_replaygain.c.

Field Documentation

◆ class

const AVClass* ReplayGainContext::class

Definition at line 313 of file af_replaygain.c.

◆ histogram

uint32_t ReplayGainContext::histogram[HISTOGRAM_SLOTS]

Definition at line 315 of file af_replaygain.c.

◆ peak

float ReplayGainContext::peak

Definition at line 316 of file af_replaygain.c.

◆ gain

float ReplayGainContext::gain

Definition at line 317 of file af_replaygain.c.

◆ yule_hist_i

int ReplayGainContext::yule_hist_i

Definition at line 318 of file af_replaygain.c.

◆ butter_hist_i

int ReplayGainContext::butter_hist_i

Definition at line 318 of file af_replaygain.c.

◆ yule_coeff_a

const double* ReplayGainContext::yule_coeff_a

Definition at line 319 of file af_replaygain.c.

◆ yule_coeff_b

const double* ReplayGainContext::yule_coeff_b

Definition at line 320 of file af_replaygain.c.

◆ butter_coeff_a

const double* ReplayGainContext::butter_coeff_a

Definition at line 321 of file af_replaygain.c.

◆ butter_coeff_b

const double* ReplayGainContext::butter_coeff_b

Definition at line 322 of file af_replaygain.c.

◆ yule_hist_a

float ReplayGainContext::yule_hist_a[256]

Definition at line 323 of file af_replaygain.c.

◆ yule_hist_b

float ReplayGainContext::yule_hist_b[256]

Definition at line 324 of file af_replaygain.c.

◆ butter_hist_a

float ReplayGainContext::butter_hist_a[256]

Definition at line 325 of file af_replaygain.c.

◆ butter_hist_b

float ReplayGainContext::butter_hist_b[256]

Definition at line 326 of file af_replaygain.c.


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