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

  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c 20 static const int16_t kSpectrumWeight[kNumChannels] = { 6, 8, 10, 12, 14, 16 };
231 (int32_t) (log_likelihood_ratio * kSpectrumWeight[channel]);
  /external/webrtc/src/common_audio/vad/
vad_core.c 27 static const WebRtc_Word16 kSpectrumWeight[6] = { 6, 8, 10, 12, 14, 16 };
438 dotVal += WEBRTC_SPL_MUL_16_16(ratvec, kSpectrumWeight[n]);

Completed in 44 milliseconds