OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sxd
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core.h
95
complex_t
sxd
[PART_LEN1]; // cross-psd of farend and nearend
member in struct:__anon28660
aec_core.c
480
memset(aec->
sxd
, 0, sizeof(complex_t) * PART_LEN1);
976
aec->
sxd
[i][0] = ptrGCoh[0] * aec->
sxd
[i][0] + ptrGCoh[1] *
978
aec->
sxd
[i][1] = ptrGCoh[0] * aec->
sxd
[i][1] + ptrGCoh[1] *
[
all
...]
Completed in 25 milliseconds