Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/include/
Dspl_inl_armv7.h33 static __inline int32_t WEBRTC_SPL_MUL_16_16(int16_t a, int16_t b) { in WEBRTC_SPL_MUL_16_16() function
Dspl_inl_mips.h18 static __inline int32_t WEBRTC_SPL_MUL_16_16(int32_t a, in WEBRTC_SPL_MUL_16_16() function
Dsignal_processing_library.h52 #define WEBRTC_SPL_MUL_16_16(a, b) \ macro