Searched refs:temp3W32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c37 int32_t temp1W32, temp2W32, temp3W32; local
57 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1]
58 temp1W32 = WebRtcSpl_DivW32HiLow(temp3W32, R_hi[0], R_low[0]); // abs(R[1])/R[0] in Q31
133 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); // abs(temp1W32)/Alpha
138 temp3W32 = -temp3W32;
142 norm = WebRtcSpl_NormW32(temp3W32);
143 if ((Alpha_exp <= norm) || (temp3W32 == 0))
145 temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32, Alpha_ex
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dlevinson_durbin.c37 WebRtc_Word32 temp1W32, temp2W32, temp3W32; local
57 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1]
58 temp1W32 = WebRtcSpl_DivW32HiLow(temp3W32, R_hi[0], R_low[0]); // abs(R[1])/R[0] in Q31
133 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); // abs(temp1W32)/Alpha
138 temp3W32 = -temp3W32;
142 norm = WebRtcSpl_NormW32(temp3W32);
143 if ((Alpha_exp <= norm) || (temp3W32 == 0))
145 temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32, Alpha_ex
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c83 int32_t temp1W32, temp2W32, temp3W32; local
101 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */
102 temp1W32 = WebRtcSpl_DivW32HiLow(temp3W32, R_hi[0], R_low[0]); /* abs(R[1])/R[0] in Q31 */
174 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); /* abs(temp1W32)/Alpha */
178 temp3W32 = -temp3W32;
182 norm = WebRtcSpl_NormW32(temp3W32);
183 if ((Alpha_exp <= norm)||(temp3W32==0)) {
184 temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32, Alpha_ex
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c83 WebRtc_Word32 temp1W32, temp2W32, temp3W32; local
101 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */
102 temp1W32 = WebRtcSpl_DivW32HiLow(temp3W32, R_hi[0], R_low[0]); /* abs(R[1])/R[0] in Q31 */
174 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); /* abs(temp1W32)/Alpha */
178 temp3W32 = -temp3W32;
182 norm = WebRtcSpl_NormW32(temp3W32);
183 if ((Alpha_exp <= norm)||(temp3W32==0)) {
184 temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32, Alpha_ex
[all...]

Completed in 142 milliseconds