Searched refs:WEBRTC_SPL_ABS_W32 (Results 1 – 14 of 14) sorted by relevance
56 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1] in WebRtcSpl_LevinsonDurbin()81 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); // Guard against <0 in WebRtcSpl_LevinsonDurbin()125 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); // abs(temp1W32) in WebRtcSpl_LevinsonDurbin()199 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); // Guard against <0 in WebRtcSpl_LevinsonDurbin()
161 A = WEBRTC_SPL_ABS_W32(A); // A = abs(x_norm<<16) in WebRtcSpl_Sqrt()
38 EXPECT_EQ(3, WEBRTC_SPL_ABS_W32(a)); in TEST_F()
96 shiftMax = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross))-15; in WebRtcIlbcfix_DoThePlc()108 shift1 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross_comp))-15; in WebRtcIlbcfix_DoThePlc()
69 bitsw10 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(w10)); in WebRtcIlbcfix_Smooth()
49 ts_diff = WEBRTC_SPL_ABS_W32(ts_diff); in Update()
248 sum_diff += WEBRTC_SPL_ABS_W32(data1[j] - data2[j]); in MinDistortion()
100 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */ in WebRtcSpl_LevinsonW32_JSK()124 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* Guard against <0 */ in WebRtcSpl_LevinsonW32_JSK()169 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* abs(temp1W32) */ in WebRtcSpl_LevinsonW32_JSK()234 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* Guard against <0 */ in WebRtcSpl_LevinsonW32_JSK()
325 corr = WebRtcSpl_AddSatW32(corr, WEBRTC_SPL_ABS_W32( in WebRtcIsacfix_DecodePlcImpl()
713 larAbsQ11 = (int16_t)WEBRTC_SPL_ABS_W32((larQ17[k] + 32) >> 6); // Q11 in Lar2RcFix()
1050 tmp32no2 = WEBRTC_SPL_ABS_W32(tmp32no1); in WebRtcAecm_UpdateChannel()1055 tmp32no2 = WEBRTC_SPL_ABS_W32(tmp32no1); in WebRtcAecm_UpdateChannel()
149 absInLevel = (uint32_t)WEBRTC_SPL_ABS_W32(inLevel); // Q14 in WebRtcAgc_CalculateGainTable()
36 #define WEBRTC_SPL_ABS_W32(a) \ macro
1067 tmp32 = (int32_t)(0x00020000 | (WEBRTC_SPL_ABS_W32(logCurSpectralFlatness) in WebRtcNsx_ComputeSpectralFlatness()1142 tmpU32no1 = (uint32_t)WEBRTC_SPL_ABS_W32(covMagnPauseFX); // Q(prevQMagn+qMagn) in WebRtcNsx_ComputeSpectralDifference()