webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h"
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/fft.h"
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h"
Functions | |
void | WebRtcIsacfix_Time2SpecC (int16_t *inre1Q9, int16_t *inre2Q9, int16_t *outreQ7, int16_t *outimQ7) |
void | WebRtcIsacfix_Spec2TimeC (int16_t *inreQ7, int16_t *inimQ7, int32_t *outre1Q16, int32_t *outre2Q16) |
Variables | |
const int16_t | WebRtcIsacfix_kCosTab1 [FRAMESAMPLES/2] |
const int16_t | WebRtcIsacfix_kSinTab1 [FRAMESAMPLES/2] |
const int16_t | WebRtcIsacfix_kSinTab2 [FRAMESAMPLES/4] |
void WebRtcIsacfix_Spec2TimeC | ( | int16_t * | inreQ7, |
int16_t * | inimQ7, | ||
int32_t * | outre1Q16, | ||
int32_t * | outre2Q16 | ||
) |
void WebRtcIsacfix_Time2SpecC | ( | int16_t * | inre1Q9, |
int16_t * | inre2Q9, | ||
int16_t * | outreQ7, | ||
int16_t * | outimQ7 | ||
) |
const int16_t WebRtcIsacfix_kCosTab1[FRAMESAMPLES/2] |
const int16_t WebRtcIsacfix_kSinTab1[FRAMESAMPLES/2] |
const int16_t WebRtcIsacfix_kSinTab2[FRAMESAMPLES/4] |