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/
vad_core.c 335 WebRtc_Word16 ratvec, xval; local
425 ratvec = shifts0 - shifts1;
428 ratvec = 31 - shifts1;
431 ratvec = shifts0 - 31;
434 ratvec = 0;
438 dotVal += WEBRTC_SPL_MUL_16_16(ratvec, kSpectrumWeight[n]);
441 if ((ratvec << 2) > individualTest)

Completed in 72 milliseconds