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

📄 text_bits.h

📁 <VC++视频音频开发>一书的光盘资料。
💻 H
字号:
#ifndef _TEXT_BITS_H_
#define _TEXT_BITS_H_
#include "momusys.h"
#include "text_defs.h"
typedef struct {
  Int Y;
  Int C;
  Int vec;
  Int CBPY;
  Int CBPC; 
  Int MCBPC;
  Int MODB;
  Int CBPB;
  Int MBTYPE;
  Int COD;
  Int MB_Mode; 
  Int header;
  Int DQUANT;
  Int total;
  Int no_inter;
  Int no_inter4v;
  Int no_intra;
  Int no_GMC;	
  Int ACpred_flag;
  Int G;	
  Int CODA;	
  Int CBPA;	
  Int g_ACpred_flag;	
  Int no_field;
  Int no_skipped;
  Int no_Pskip;
  Int no_noDCT;
  Int fieldDCT;
  Int interlaced;
  Int Btype[7];
  Int Nmvs[3];
} Bits;
#ifdef __cplusplus
extern "C" {
#endif 
Void  	MB_CodeCoeff _P_((	Bits *bits,
			Int *qcoeff,
			Int Mode,
			Int CBP,
			Int ncoeffs,
			Int intra_dcpred_disable,
			Image *DCbitstream,
			Image *bitstream,
			Int transp_pattern[],
			Int direction[],
			Int error_res_disable,
			Int reverse_vlc,
			Int switched,
			Int alternate_scan
	));
void  	Bits_Reset _P_((	Bits *bits
	));
#ifdef __cplusplus
}
#endif  
#endif 

⌨️ 快捷键说明

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