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

/external/chromium_org/third_party/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);
/external/webrtc/src/common_audio/signal_processing/
H A Ddivision_operations.c15 * WebRtcSpl_DivW32W16()
38 WebRtc_Word32 WebRtcSpl_DivW32W16(WebRtc_Word32 num, WebRtc_Word16 den) function
106 approx = (WebRtc_Word16)WebRtcSpl_DivW32W16((WebRtc_Word32)0x1FFFFFFF, den_hi);

Completed in 448 milliseconds