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