HomeSort by relevance Sort by last modified time
    Searched full:ratvec (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/common_audio/vad/main/source/
vad_core.c 297 WebRtc_Word16 ratvec, xval; local
387 ratvec = shifts0 - shifts1;
390 ratvec = 31 - shifts1;
393 ratvec = shifts0 - 31;
396 ratvec = 0;
400 dotVal += WEBRTC_SPL_MUL_16_16(ratvec, kSpectrumWeight[n]);
403 if ((ratvec << 2) > individualTest)

Completed in 27 milliseconds