|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| uint32_t | histogram [HISTOGRAM_SLOTS] |
| float | peak |
| float | gain |
| 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] |
Definition at line 312 of file af_replaygain.c.
| const AVClass* ReplayGainContext::class |
Definition at line 313 of file af_replaygain.c.
| uint32_t ReplayGainContext::histogram[HISTOGRAM_SLOTS] |
Definition at line 315 of file af_replaygain.c.
| float ReplayGainContext::peak |
Definition at line 316 of file af_replaygain.c.
| float ReplayGainContext::gain |
Definition at line 317 of file af_replaygain.c.
| int ReplayGainContext::yule_hist_i |
Definition at line 318 of file af_replaygain.c.
| int ReplayGainContext::butter_hist_i |
Definition at line 318 of file af_replaygain.c.
| const double* ReplayGainContext::yule_coeff_a |
Definition at line 319 of file af_replaygain.c.
| const double* ReplayGainContext::yule_coeff_b |
Definition at line 320 of file af_replaygain.c.
| const double* ReplayGainContext::butter_coeff_a |
Definition at line 321 of file af_replaygain.c.
| const double* ReplayGainContext::butter_coeff_b |
Definition at line 322 of file af_replaygain.c.
| float ReplayGainContext::yule_hist_a[256] |
Definition at line 323 of file af_replaygain.c.
| float ReplayGainContext::yule_hist_b[256] |
Definition at line 324 of file af_replaygain.c.
| float ReplayGainContext::butter_hist_a[256] |
Definition at line 325 of file af_replaygain.c.
| float ReplayGainContext::butter_hist_b[256] |
Definition at line 326 of file af_replaygain.c.
1.8.17