Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_ABS_W32 (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dlevinson_durbin.c56 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()
Dspl_sqrt.c161 A = WEBRTC_SPL_ABS_W32(A); // A = abs(x_norm<<16) in WebRtcSpl_Sqrt()
Dsignal_processing_unittest.cc38 EXPECT_EQ(3, WEBRTC_SPL_ABS_W32(a)); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c96 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()
Dsmooth.c69 bitsw10 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(w10)); in WebRtcIlbcfix_Smooth()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Drtcp.cc49 ts_diff = WEBRTC_SPL_ABS_W32(ts_diff); in Update()
Ddsp_helper.cc248 sum_diff += WEBRTC_SPL_ABS_W32(data1[j] - data2[j]); in MinDistortion()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c100 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()
Ddecode_plc.c325 corr = WebRtcSpl_AddSatW32(corr, WEBRTC_SPL_ABS_W32( in WebRtcIsacfix_DecodePlcImpl()
Dentropy_coding.c713 larAbsQ11 = (int16_t)WEBRTC_SPL_ABS_W32((larQ17[k] + 32) >> 6); // Q11 in Lar2RcFix()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c1050 tmp32no2 = WEBRTC_SPL_ABS_W32(tmp32no1); in WebRtcAecm_UpdateChannel()
1055 tmp32no2 = WEBRTC_SPL_ABS_W32(tmp32no1); in WebRtcAecm_UpdateChannel()
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c149 absInLevel = (uint32_t)WEBRTC_SPL_ABS_W32(inLevel); // Q14 in WebRtcAgc_CalculateGainTable()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h36 #define WEBRTC_SPL_ABS_W32(a) \ macro
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c1067 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()