Searched refs:spectrum_size (Results 1 – 2 of 2) sorted by relevance
32 int spectrum_size; member167 int spectrum_size, in WebRtc_CreateDelayEstimator() argument179 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() argument263 if (spectrum_size != self->spectrum_size) { in WebRtc_DelayEstimatorProcessFix()[all …]
49 int spectrum_size,87 int spectrum_size,95 int spectrum_size);