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

  /external/webrtc/src/common_audio/vad/
vad_sp.c 29 int16_t tmp16_1 = 0, tmp16_2 = 0; local
45 tmp16_2 = (int16_t) ((tmp32_2 >> 1) +
47 *signal_out++ += tmp16_2;
49 WEBRTC_SPL_MUL_16_16_RSFT(kAllPassCoefsQ13[1], tmp16_2, 12);
vad_core.c 338 WebRtc_Word16 tmp16, tmp16_1, tmp16_2; local
646 // tmp16_2 = ~0.2 * (kMinimumDifference - diff) in Q7
648 tmp16_2 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(3, tmp16, 2);
661 tmp16 = *nmean1ptr - tmp16_2;
667 tmp16 = *nmean2ptr - tmp16_2;
674 tmp16_2 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(smid, 7);
675 if (tmp16_2 > maxspe)
677 tmp16_2 -= maxspe;
679 *smean1ptr -= tmp16_2;
680 *smean2ptr -= tmp16_2;
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 212 // tmp16_2 = (Word16)WEBRTC_SPL_MUL_16_16_RSFT(tmp16_1,3,1);
216 // tmp16_2 = (Word16)WEBRTC_SPL_MUL_16_16_RSFT(tmp16_1,3,1);
220 // inst->noiseEstLogQuantile[offset + i] - tmp16_2;
240 // tmp16_1 + tmp16_2

Completed in 1565 milliseconds