webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
min_max_operations_neon.c File Reference
#include <arm_neon.h>
#include <stdlib.h>
#include "webrtc/base/checks.h"
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"

Functions

int16_t WebRtcSpl_MaxAbsValueW16Neon (const int16_t *vector, size_t length)
 
int32_t WebRtcSpl_MaxAbsValueW32Neon (const int32_t *vector, size_t length)
 
int16_t WebRtcSpl_MaxValueW16Neon (const int16_t *vector, size_t length)
 
int32_t WebRtcSpl_MaxValueW32Neon (const int32_t *vector, size_t length)
 
int16_t WebRtcSpl_MinValueW16Neon (const int16_t *vector, size_t length)
 
int32_t WebRtcSpl_MinValueW32Neon (const int32_t *vector, size_t length)
 

Function Documentation

◆ WebRtcSpl_MaxAbsValueW16Neon()

int16_t WebRtcSpl_MaxAbsValueW16Neon ( const int16_t vector,
size_t  length 
)

◆ WebRtcSpl_MaxAbsValueW32Neon()

int32_t WebRtcSpl_MaxAbsValueW32Neon ( const int32_t vector,
size_t  length 
)

◆ WebRtcSpl_MaxValueW16Neon()

int16_t WebRtcSpl_MaxValueW16Neon ( const int16_t vector,
size_t  length 
)

◆ WebRtcSpl_MaxValueW32Neon()

int32_t WebRtcSpl_MaxValueW32Neon ( const int32_t vector,
size_t  length 
)

◆ WebRtcSpl_MinValueW16Neon()

int16_t WebRtcSpl_MinValueW16Neon ( const int16_t vector,
size_t  length 
)

◆ WebRtcSpl_MinValueW32Neon()

int32_t WebRtcSpl_MinValueW32Neon ( const int32_t vector,
size_t  length 
)