stereo_cb_lo.h
来自「关于AMR-WB+语音压缩编码的实现代码」· C头文件 代码 · 共 29 行
H
29 行
#ifndef _stereo_cb_lo_
#define _stereo_cb_lo_
#define LO_NUMSTAGES_CB_LO_1500 3
#define LO_NUMSTAGES_CB_LO_1900 4
#define LO_NUMSTAGES_CB_LO_2500 5
#define LO_NUMSTAGES_CB_LO_3000 6
// low band MA-SMSVQ means for MA prediction 16 and 24 kHz
extern const float stereo_lo_mean[VDIM];
extern const float stereo_lo_smsvq_a_CB_LO_1500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_b_CB_LO_1500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_c_CB_LO_1500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_a_CB_LO_1900[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_b_CB_LO_1900[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_c_CB_LO_1900[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_d_CB_LO_1900[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_a_CB_LO_2500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_b_CB_LO_2500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_c_CB_LO_2500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_d_CB_LO_2500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_e_CB_LO_2500[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_a_CB_LO_3000[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_b_CB_LO_3000[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_c_CB_LO_3000[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_d_CB_LO_3000[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_e_CB_LO_3000[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
extern const float stereo_lo_smsvq_f_CB_LO_3000[LO_SMSVQ_CBSIZE][(VDIM + 1) / 2];
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?