DivXNetworks, Inc.
Main Page | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

FrameResult.h

Go to the documentation of this file.
00001 
00016 #ifndef _ENCORE_FrameResult
00017 #define _ENCORE_FrameResult
00018 
00022 typedef struct FrameResult
00023 {
00024     int bitcountMotion;       
00025     int bitcountTexture;      
00026     int bitcountStuffing;     
00027     int bitcountTotal;        
00028     int quantizer;            
00029     int sequenceNumber;       
00030 
00031     int motionVectorSum;      
00032     int motionVectorCount;    
00033 
00034     char frameType;           
00035     int timestampDisplay;     
00036     float psnr;               
00037 } 
00038 FrameResult;
00039 
00040 
00041 #endif
00042 

Generated on Tue Jan 24 16:43:33 2006 for DivX Codec API Documentation.