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

  /external/chromium_org/third_party/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 = NULL;
33 self = (VadInstT*) malloc(sizeof(VadInstT));
54 return WebRtcVad_InitCore((VadInstT*) handle);
59 VadInstT* self = (VadInstT*) handle;
74 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,
490 int WebRtcVad_InitCore(VadInstT* self) {
547 int WebRtcVad_set_mode_core(VadInstT* self, int mode) {
606 int WebRtcVad_CalcVad48khz(VadInstT* inst, const int16_t* speech_frame,
631 int WebRtcVad_CalcVad32khz(VadInstT* inst, const int16_t* speech_frame,
653 int WebRtcVad_CalcVad16khz(VadInstT* inst, const int16_t* speech_frame,
669 int WebRtcVad_CalcVad8khz(VadInstT* inst, const int16_t* speech_frame,
vad_sp.c 61 int16_t WebRtcVad_FindMinimum(VadInstT* self,
vad_filterbank.c 247 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in,

Completed in 40 milliseconds