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

  /external/webrtc/src/common_audio/vad/
vad_core.c 337 WebRtc_Word16 shifts0, shifts1; local
419 // Get likelihood ratio. Approximate log2(H1/H0) with shifts0 - shifts1
421 shifts1 = WebRtcSpl_NormW32(h1test);
425 ratvec = shifts0 - shifts1;
428 ratvec = 31 - shifts1;

Completed in 1932 milliseconds