Searched defs:threshold_spectrum (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c51 // |threshold_spectrum|. Float and fixed point versions.
56 // - threshold_spectrum : Threshold spectrum with which the input
62 SpectrumType* threshold_spectrum,
71 // Set the |threshold_spectrum| to half the input |spectrum| as starting
77 threshold_spectrum[i].int32_ = (spectrum_q15 >> 1);
85 // Update the |threshold_spectrum|.
86 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_));
88 if (spectrum_q15 > threshold_spectrum[i].int32_) {
97 SpectrumType* threshold_spectrum,
104 // Set the |threshold_spectrum| t
61 BinarySpectrumFix(uint16_t* spectrum, SpectrumType* threshold_spectrum, int q_domain, int* threshold_initialized) argument
96 BinarySpectrumFloat(float* spectrum, SpectrumType* threshold_spectrum, int* threshold_initialized) argument
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c68 // |threshold_spectrum|. Float and fixed point versions.
73 // - threshold_spectrum : Threshold spectrum with which the input
79 SpectrumType* threshold_spectrum,
88 // Set the |threshold_spectrum| to half the input |spectrum| as starting
94 threshold_spectrum[i].int32_ = (spectrum_q15 >> 1);
102 // Update the |threshold_spectrum|.
103 WebRtc_MeanEstimatorFix(spectrum_q15, 6, &(threshold_spectrum[i].int32_));
105 if (spectrum_q15 > threshold_spectrum[i].int32_) {
114 SpectrumType* threshold_spectrum,
121 // Set the |threshold_spectrum| t
78 BinarySpectrumFix(uint16_t* spectrum, SpectrumType* threshold_spectrum, int q_domain, int* threshold_initialized) argument
113 BinarySpectrumFloat(float* spectrum, SpectrumType* threshold_spectrum, int* threshold_initialized) argument
[all...]

Completed in 190 milliseconds