HomeSort by relevance Sort by last modified time
    Searched refs:speechWB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c 635 int16_t speechWB[480]; // Downsampled speech frame: 960 samples (30ms in SWB)
640 WebRtcVad_Downsampling(speech_frame, speechWB, &(inst->downsampling_filter_states[2]),
644 WebRtcVad_Downsampling(speechWB, speechNB, inst->downsampling_filter_states, len);
  /external/webrtc/src/common_audio/vad/
vad_core.c 279 WebRtc_Word16 speechWB[480]; // Downsampled speech frame: 960 samples (30ms in SWB)
284 WebRtcVad_Downsampling(speech_frame, speechWB, &(inst->downsampling_filter_states[2]),
288 WebRtcVad_Downsampling(speechWB, speechNB, inst->downsampling_filter_states, len);

Completed in 43 milliseconds