OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dBufNoisy_buf
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
157
WebRtc_Word16
dBufNoisy_buf
[PART_LEN2 + 16]; // nearend
aecm_core.c
328
aecm->dBufNoisy = (WebRtc_Word16*) (((uintptr_t)aecm->
dBufNoisy_buf
+ 31) & ~ 31);
588
memset(aecm->
dBufNoisy_buf
, 0, sizeof(aecm->
dBufNoisy_buf
));
[
all
...]
Completed in 65 milliseconds