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

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dspl_inl.h27 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { function
77 return WebRtcSpl_SatW32ToW16((int32_t) a + (int32_t) b);
81 return WebRtcSpl_SatW32ToW16((int32_t) var1 - (int32_t) var2);
H A Dspl_inl_armv7.h127 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { function
H A Dspl_inl_mips.h70 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { function
/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl.h22 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { function
35 return WebRtcSpl_SatW32ToW16((WebRtc_Word32) a + (WebRtc_Word32) b);
61 return WebRtcSpl_SatW32ToW16((WebRtc_Word32) var1 - (WebRtc_Word32) var2);
H A Dspl_inl_armv7.h130 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { function

Completed in 1864 milliseconds