HomeSort by relevance Sort by last modified time
    Searched defs:WEBRTC_SPL_MUL_16_32_RSFT16 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
spl_inl_armv7.h 27 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, int32_t b) {
spl_inl_mips.h 41 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a,
74 tmp = WEBRTC_SPL_MUL_16_32_RSFT16(((int16_t)(a >> 16)), b);
75 tmp += WEBRTC_SPL_MUL_16_32_RSFT16(((int16_t)((a & 0x0000FFFF) >> 1)),
signal_processing_library.h 75 #define WEBRTC_SPL_MUL_16_32_RSFT16(a, b) \
79 ((int32_t)(WEBRTC_SPL_MUL_16_32_RSFT16(a32a, b32) \
80 + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32) >> 16)))
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
spl_inl_armv7.h 18 static __inline WebRtc_Word32 WEBRTC_SPL_MUL_16_32_RSFT16(WebRtc_Word16 a,
signal_processing_library.h 88 #define WEBRTC_SPL_MUL_16_32_RSFT16(a, b) \
92 ((WebRtc_Word32)(WEBRTC_SPL_MUL_16_32_RSFT16(a32a, b32) \
93 + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32) >> 16)))
95 ((WebRtc_Word32)(WEBRTC_SPL_MUL_16_32_RSFT16(( \
97 (WEBRTC_SPL_MUL_16_32_RSFT16(( \
    [all...]

Completed in 69 milliseconds