Searched defs:PART_LEN1 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core.c | 243 static void FilterFar(aec_t *aec, float yf[2][PART_LEN1]) in FilterFar() 264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1]) in ScaleErrorSignal() 311 static void FilterAdaptation(aec_t *aec, float *fft, float ef[2][PART_LEN1]) { in FilterAdaptation() 358 static void OverdriveAndSuppress(aec_t *aec, float hNl[PART_LEN1], in OverdriveAndSuppress() 360 float efw[2][PART_LEN1]) { in OverdriveAndSuppress() 1205 static void ComfortNoise(aec_t *aec, float efw[2][PART_LEN1], in ComfortNoise() 1316 static void UpdateLevel(power_level_t* level, float in[2][PART_LEN1]) { in UpdateLevel() 1502 float freq_data[2][PART_LEN1], in TimeToFrequency()
|
D | aec_core_sse2.c | 34 static void FilterFarSSE2(aec_t *aec, float yf[2][PART_LEN1]) in FilterFarSSE2() 75 static void ScaleErrorSignalSSE2(aec_t *aec, float ef[2][PART_LEN1]) in ScaleErrorSignalSSE2() 131 static void FilterAdaptationSSE2(aec_t *aec, float *fft, float ef[2][PART_LEN1]) { in FilterAdaptationSSE2() 344 static void OverdriveAndSuppressSSE2(aec_t *aec, float hNl[PART_LEN1], in OverdriveAndSuppressSSE2() 346 float efw[2][PART_LEN1]) { in OverdriveAndSuppressSSE2()
|
D | aec_core.h | 25 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients macro
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | aecm_core.h | 38 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients macro
|