HomeSort by relevance Sort by last modified time
    Searched refs:temp3W32 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
levinson_durbin.c 37 WebRtc_Word32 temp1W32, temp2W32, temp3W32;
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_exp)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 83 WebRtc_Word32 temp1W32, temp2W32, temp3W32;
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_exp)
    [all...]

Completed in 411 milliseconds