⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stereo_cb_lo.h

📁 关于AMR-WB+语音压缩编码的实现代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -