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

  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 30 // - spectrum_size : Size of the spectrum used both in far-end and
49 int spectrum_size,
71 // - spectrum_size : The size of the data arrays (same for both far- and
87 int spectrum_size,
95 int spectrum_size);
delay_estimator_wrapper.c 32 int spectrum_size; member in struct:__anon15308
167 int spectrum_size,
179 if (spectrum_size < kBandLast) {
201 self->mean_far_spectrum = malloc(spectrum_size * sizeof(SpectrumType));
207 self->mean_near_spectrum = malloc(spectrum_size * sizeof(SpectrumType));
214 self->spectrum_size = spectrum_size;
232 sizeof(SpectrumType) * self->spectrum_size);
234 sizeof(SpectrumType) * self->spectrum_size);
245 int spectrum_size,
    [all...]

Completed in 806 milliseconds