Home
last modified time | relevance | path

Searched refs:WebRtcSpl_NormU32 (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c44 normTmp = WebRtcSpl_NormU32(postLocSnr[i]); in WebRtcNsx_SpeechNoiseProb()
60 zeros = WebRtcSpl_NormU32(priorLocSnr[i]); in WebRtcNsx_SpeechNoiseProb()
151 WebRtcSpl_NormU32(inst->featureSpecDiff)); in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.c361 zeros = WebRtcSpl_NormU32((uint32_t)magn[i]); in NoiseEstimationC()
1042 zeros = WebRtcSpl_NormU32((uint32_t)magn[i]); in WebRtcNsx_ComputeSpectralFlatness()
1058 zeros = WebRtcSpl_NormU32(avgSpectralFlatnessDen); in WebRtcNsx_ComputeSpectralFlatness()
1143 norm32 = WebRtcSpl_NormU32(tmpU32no1) - 16; in WebRtcNsx_ComputeSpectralDifference()
1290 zeros = WebRtcSpl_NormU32((uint32_t)magnU16[inst->anaLen2]); in WebRtcNsx_DataAnalysis()
1324 zeros = WebRtcSpl_NormU32((uint32_t)magnU16[i]); in WebRtcNsx_DataAnalysis()
1660 nShifts = WebRtcSpl_NormU32(numerator); in WebRtcNsx_ProcessCore()
1822 if (WebRtcSpl_NormU32(tmpU32no3) < norm32no1) { in WebRtcNsx_ProcessCore()
1941 norm32no1 = WebRtcSpl_NormU32(maxNoiseU32); in WebRtcNsx_ProcessCore()
1978 norm32no2 = WEBRTC_SPL_MIN(11, WebRtcSpl_NormU32(tmpU32no1)); in WebRtcNsx_ProcessCore()
Dnsx_core_mips.c186 WebRtcSpl_NormU32(inst->featureSpecDiff)); in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_neon.c163 zeros = WebRtcSpl_NormU32((uint32_t)magn[i]); in WebRtcNsx_NoiseEstimationNeon()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c694 int zeros = WebRtcSpl_NormU32(energy); in LogOfEnergyInQ8()
920 zerosCh = WebRtcSpl_NormU32(aecm->channelAdapt32[i]); in WebRtcAecm_UpdateChannel()
921 zerosFar = WebRtcSpl_NormU32((uint32_t)far_spectrum[i]); in WebRtcAecm_UpdateChannel()
936 zerosNum = WebRtcSpl_NormU32(tmpU32no1); in WebRtcAecm_UpdateChannel()
939 zerosDfa = WebRtcSpl_NormU32((uint32_t)dfa[i]); in WebRtcAecm_UpdateChannel()
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c162 zeros = WebRtcSpl_NormU32(absInLevel); in WebRtcAgc_CalculateGainTable()
449 zeros = WebRtcSpl_NormU32((uint32_t)cur_level); in WebRtcAgc_ProcessDigital()
474 zeros_fast = WebRtcSpl_NormU32((uint32_t)stt->capacitorFast); in WebRtcAgc_ProcessDigital()
Danalog_agc.c1392 tmpNorm = WebRtcSpl_NormU32((uint32_t)maxLevel); in WebRtcAgc_Init()
/external/webrtc/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc115 EXPECT_EQ(0, WebRtcSpl_NormU32(0u)); in TEST_F()
116 EXPECT_EQ(0, WebRtcSpl_NormU32(0xffffffff)); in TEST_F()
117 EXPECT_EQ(15, WebRtcSpl_NormU32(static_cast<uint32_t>(a32))); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters.c43 scaling = 32 - WebRtcSpl_NormU32(temp); in WebRtcIsacfix_AutocorrC()
Dfilters_neon.c56 scaling = temp ? 32 - WebRtcSpl_NormU32(temp) : 0; in WebRtcIsacfix_AutocorrNeon()
Dpitch_estimator.c29 zeros=WebRtcSpl_NormU32(x); in WebRtcIsacfix_Log2Q8()
Ddecode_plc.c97 zeros=WebRtcSpl_NormU32(x); in log2_Q8_T()
Dlpc_masking_model.c343 zeros=WebRtcSpl_NormU32(x); in log2_Q8_LPC()
Dentropy_coding.c110 zeros=WebRtcSpl_NormU32(arg); in CalcLogN()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dspl_inl_armv7.h101 static __inline int16_t WebRtcSpl_NormU32(uint32_t a) { in WebRtcSpl_NormU32() function
Dspl_inl.h126 static __inline int16_t WebRtcSpl_NormU32(uint32_t a) { in WebRtcSpl_NormU32() function
Dspl_inl_mips.h166 static __inline int16_t WebRtcSpl_NormU32(uint32_t a) { in WebRtcSpl_NormU32() function
/external/webrtc/webrtc/common_audio/vad/
Dvad_filterbank.c172 int normalizing_rshifts = 17 - WebRtcSpl_NormU32(energy); in LogOfEnergy()