Home
last modified time | relevance | path

Searched refs:tmp32_2 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dmin_max_operations_mips.c26 int32_t tmp32_0, tmp32_1, tmp32_2, tmp32_3; in WebRtcSpl_MaxAbsValueW16_mips() local
79 [tmp32_2] "=&r" (tmp32_2), [tmp32_3] "=&r" (tmp32_3), in WebRtcSpl_MaxAbsValueW16_mips()
192 [tmp32_2] "=&r" (tmp32_2), [tmp32_3] "=&r" (tmp32_3), in WebRtcSpl_MaxAbsValueW16_mips()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_c.c35 int32_t tmp32_2 = 0; in WebRtcIsacfix_FilterArLoop() local
41 tmp32_2 = (sth_Q15[k - 1] * tmpAR + cth_Q15[k - 1] * ar_g_Q0[k - 1] + in WebRtcIsacfix_FilterArLoop()
44 ar_g_Q0[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp32_2); in WebRtcIsacfix_FilterArLoop()
/external/webrtc/webrtc/common_audio/vad/
Dvad_sp.c33 int32_t tmp32_2 = filter_state[1]; in WebRtcVad_Downsampling() local
47 tmp16_2 = (int16_t) ((tmp32_2 >> 1) + in WebRtcVad_Downsampling()
50 tmp32_2 = (int32_t)(*signal_in++) - ((kAllPassCoefsQ13[1] * tmp16_2) >> 12); in WebRtcVad_Downsampling()
54 filter_state[1] = tmp32_2; in WebRtcVad_Downsampling()