Searched refs:temp2W32 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/common_audio/signal_processing/ |
D | levinson_durbin.c | 37 WebRtc_Word32 temp1W32, temp2W32, temp3W32; in WebRtcSpl_LevinsonDurbin() local 55 temp2W32 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)R_hi[1],16) in WebRtcSpl_LevinsonDurbin() 57 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1] in WebRtcSpl_LevinsonDurbin() 60 if (temp2W32 > 0) in WebRtcSpl_LevinsonDurbin() 132 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); // abs(temp1W32) in WebRtcSpl_LevinsonDurbin() 133 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); // abs(temp1W32)/Alpha in WebRtcSpl_LevinsonDurbin()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 83 WebRtc_Word32 temp1W32, temp2W32, temp3W32; in WebRtcSpl_LevinsonW32_JSK() local 99 temp2W32 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)R_hi[1],16) + in WebRtcSpl_LevinsonW32_JSK() 101 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */ in WebRtcSpl_LevinsonW32_JSK() 104 if (temp2W32 > 0) { in WebRtcSpl_LevinsonW32_JSK() 173 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* abs(temp1W32) */ in WebRtcSpl_LevinsonW32_JSK() 174 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); /* abs(temp1W32)/Alpha */ in WebRtcSpl_LevinsonW32_JSK()
|