Searched defs:VadInstT (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/common_audio/vad/
H A Dvad_core.h50 } VadInstT; typedef in typeref:struct: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 104 milliseconds