HomeSort by relevance Sort by last modified time
    Searched refs:SpectrumType (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h 22 } SpectrumType;
26 SpectrumType* mean_far_spectrum;
38 SpectrumType* mean_near_spectrum;
delay_estimator_wrapper.c 62 SpectrumType* threshold_spectrum,
97 SpectrumType* threshold_spectrum,
161 self->mean_far_spectrum = malloc(spectrum_size * sizeof(SpectrumType));
187 sizeof(SpectrumType) * self->spectrum_size);
291 sizeof(SpectrumType));
317 sizeof(SpectrumType) * self->spectrum_size);

Completed in 49 milliseconds