Home | History | Annotate | Download | only in vad

Lines Matching refs:VadInstT

45     *size_in_bytes = sizeof(VadInstT) * 2 / sizeof(WebRtc_Word16);
70 VadInstT *vad_ptr = NULL;
79 vad_ptr = (VadInstT *)malloc(sizeof(VadInstT));
113 return WebRtcVad_InitCore((VadInstT*)vad_inst, mode);
118 VadInstT* vad_ptr;
125 vad_ptr = (VadInstT*)vad_inst;
131 return WebRtcVad_set_mode_core((VadInstT*)vad_inst, mode);
140 VadInstT* vad_ptr;
147 vad_ptr = (VadInstT*)vad_inst;
164 vad = WebRtcVad_CalcVad32khz((VadInstT*)vad_inst, speech_frame, frame_length);
172 vad = WebRtcVad_CalcVad16khz((VadInstT*)vad_inst, speech_frame, frame_length);
180 vad = WebRtcVad_CalcVad8khz((VadInstT*)vad_inst, speech_frame, frame_length);