OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speechNB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c
636
int16_t
speechNB
[240]; // Downsampled speech frame: 480 samples (30ms in WB)
644
WebRtcVad_Downsampling(speechWB,
speechNB
, inst->downsampling_filter_states, len);
648
vad = WebRtcVad_CalcVad8khz(inst,
speechNB
, len);
657
int16_t
speechNB
[240]; // Downsampled speech frame: 480 samples (30ms in WB)
660
WebRtcVad_Downsampling(speech_frame,
speechNB
, inst->downsampling_filter_states,
664
vad = WebRtcVad_CalcVad8khz(inst,
speechNB
, len);
/external/webrtc/src/common_audio/vad/
vad_core.c
280
WebRtc_Word16
speechNB
[240]; // Downsampled speech frame: 480 samples (30ms in WB)
288
WebRtcVad_Downsampling(speechWB,
speechNB
, inst->downsampling_filter_states, len);
292
vad = WebRtcVad_CalcVad8khz(inst,
speechNB
, len);
301
WebRtc_Word16
speechNB
[240]; // Downsampled speech frame: 480 samples (30ms in WB)
304
WebRtcVad_Downsampling(speech_frame,
speechNB
, inst->downsampling_filter_states,
308
vad = WebRtcVad_CalcVad8khz(inst,
speechNB
, len);
Completed in 1231 milliseconds