OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSP_MAX
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/common_audio/vad/
vad_defines.h
26
#define
NSP_MAX
6 // Maximum number of VAD=1 frames in a row counted
vad_core.c
715
if (inst->num_of_speech >
NSP_MAX
)
717
inst->num_of_speech =
NSP_MAX
;
Completed in 49 milliseconds