OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_value_vector
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.h
43
int16_t
low_value_vector
[16 * kNumChannels];
member in struct:VadInstT_
vad_sp.c
58
// Inserts |feature_value| into |
low_value_vector
|, if it is one of the 16
74
int16_t* smallest_values = &self->
low_value_vector
[offset];
vad_core.c
520
self->
low_value_vector
[i] = 10000;
Completed in 117 milliseconds