Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/vad/
Dwebrtc_vad.c136 WebRtc_Word16 *speech_frame, in WebRtcVad_Process() argument
153 if (speech_frame == NULL) in WebRtcVad_Process()
164 vad = WebRtcVad_CalcVad32khz((VadInstT*)vad_inst, speech_frame, frame_length); in WebRtcVad_Process()
172 vad = WebRtcVad_CalcVad16khz((VadInstT*)vad_inst, speech_frame, frame_length); in WebRtcVad_Process()
180 vad = WebRtcVad_CalcVad8khz((VadInstT*)vad_inst, speech_frame, frame_length); in WebRtcVad_Process()
Dvad_core.h108 WebRtc_Word16 WebRtcVad_CalcVad32khz(VadInstT* inst, WebRtc_Word16* speech_frame,
110 WebRtc_Word16 WebRtcVad_CalcVad16khz(VadInstT* inst, WebRtc_Word16* speech_frame,
112 WebRtc_Word16 WebRtcVad_CalcVad8khz(VadInstT* inst, WebRtc_Word16* speech_frame,
Dvad_core.c275 WebRtc_Word16 WebRtcVad_CalcVad32khz(VadInstT *inst, WebRtc_Word16 *speech_frame, in WebRtcVad_CalcVad32khz() argument
284 WebRtcVad_Downsampling(speech_frame, speechWB, &(inst->downsampling_filter_states[2]), in WebRtcVad_CalcVad32khz()
297 WebRtc_Word16 WebRtcVad_CalcVad16khz(VadInstT *inst, WebRtc_Word16 *speech_frame, in WebRtcVad_CalcVad16khz() argument
304 WebRtcVad_Downsampling(speech_frame, speechNB, inst->downsampling_filter_states, in WebRtcVad_CalcVad16khz()
313 WebRtc_Word16 WebRtcVad_CalcVad8khz(VadInstT *inst, WebRtc_Word16 *speech_frame, in WebRtcVad_CalcVad8khz() argument
319 total_power = WebRtcVad_get_features(inst, speech_frame, frame_length, feature_vector); in WebRtcVad_CalcVad8khz()
/external/webrtc/src/common_audio/vad/include/
Dwebrtc_vad.h152 WebRtc_Word16 *speech_frame,