OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCKL_MAX
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
defines.h
18
#define
BLOCKL_MAX
160 // max processing block length: 160
ns_core.h
64
float outBuf[3 *
BLOCKL_MAX
];
ns_core.c
203
memset(inst->outBuf, 0, sizeof(float) * 3 *
BLOCKL_MAX
);
735
float fin[
BLOCKL_MAX
], fout[
BLOCKL_MAX
];
[
all
...]
Completed in 424 milliseconds