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

📄 cod_hi_stereo.h

📁 关于AMR-WB+语音压缩编码的实现代码
💻 H
字号:
#ifndef _COD_HI_STEREO
#define _COD_HI_STEREO

void cod_hi_stereo(float speech_hi[],
		   float right_hi[],
		   float AqLF[],
		   int prm[],
		   Coder_State_Plus * st);

void dec_hi_stereo(float synth_hi_t0[],
                   float right_hi[],
		   float left_hi[],
		   float AqLF[], int prm[],
		   int bad_frame[],
		   int fscale,
		   Decoder_State_Plus * st);

void init_cod_hi_stereo(Coder_State_Plus * st);
void init_dec_hi_stereo(Decoder_State_Plus * st);
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -