HomeSort by relevance Sort by last modified time
    Searched refs:VadInstT (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.h 41 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in,
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,
vad_core_unittest.cc 25 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT)));
39 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT)));
58 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT)));
vad_sp.h 52 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
webrtc_vad.c 26 VadInstT* self = (VadInstT*)malloc(sizeof(VadInstT));
41 return WebRtcVad_InitCore((VadInstT*) handle);
46 VadInstT* self = (VadInstT*) handle;
61 VadInstT* self = (VadInstT*) handle;
vad_sp_unittest.cc 25 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT)));
vad_filterbank_unittest.cc 27 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT)));
vad_core.c 124 static int16_t GmmProbability(VadInstT* self, int16_t* features,
482 int WebRtcVad_InitCore(VadInstT* self) {
539 int WebRtcVad_set_mode_core(VadInstT* self, int mode) {
598 int WebRtcVad_CalcVad48khz(VadInstT* inst, const int16_t* speech_frame,
623 int WebRtcVad_CalcVad32khz(VadInstT* inst, const int16_t* speech_frame,
646 int WebRtcVad_CalcVad16khz(VadInstT* inst, const int16_t* speech_frame,
663 int WebRtcVad_CalcVad8khz(VadInstT* inst, const int16_t* speech_frame,
vad_sp.c 60 int16_t WebRtcVad_FindMinimum(VadInstT* self,
vad_filterbank.c 245 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in,

Completed in 184 milliseconds