Searched refs:temp2W32 (Results 1 – 2 of 2) sorted by relevance
39 int32_t temp1W32, temp2W32, temp3W32; in WebRtcSpl_LevinsonDurbin() local58 temp2W32 = R[1] * (1 << norm); // R[1] in Q31 in WebRtcSpl_LevinsonDurbin()59 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1] in WebRtcSpl_LevinsonDurbin()62 if (temp2W32 > 0) in WebRtcSpl_LevinsonDurbin()128 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); // abs(temp1W32) in WebRtcSpl_LevinsonDurbin()129 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); // abs(temp1W32)/Alpha in WebRtcSpl_LevinsonDurbin()
84 int32_t temp1W32, temp2W32, temp3W32; in WebRtcSpl_LevinsonW32_JSK() local100 temp2W32 = (R_hi[1] << 16) + (R_low[1] << 1); /* R[1] in Q31 */ 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()170 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* abs(temp1W32) */ in WebRtcSpl_LevinsonW32_JSK()171 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); /* abs(temp1W32)/Alpha */ in WebRtcSpl_LevinsonW32_JSK()