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

📄 g722.h

📁 G722语音压缩算法
💻 H
字号:
#ifndef _H_G722
#define _H_G722
typedef unsigned short UINT16;
typedef unsigned int UINT32;
typedef  short INT16;
	typedef struct{

         int    ilowr,
                dlowt,
                rlow;
         int    slow;
         int    detlow;
         int    ihigh,
                dhigh,
                rhigh;
         int    shigh;
         int    dethigh;
	}	G722_Handle, *pG722_Handle;

int decoder_block4l(int);
int decoder_block4h(int);
int encoder_block4l(int);
int encoder_block4h(int);
//int g722_init_state(pG722_Handle);
//int g722_encoder(pG722_Handle ,short *, UINT16 *,int);
//int g722_decoder(pG722_Handle ,UINT16 *,short *,int);
#endif

⌨️ 快捷键说明

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