OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VadInstT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.h
56
}
VadInstT
;
65
int WebRtcVad_InitCore(
VadInstT
* self);
84
int WebRtcVad_set_mode_core(
VadInstT
* self, int mode);
106
int WebRtcVad_CalcVad48khz(
VadInstT
* inst, const int16_t* speech_frame,
108
int WebRtcVad_CalcVad32khz(
VadInstT
* inst, const int16_t* speech_frame,
110
int WebRtcVad_CalcVad16khz(
VadInstT
* inst, const int16_t* speech_frame,
112
int WebRtcVad_CalcVad8khz(
VadInstT
* inst, const int16_t* speech_frame,
/external/webrtc/src/common_audio/vad/
vad_core.h
50
}
VadInstT
;
68
int WebRtcVad_InitCore(
VadInstT
* inst, short mode);
87
int WebRtcVad_set_mode_core(
VadInstT
* inst, short mode);
108
WebRtc_Word16 WebRtcVad_CalcVad32khz(
VadInstT
* inst, WebRtc_Word16* speech_frame,
110
WebRtc_Word16 WebRtcVad_CalcVad16khz(
VadInstT
* inst, WebRtc_Word16* speech_frame,
112
WebRtc_Word16 WebRtcVad_CalcVad8khz(
VadInstT
* inst, WebRtc_Word16* speech_frame,
132
WebRtc_Word16 WebRtcVad_GmmProbability(
VadInstT
* inst, WebRtc_Word16* feature_vector,
Completed in 51 milliseconds