[cvs] / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18.2.5, Tue Nov 19 13:21:25 2002 UTC revision 1.18.2.6, Wed Dec 4 12:31:18 2002 UTC
# Line 119  Line 119 
119    
120  typedef struct  typedef struct
121  {  {
122            int iTextBits;
123            int iMvSum;
124            int iMvCount;
125            int kblks;
126            int mblks;
127            int ublks;
128    }
129    Statistics;
130    
131    
132    typedef struct
133    {
134          uint32_t quant;          uint32_t quant;
135          uint32_t motion_flags;          uint32_t motion_flags;
136          uint32_t global_flags;          uint32_t global_flags;
# Line 137  Line 149 
149    
150          MACROBLOCK *mbs;          MACROBLOCK *mbs;
151          VECTOR GMC_MV;          VECTOR GMC_MV;
 }  
 FRAMEINFO;  
152    
153  typedef struct          Statistics sStat;
 {  
         int iTextBits;  
         float fMvPrevSigma;  
         int iMvSum;  
         int iMvCount;  
         int kblks;  
         int mblks;  
         int ublks;  
154  }  }
155  Statistics;  FRAMEINFO;
156    
157    
158    
# Line 201  Line 203 
203    
204          int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */          int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
205    
         Statistics sStat;  
206          RateControl rate_control;          RateControl rate_control;
207    
208            float fMvPrevSigma;
209  }  }
210  Encoder;  Encoder;
211    

Legend:
Removed from v.1.18.2.5  
changed lines
  Added in v.1.18.2.6

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4