OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_fft
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c
218
float
e_fft
[2][PART_LEN1],
236
e_fft
[0][j],
237
e_fft
[1][j]);
240
e_fft
[0][j],
241
e_fft
[1][j]);
245
e_fft
[0][PART_LEN],
246
e_fft
[1][PART_LEN]);
941
float
e_fft
[2][PART_LEN1];
local
[
all
...]
aec_core_mips.c
446
float
e_fft
[2][PART_LEN1],
461
float* bRe =
e_fft
[0];
462
float* bIm =
e_fft
[1];
[
all
...]
aec_core_internal.h
193
float
e_fft
[2][PART_LEN1],
aec_core_neon.c
193
float
e_fft
[2][PART_LEN1],
208
// Load x_fft_buf and
e_fft
.
211
const float32x4_t e_fft_re = vld1q_f32(&
e_fft
[0][j]);
212
const float32x4_t e_fft_im = vld1q_f32(&
e_fft
[1][j]);
213
// Calculate the product of conjugate(x_fft_buf) by
e_fft
.
229
e_fft
[0][PART_LEN],
230
e_fft
[1][PART_LEN]);
aec_core_sse2.c
155
float
e_fft
[2][PART_LEN1],
169
// Load x_fft_buf and
e_fft
.
172
const __m128 e_fft_re = _mm_loadu_ps(&
e_fft
[0][j]);
173
const __m128 e_fft_im = _mm_loadu_ps(&
e_fft
[1][j]);
174
// Calculate the product of conjugate(x_fft_buf) by
e_fft
.
193
e_fft
[0][PART_LEN],
194
e_fft
[1][PART_LEN]);
Completed in 224 milliseconds