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

Functions

int16_t WebRtcSpl_MaxAbsValueW16_mips (const int16_t *vector, size_t length)
 
int16_t WebRtcSpl_MaxValueW16_mips (const int16_t *vector, size_t length)
 
int32_t WebRtcSpl_MaxValueW32_mips (const int32_t *vector, size_t length)
 
int16_t WebRtcSpl_MinValueW16_mips (const int16_t *vector, size_t length)
 
int32_t WebRtcSpl_MinValueW32_mips (const int32_t *vector, size_t length)
 

Function Documentation

◆ WebRtcSpl_MaxAbsValueW16_mips()

int16_t WebRtcSpl_MaxAbsValueW16_mips ( const int16_t vector,
size_t  length 
)

◆ WebRtcSpl_MaxValueW16_mips()

int16_t WebRtcSpl_MaxValueW16_mips ( const int16_t vector,
size_t  length 
)

◆ WebRtcSpl_MaxValueW32_mips()

int32_t WebRtcSpl_MaxValueW32_mips ( const int32_t vector,
size_t  length 
)

◆ WebRtcSpl_MinValueW16_mips()

int16_t WebRtcSpl_MinValueW16_mips ( const int16_t vector,
size_t  length 
)

◆ WebRtcSpl_MinValueW32_mips()

int32_t WebRtcSpl_MinValueW32_mips ( const int32_t vector,
size_t  length 
)