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

  /external/webrtc/src/common_audio/signal_processing/
min_max_operations_neon.c 18 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16* vector,
min_max_operations.c 13 * WebRtcSpl_MaxAbsValueW16()
34 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16 *vector, WebRtc_Word16 length)
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_init.c 22 MaxAbsValueW16 WebRtcSpl_MaxAbsValueW16;
40 WebRtcSpl_MaxAbsValueW16 = WebRtcSpl_MaxAbsValueW16C;
60 WebRtcSpl_MaxAbsValueW16 = WebRtcSpl_MaxAbsValueW16Neon;
82 WebRtcSpl_MaxAbsValueW16 = WebRtcSpl_MaxAbsValueW16_mips;

Completed in 263 milliseconds