Home
last modified time | relevance | path

Searched refs:WebRtcSpl_DivU32U16 (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Ddivision_operations.c26 uint32_t WebRtcSpl_DivU32U16(uint32_t num, uint16_t den) in WebRtcSpl_DivU32U16() function
Dsignal_processing_unittest.cc155 EXPECT_EQ(23u, WebRtcSpl_DivU32U16(num, denU)); in TEST_F()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.c1701 noiseU32[i] = WebRtcSpl_DivU32U16(tmpU32no1 + tmpU32no2, END_STARTUP_SHORT); in WebRtcNsx_ProcessCore()
1714 inst->timeAvgMagnEnergy = WebRtcSpl_DivU32U16(inst->timeAvgMagnEnergyTmp, in WebRtcNsx_ProcessCore()
2008 inst->noiseSupFilter[i] = (uint16_t)WebRtcSpl_DivU32U16(tmpU32no1, in WebRtcNsx_ProcessCore()
/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc214 static_cast<uint16_t>(WebRtcSpl_DivU32U16(tmp_uw32, in ProcessFrame()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h592 uint32_t WebRtcSpl_DivU32U16(uint32_t num, uint16_t den);
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c524 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c1033 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, in WebRtcAecm_ProcessBlock()