Searched refs:tmp32_2 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_c.c | 35 int32_t tmp32_2 = 0; in WebRtcIsacfix_FilterArLoop() local 41 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR)) in WebRtcIsacfix_FilterArLoop() 44 ar_g_Q0[k + 1] = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32_2); in WebRtcIsacfix_FilterArLoop()
|
/external/webrtc/src/common_audio/vad/ |
D | vad_core.c | 346 WebRtc_Word32 tmp32_1, tmp32_2; in WebRtcVad_GmmProbability() local 450 tmp32_2 = WEBRTC_SPL_LSHIFT_W32(tmp32_1, 2); // Q29 in WebRtcVad_GmmProbability() 451 ngprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h0); in WebRtcVad_GmmProbability() 463 tmp32_2 = WEBRTC_SPL_LSHIFT_W32(tmp32_1, 2); in WebRtcVad_GmmProbability() 464 sgprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h1); in WebRtcVad_GmmProbability() 574 tmp32_2 = tmp32_1 - (WebRtc_Word32)4096; // Q12 in WebRtcVad_GmmProbability() 576 tmp32_1 = (WebRtc_Word32)(tmp16 * tmp32_2);// (Q15>>3)*(Q14>>2)=Q12*Q12=Q24 in WebRtcVad_GmmProbability() 578 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(tmp32_1, 4); // Q20 in WebRtcVad_GmmProbability() 581 if (tmp32_2 > 0) in WebRtcVad_GmmProbability() 582 tmp16 = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, ssk * 10); in WebRtcVad_GmmProbability() [all …]
|
D | vad_sp.c | 31 int32_t tmp32_2 = filter_state[1]; in WebRtcVad_Downsampling() local 45 tmp16_2 = (int16_t) ((tmp32_2 >> 1) + in WebRtcVad_Downsampling() 48 tmp32_2 = (int32_t) (*signal_in++) - in WebRtcVad_Downsampling() 53 filter_state[1] = tmp32_2; in WebRtcVad_Downsampling()
|
/external/webp/src/dsp/ |
D | enc_neon.c | 591 const int32x4_t tmp32_2 = vsubl_s16(vget_high_s16(transpose.val[0]), in DistoHorizontalPass() local 594 const int32x4x2_t split = vtrnq_s32(tmp32_1, tmp32_2); in DistoHorizontalPass()
|