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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h 30 int spectrum_size; member in struct:__anon44200
42 int spectrum_size; member in struct:__anon44201
delay_estimator_wrapper.h 27 // - spectrum_size : Size of the spectrum used both in far-end and
39 void* WebRtc_CreateDelayEstimatorFarend(int spectrum_size, int history_size);
57 // - spectrum_size : The size of the data arrays (same for both far- and
66 int spectrum_size,
72 int spectrum_size);
202 // - spectrum_size : The size of the data arrays (same for both far- and
215 int spectrum_size,
221 int spectrum_size);
delay_estimator_wrapper.c 142 void* WebRtc_CreateDelayEstimatorFarend(int spectrum_size, int history_size) {
149 if (spectrum_size >= kBandLast) {
161 self->mean_far_spectrum = malloc(spectrum_size * sizeof(SpectrumType));
164 self->spectrum_size = spectrum_size;
187 sizeof(SpectrumType) * self->spectrum_size);
202 int spectrum_size,
214 if (spectrum_size != self->spectrum_size) {
233 int spectrum_size) {
    [all...]

Completed in 85 milliseconds