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

📄 b_frame.h

📁 Mobile IP VCEG的信道模拟程序
💻 H
字号:
/****************************************************************
 *
 *  File B_frame.h :	Header file for B picture coding 
 *
 *	Main contributor and Contact Information
 *
 *		Byeong-Moon Jeon			<jeonbm@lge.com>
 *      Yoon-Seong Soh				<yunsung@lge.com>
 *      LG Electronics Inc., Digital Media Research Lab.
 *      16 Woomyeon-Dong, Seocho-Gu, Seoul, 137-724, Korea
 *
 *****************************************************************/
#ifndef _B_FRAME_H_
#define _B_FRAME_H_

#define MAX_DIR_SAD			100000000

extern int ONE_FOURTH_TAP[3][2];
extern int  MODTAB[3][2];
extern int NCBP[48][2];
#ifdef USE_9_INTRA_MODES
extern const byte PRED_IPRED[10][10][9];
extern int IPRED_ORDER[9][9]; 
#else // !USE_9_INTRA_MODES
extern const byte PRED_IPRED[7][7][6];
extern int IPRED_ORDER[6][6]; 
#endif
extern int JQ[32][2];
extern int QP2QUANT[32];


#endif

⌨️ 快捷键说明

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