Home
last modified time | relevance | path

Searched defs:WEBRTC_SPL_MUL_16_32_RSFT16 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/common_audio/signal_processing/include/
Dspl_inl_armv7.h26 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, int32_t b) { in WEBRTC_SPL_MUL_16_32_RSFT16() function
Dspl_inl_mips.h38 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, int32_t b) { in WEBRTC_SPL_MUL_16_32_RSFT16() function
Dsignal_processing_library.h50 #define WEBRTC_SPL_MUL_16_32_RSFT16(a, b) \ macro