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/src/modules/audio_processing/ns/
defines.h
19
#define
ANAL_BLOCKL_MAX
256 // max analysis block length: 256
32
#define IP_LENGTH (
ANAL_BLOCKL_MAX
>> 1) // must be at least ceil(2 + sqrt(
ANAL_BLOCKL_MAX
/2))
33
#define W_LENGTH (
ANAL_BLOCKL_MAX
>> 1)
nsx_defines.h
14
#define
ANAL_BLOCKL_MAX
256 // max analysis block length
Completed in 5476 milliseconds