Searched refs:true_peaks (Results 1 – 1 of 1) sorted by relevance
98 double *true_peaks; ///< true peaks per channel member447 ebur128->true_peaks = av_calloc(nb_channels, sizeof(*ebur128->true_peaks)); in config_audio_output()450 if (!ebur128->swr_buf || !ebur128->true_peaks || in config_audio_output()601 ebur128->true_peaks[ch] = FFMAX(ebur128->true_peaks[ch], fabs(*swr_samples)); in filter_frame()881 PRINT_PEAKS("TPK", ebur128->true_peaks, TRUE); in filter_frame()971 PRINT_PEAK_SUMMARY("True", ebur128->true_peaks, TRUE); in uninit()976 av_freep(&ebur128->true_peaks); in uninit()