Home
last modified time | relevance | path

Searched refs:sample_peaks (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Df_ebur128.c99 double *sample_peaks; ///< sample peaks per channel member
469 ebur128->sample_peaks = av_calloc(nb_channels, sizeof(*ebur128->sample_peaks)); in config_audio_output()
470 if (!ebur128->sample_peaks) in config_audio_output()
629 ebur128->sample_peaks[ch] = FFMAX(ebur128->sample_peaks[ch], fabs(*samples)); in filter_frame()
879 PRINT_PEAKS("SPK", ebur128->sample_peaks, SAMPLES); in filter_frame()
970 PRINT_PEAK_SUMMARY("Sample", ebur128->sample_peaks, SAMPLES); in uninit()
977 av_freep(&ebur128->sample_peaks); in uninit()