webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdlib.h>
#include "webrtc/base/checks.h"
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
Functions | |
int16_t | WebRtcSpl_MaxAbsValueW16C (const int16_t *vector, size_t length) |
int32_t | WebRtcSpl_MaxAbsValueW32C (const int32_t *vector, size_t length) |
int16_t | WebRtcSpl_MaxValueW16C (const int16_t *vector, size_t length) |
int32_t | WebRtcSpl_MaxValueW32C (const int32_t *vector, size_t length) |
int16_t | WebRtcSpl_MinValueW16C (const int16_t *vector, size_t length) |
int32_t | WebRtcSpl_MinValueW32C (const int32_t *vector, size_t length) |
size_t | WebRtcSpl_MaxAbsIndexW16 (const int16_t *vector, size_t length) |
size_t | WebRtcSpl_MaxIndexW16 (const int16_t *vector, size_t length) |
size_t | WebRtcSpl_MaxIndexW32 (const int32_t *vector, size_t length) |
size_t | WebRtcSpl_MinIndexW16 (const int16_t *vector, size_t length) |
size_t | WebRtcSpl_MinIndexW32 (const int32_t *vector, size_t length) |