Searched defs:WebRtcSpl_DivW32W16 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Ddivision_operations.c15 * WebRtcSpl_DivW32W16()
38 int32_t WebRtcSpl_DivW32W16(int32_t num, int16_t den) function
105 approx = (int16_t)WebRtcSpl_DivW32W16((int32_t)0x1FFFFFFF, den_hi);

Completed in 89 milliseconds