Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
text_bits.h
Package: encore50src.zip [view]
Upload User: enenge
Upload Date: 2007-01-08
Package Size: 96k
Code Size: 1k
Category:
Streaming_Mpeg4
Development Platform:
Visual C++
- #ifndef _TEXT_BITS_H_
- #define _TEXT_BITS_H_
- #include "momusys.h"
- #include "text_defs.h"
- /* struct for counting bits */
- 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; /* NTT for GMC coding */
- Int ACpred_flag;
- Int G; /* HYUNDAI : (Grayscale) */
- Int CODA; /* HYUNDAI : (Grayscale) */
- Int CBPA; /* HYUNDAI : (Grayscale) */
- Int g_ACpred_flag; /* HYUNDAI : (Grayscale) */
- 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 /* __cplusplus */
- 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 /* __cplusplus */
- #endif /* _TEXT_BITS_H_ */