1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- #ifndef MODULES_AUDIO_CODING_CODECS_ILBC_MAIN_SOURCE_CONSTANTS_H_
- #define MODULES_AUDIO_CODING_CODECS_ILBC_MAIN_SOURCE_CONSTANTS_H_
- #include "modules/audio_coding/codecs/ilbc/defines.h"
- extern const int16_t WebRtcIlbcfix_kHpInCoefs[];
- extern const int16_t WebRtcIlbcfix_kHpOutCoefs[];
- extern const int16_t WebRtcIlbcfix_kStartSequenceEnrgWin[];
- extern const int16_t WebRtcIlbcfix_kLpFiltCoefs[];
- extern const int16_t WebRtcIlbcfix_kLpcWin[];
- extern const int16_t WebRtcIlbcfix_kLpcAsymWin[];
- extern const int32_t WebRtcIlbcfix_kLpcLagWin[];
- extern const int16_t WebRtcIlbcfix_kLpcChirpSyntDenum[];
- extern const int16_t WebRtcIlbcfix_kLpcChirpWeightDenum[];
- extern const int16_t WebRtcIlbcfix_kLsfDimCb[];
- extern const int16_t WebRtcIlbcfix_kLsfSizeCb[];
- extern const int16_t WebRtcIlbcfix_kLsfCb[];
- extern const int16_t WebRtcIlbcfix_kLsfWeight20ms[];
- extern const int16_t WebRtcIlbcfix_kLsfWeight30ms[];
- extern const int16_t WebRtcIlbcfix_kLsfMean[];
- extern const int16_t WebRtcIlbcfix_kLspMean[];
- extern const int16_t WebRtcIlbcfix_kCos[];
- extern const int16_t WebRtcIlbcfix_kCosDerivative[];
- extern const int16_t WebRtcIlbcfix_kCosGrid[];
- extern const int16_t WebRtcIlbcfix_kAcosDerivative[];
- extern const int16_t WebRtcIlbcfix_kStateSq3[];
- extern const int32_t WebRtcIlbcfix_kChooseFrgQuant[];
- extern const int16_t WebRtcIlbcfix_kScale[];
- extern const int16_t WebRtcIlbcfix_kFrgQuantMod[];
- extern const size_t WebRtcIlbcfix_kSearchRange[5][CB_NSTAGES];
- extern const size_t WebRtcIlbcfix_kFilterRange[];
- extern const int16_t WebRtcIlbcfix_kGainSq3[];
- extern const int16_t WebRtcIlbcfix_kGainSq4[];
- extern const int16_t WebRtcIlbcfix_kGainSq5[];
- extern const int16_t WebRtcIlbcfix_kGainSq5Sq[];
- extern const int16_t* const WebRtcIlbcfix_kGain[];
- extern const int16_t WebRtcIlbcfix_kCbFiltersRev[];
- extern const int16_t WebRtcIlbcfix_kAlpha[];
- extern const int16_t WebRtcIlbcfix_kEnhPolyPhaser[ENH_UPS0]
- [ENH_FLO_MULT2_PLUS1];
- extern const int16_t WebRtcIlbcfix_kEnhWt[];
- extern const size_t WebRtcIlbcfix_kEnhPlocs[];
- extern const int16_t WebRtcIlbcfix_kPlcPerSqr[];
- extern const int16_t WebRtcIlbcfix_kPlcPitchFact[];
- extern const int16_t WebRtcIlbcfix_kPlcPfSlope[];
- #endif
|