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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c 35 int32_t tmp32_2 = 0; local
41 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR))
44 ar_g_Q0[k + 1] = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32_2);
  /external/webrtc/src/common_audio/vad/
vad_sp.c 31 int32_t tmp32_2 = filter_state[1]; local
45 tmp16_2 = (int16_t) ((tmp32_2 >> 1) +
48 tmp32_2 = (int32_t) (*signal_in++) -
53 filter_state[1] = tmp32_2;
vad_core.c 346 WebRtc_Word32 tmp32_1, tmp32_2; local
450 tmp32_2 = WEBRTC_SPL_LSHIFT_W32(tmp32_1, 2); // Q29
451 ngprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h0);
463 tmp32_2 = WEBRTC_SPL_LSHIFT_W32(tmp32_1, 2);
464 sgprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h1);
574 tmp32_2 = tmp32_1 - (WebRtc_Word32)4096; // Q12
576 tmp32_1 = (WebRtc_Word32)(tmp16 * tmp32_2);// (Q15>>3)*(Q14>>2)=Q12*Q12=Q24
578 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(tmp32_1, 4); // Q20
581 if (tmp32_2 > 0)
582 tmp16 = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, ssk * 10)
    [all...]

Completed in 49 milliseconds