Home
last modified time | relevance | path

Searched refs:VadInstT (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/common_audio/vad/
Dvad_core_unittest.cc25 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT))); in TEST_F()
39 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT))); in TEST_F()
58 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT))); in TEST_F()
Dwebrtc_vad.c26 VadInstT* self = (VadInstT*)malloc(sizeof(VadInstT)); in WebRtcVad_Create()
41 return WebRtcVad_InitCore((VadInstT*) handle); in WebRtcVad_Init()
46 VadInstT* self = (VadInstT*) handle; in WebRtcVad_set_mode()
61 VadInstT* self = (VadInstT*) handle; in WebRtcVad_Process()
Dvad_core.h56 } VadInstT; typedef
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,
Dvad_sp_unittest.cc25 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT))); in TEST_F()
Dvad_filterbank_unittest.cc27 VadInstT* self = reinterpret_cast<VadInstT*>(malloc(sizeof(VadInstT))); in TEST_F()
Dvad_core.c124 static int16_t GmmProbability(VadInstT* self, int16_t* features, in GmmProbability()
482 int WebRtcVad_InitCore(VadInstT* self) { in WebRtcVad_InitCore()
539 int WebRtcVad_set_mode_core(VadInstT* self, int mode) { in WebRtcVad_set_mode_core()
598 int WebRtcVad_CalcVad48khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad48khz()
623 int WebRtcVad_CalcVad32khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad32khz()
646 int WebRtcVad_CalcVad16khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad16khz()
663 int WebRtcVad_CalcVad8khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad8khz()
Dvad_filterbank.h41 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in,
Dvad_sp.h52 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
Dvad_sp.c60 int16_t WebRtcVad_FindMinimum(VadInstT* self, in WebRtcVad_FindMinimum()
Dvad_filterbank.c245 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in, in WebRtcVad_CalculateFeatures()