Home
last modified time | relevance | path

Searched refs:speech_frame (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/vad/
Dvad_core.h106 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_core.c598 int WebRtcVad_CalcVad48khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad48khz() argument
611 WebRtcSpl_Resample48khzTo8khz(speech_frame, in WebRtcVad_CalcVad48khz()
623 int WebRtcVad_CalcVad32khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad32khz() argument
633 WebRtcVad_Downsampling(speech_frame, speechWB, &(inst->downsampling_filter_states[2]), in WebRtcVad_CalcVad32khz()
646 int WebRtcVad_CalcVad16khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad16khz() argument
654 WebRtcVad_Downsampling(speech_frame, speechNB, inst->downsampling_filter_states, in WebRtcVad_CalcVad16khz()
663 int WebRtcVad_CalcVad8khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad8khz() argument
669 total_power = WebRtcVad_CalculateFeatures(inst, speech_frame, frame_length, in WebRtcVad_CalcVad8khz()