Searched refs:WebRtcSpl_DivU32U16 (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | division_operations.c | 26 uint32_t WebRtcSpl_DivU32U16(uint32_t num, uint16_t den) in WebRtcSpl_DivU32U16() function
|
D | signal_processing_unittest.cc | 155 EXPECT_EQ(23u, WebRtcSpl_DivU32U16(num, denU)); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_c.c | 126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
|
D | nsx_core_mips.c | 161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
|
D | nsx_core.c | 1701 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/ |
D | deflickering.cc | 214 static_cast<uint16_t>(WebRtcSpl_DivU32U16(tmp_uw32, in ProcessFrame()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 592 uint32_t WebRtcSpl_DivU32U16(uint32_t num, uint16_t den);
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_c.c | 524 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, in WebRtcAecm_ProcessBlock()
|
D | aecm_core_mips.c | 1033 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, in WebRtcAecm_ProcessBlock()
|