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/webrtc/modules/audio_processing/aec/
aec_core.h
25
#define
PART_LEN2
(PART_LEN * 2) // Length of partition * 2
/external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_defines.h
23
#define
PART_LEN2
(PART_LEN << 1) /* Length of partition * 2. */
Completed in 36 milliseconds