OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PART_LEN2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core.h
26
#define
PART_LEN2
(PART_LEN * 2) // Length of partition * 2
81
float dBuf[
PART_LEN2
]; // nearend
82
float eBuf[
PART_LEN2
]; // error
84
float dBufH[
PART_LEN2
]; // nearend
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
39
#define
PART_LEN2
(PART_LEN << 1) // Length of partition * 2
155
WebRtc_Word16 xBuf_buf[
PART_LEN2
+ 16]; // farend
156
WebRtc_Word16 dBufClean_buf[
PART_LEN2
+ 16]; // nearend
157
WebRtc_Word16 dBufNoisy_buf[
PART_LEN2
+ 16]; // nearend
Completed in 226 milliseconds