cod_hi_stereo.h

来自「关于AMR-WB+语音压缩编码的实现代码」· C头文件 代码 · 共 21 行

H
21
字号
#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 + =
减小字号Ctrl + -
显示快捷键?