123456789101112131415161718192021222324252627282930313233343536 |
-
- #ifndef __ENHANCER_H
- #define __ENHANCER_H
- #include "iLBC_define.h"
- float xCorrCoef(
- float *target,
- float *regressor,
- int subl
- );
- int enhancerInterface(
- float *out,
- float *in,
- iLBC_Dec_Inst_t *iLBCdec_inst
-
- );
- #endif
|