Searched refs:WebRtcVad_CalculateFeatures (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/common_audio/vad/ |
D | vad_filterbank_unittest.cc | 50 WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], in TEST_F() 66 EXPECT_EQ(0, WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], in TEST_F() 82 EXPECT_EQ(0, WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], in TEST_F()
|
D | vad_filterbank.h | 41 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in,
|
D | vad_filterbank.c | 245 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in, in WebRtcVad_CalculateFeatures() function
|
D | vad_core.c | 669 total_power = WebRtcVad_CalculateFeatures(inst, speech_frame, frame_length, in WebRtcVad_CalcVad8khz()
|