OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VadInstT
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/src/common_audio/vad/
webrtc_vad.c
45
*size_in_bytes = sizeof(
VadInstT
) * 2 / sizeof(WebRtc_Word16);
70
VadInstT
*vad_ptr = NULL;
79
vad_ptr = (
VadInstT
*)malloc(sizeof(
VadInstT
));
113
return WebRtcVad_InitCore((
VadInstT
*)vad_inst, mode);
118
VadInstT
* vad_ptr;
125
vad_ptr = (
VadInstT
*)vad_inst;
131
return WebRtcVad_set_mode_core((
VadInstT
*)vad_inst, mode);
140
VadInstT
* vad_ptr;
147
vad_ptr = (
VadInstT
*)vad_inst
[
all
...]
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,
vad_sp.h
50
int16_t WebRtcVad_FindMinimum(
VadInstT
* handle,
vad_filterbank.h
117
int16_t WebRtcVad_get_features(
VadInstT
* inst,
vad_unittest.cc
187
VadInstT
* handle = (
VadInstT
*) malloc(sizeof(
VadInstT
));
vad_core.c
66
int WebRtcVad_InitCore(
VadInstT
*inst, short mode)
193
int WebRtcVad_set_mode_core(
VadInstT
*inst, short mode)
275
WebRtc_Word16 WebRtcVad_CalcVad32khz(
VadInstT
*inst, WebRtc_Word16 *speech_frame,
297
WebRtc_Word16 WebRtcVad_CalcVad16khz(
VadInstT
*inst, WebRtc_Word16 *speech_frame,
313
WebRtc_Word16 WebRtcVad_CalcVad8khz(
VadInstT
*inst, WebRtc_Word16 *speech_frame,
329
WebRtc_Word16 WebRtcVad_GmmProbability(
VadInstT
*inst, WebRtc_Word16 *feature_vector,
vad_sp.c
59
int16_t WebRtcVad_FindMinimum(
VadInstT
* self,
vad_filterbank.c
128
int16_t WebRtcVad_get_features(
VadInstT
* inst,
Completed in 31 milliseconds