Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c32 int spectrum_size; member
167 int spectrum_size, in WebRtc_CreateDelayEstimator() argument
179 if (spectrum_size < kBandLast) { in WebRtc_CreateDelayEstimator()
201 self->mean_far_spectrum = malloc(spectrum_size * sizeof(SpectrumType)); in WebRtc_CreateDelayEstimator()
207 self->mean_near_spectrum = malloc(spectrum_size * sizeof(SpectrumType)); in WebRtc_CreateDelayEstimator()
214 self->spectrum_size = spectrum_size; in WebRtc_CreateDelayEstimator()
232 sizeof(SpectrumType) * self->spectrum_size); in WebRtc_InitDelayEstimator()
234 sizeof(SpectrumType) * self->spectrum_size); in WebRtc_InitDelayEstimator()
245 int spectrum_size, in WebRtc_DelayEstimatorProcessFix() argument
263 if (spectrum_size != self->spectrum_size) { in WebRtc_DelayEstimatorProcessFix()
[all …]
Ddelay_estimator_wrapper.h49 int spectrum_size,
87 int spectrum_size,
95 int spectrum_size);