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

  /external/webrtc/webrtc/common_audio/signal_processing/
levinson_durbin.c 37 int32_t temp1W32, temp2W32, temp3W32;
54 temp2W32 = WEBRTC_SPL_LSHIFT_W32((int32_t)R_hi[1],16)
56 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1]
59 if (temp2W32 > 0)
125 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); // abs(temp1W32)
126 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); // abs(temp1W32)/Alpha
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 83 int32_t temp1W32, temp2W32, temp3W32;
99 temp2W32 = (R_hi[1] << 16) + (R_low[1] << 1); /* R[1] in Q31 */
100 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */
103 if (temp2W32 > 0) {
169 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* abs(temp1W32) */
170 temp3W32 = WebRtcSpl_DivW32HiLow(temp2W32, Alpha_hi, Alpha_low); /* abs(temp1W32)/Alpha */

Completed in 46 milliseconds