webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h"
Functions | |
void | WebRtcIsacfix_AllpassFilter2FixDec16MIPS (int16_t *data_ch1, int16_t *data_ch2, const int16_t *factor_ch1, const int16_t *factor_ch2, const int length, int32_t *filter_state_ch1, int32_t *filter_state_ch2) |
void | WebRtcIsacfix_HighpassFilterFixDec32MIPS (int16_t *io, int16_t len, const int16_t *coefficient, int32_t *state) |
void WebRtcIsacfix_AllpassFilter2FixDec16MIPS | ( | int16_t * | data_ch1, |
int16_t * | data_ch2, | ||
const int16_t * | factor_ch1, | ||
const int16_t * | factor_ch2, | ||
const int | length, | ||
int32_t * | filter_state_ch1, | ||
int32_t * | filter_state_ch2 | ||
) |