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

/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_core.h56 } VadInstT; typedef in typeref:struct: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/
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 152 milliseconds