util_stereo_x.h
来自「关于AMR-WB+语音压缩编码的实现代码」· C头文件 代码 · 共 23 行
H
23 行
#ifndef _UTIL_STEREO_X_H
#define _UTIL_STEREO_X_H
typedef struct
{
const int vdim;
const int nstages;
const int intens;
const int *cbsizes;
const float **cbs;
} MSVQ;
typedef struct
{
const float a; /* Prediction coefficient */
const float a_fe; /* Prediction coefficient to be applied in decoder in case of fe */
const float *mean; /* Mean vector */
const MSVQ msvq;
} PMSVQ;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?