OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:complex_t
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
78
complex_t
sde[PART_LEN1]; // cross-psd of nearend and error
79
complex_t
sxd[PART_LEN1]; // cross-psd of farend and nearend
81
complex_t
xfwBuf[kExtendedNumPartitions * PART_LEN1];
aec_core.h
28
typedef float
complex_t
[2];
typedef
31
// ones (
complex_t
[SIZE] -> float[2][SIZE]). This allows SIMD optimizations and
aec_core.c
[
all
...]
aec_core_mips.c
35
complex_t
u[PART_LEN1];
[
all
...]
Completed in 2650 milliseconds