OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebRtcSpl_SatW32ToW16
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/include/
spl_inl.h
27
static __inline int16_t
WebRtcSpl_SatW32ToW16
(int32_t value32) {
77
return
WebRtcSpl_SatW32ToW16
((int32_t) a + (int32_t) b);
81
return
WebRtcSpl_SatW32ToW16
((int32_t) var1 - (int32_t) var2);
spl_inl_armv7.h
128
static __inline int16_t
WebRtcSpl_SatW32ToW16
(int32_t value32) {
spl_inl_mips.h
70
static __inline int16_t
WebRtcSpl_SatW32ToW16
(int32_t value32) {
Completed in 115 milliseconds