OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANAL_BLOCKL_MAX
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
15
#define
ANAL_BLOCKL_MAX
256 // max analysis block length: 256
28
#define IP_LENGTH (
ANAL_BLOCKL_MAX
>> 1) // must be at least ceil(2 + sqrt(
ANAL_BLOCKL_MAX
/2))
29
#define W_LENGTH (
ANAL_BLOCKL_MAX
>> 1)
nsx_defines.h
14
#define
ANAL_BLOCKL_MAX
256 /* Max analysis block length */
Completed in 257 milliseconds