FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ReplayGainContext Struct Reference

Data Fields

uint32_t histogram [HISTOGRAM_SLOTS]
 
float peak
 
int yule_hist_i
 
int butter_hist_i
 
const double * yule_coeff_a
 
const double * yule_coeff_b
 
const double * butter_coeff_a
 
const double * butter_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 308 of file af_replaygain.c.

Field Documentation

uint32_t ReplayGainContext::histogram[HISTOGRAM_SLOTS]

Definition at line 309 of file af_replaygain.c.

Referenced by filter_frame(), and uninit().

float ReplayGainContext::peak

Definition at line 310 of file af_replaygain.c.

Referenced by filter_frame(), and uninit().

int ReplayGainContext::yule_hist_i

Definition at line 311 of file af_replaygain.c.

Referenced by config_input(), and yule_filter_stereo_samples().

int ReplayGainContext::butter_hist_i

Definition at line 311 of file af_replaygain.c.

Referenced by butter_filter_stereo_samples(), and config_input().

const double* ReplayGainContext::yule_coeff_a

Definition at line 312 of file af_replaygain.c.

Referenced by config_input(), and yule_filter_stereo_samples().

const double* ReplayGainContext::yule_coeff_b

Definition at line 313 of file af_replaygain.c.

Referenced by config_input(), and yule_filter_stereo_samples().

const double* ReplayGainContext::butter_coeff_a

Definition at line 314 of file af_replaygain.c.

Referenced by butter_filter_stereo_samples(), and config_input().

const double* ReplayGainContext::butter_coeff_b

Definition at line 315 of file af_replaygain.c.

Referenced by butter_filter_stereo_samples(), and config_input().

float ReplayGainContext::yule_hist_a[256]

Definition at line 316 of file af_replaygain.c.

Referenced by yule_filter_stereo_samples().

float ReplayGainContext::yule_hist_b[256]

Definition at line 317 of file af_replaygain.c.

Referenced by yule_filter_stereo_samples().

float ReplayGainContext::butter_hist_a[256]

Definition at line 318 of file af_replaygain.c.

Referenced by butter_filter_stereo_samples().

float ReplayGainContext::butter_hist_b[256]

Definition at line 319 of file af_replaygain.c.

Referenced by butter_filter_stereo_samples().


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