Home
last modified time | relevance | path

Searched refs:tmp32_1 (Results 1 – 2 of 2) 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
78 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips()
101 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips()
191 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips()
207 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips()
/external/webrtc/webrtc/common_audio/vad/
Dvad_sp.c32 int32_t tmp32_1 = filter_state[0]; in WebRtcVad_Downsampling() local
41 tmp16_1 = (int16_t) ((tmp32_1 >> 1) + in WebRtcVad_Downsampling()
44 tmp32_1 = (int32_t)(*signal_in++) - ((kAllPassCoefsQ13[0] * tmp16_1) >> 12); in WebRtcVad_Downsampling()
53 filter_state[0] = tmp32_1; in WebRtcVad_Downsampling()