Searched refs:tmp32_1 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/common_audio/signal_processing/ |
D | min_max_operations_mips.c | 25 int32_t tmp32_0, tmp32_1, tmp32_2, tmp32_3; in WebRtcSpl_MaxAbsValueW16_mips() local 77 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips() 100 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips() 190 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips() 206 : [tmp32_0] "=&r" (tmp32_0), [tmp32_1] "=&r" (tmp32_1), in WebRtcSpl_MaxAbsValueW16_mips()
|
/external/webrtc/common_audio/vad/ |
D | vad_sp.c | 30 int32_t tmp32_1 = filter_state[0]; in WebRtcVad_Downsampling() local 39 tmp16_1 = (int16_t) ((tmp32_1 >> 1) + in WebRtcVad_Downsampling() 42 tmp32_1 = (int32_t)(*signal_in++) - ((kAllPassCoefsQ13[0] * tmp16_1) >> 12); in WebRtcVad_Downsampling() 51 filter_state[0] = tmp32_1; in WebRtcVad_Downsampling()
|