[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.29, Fri Dec 9 04:45:35 2005 UTC revision 1.31, Fri Feb 24 08:46:22 2006 UTC
# Line 79  Line 79 
79          int par_width;          int par_width;
80          int par_height;          int par_height;
81    
 #ifdef _SMP  
         int num_threads;  
 #endif  
   
   
82          int iMaxKeyInterval;          int iMaxKeyInterval;
83          int max_bframes;          int max_bframes;
84    
# Line 113  Line 108 
108          int mblks;          int mblks;
109          int ublks;          int ublks;
110          int gblks;          int gblks;
111            int iMVBits;
112  } Statistics;  } Statistics;
113    
114    
# Line 159  Line 155 
155  } FRAMEINFO;  } FRAMEINFO;
156    
157    
158    #include "motion/motion_smp.h"
159    
160  typedef struct  typedef struct
161  {  {
162          MBParam mbParam;          MBParam mbParam;
# Line 217  Line 215 
215          int closed_bframenum; /* == -1 if there is no fixup intended */          int closed_bframenum; /* == -1 if there is no fixup intended */
216      QUEUEINFO closed_qframe;    /* qFrame, only valid when >= 0 */      QUEUEINFO closed_qframe;    /* qFrame, only valid when >= 0 */
217    
218            /* multithreaded stuff */
219            int num_threads;                        /* number of additional threads */
220            SMPmotionData * motionData;     /* data structures used to pass all thread-specific data */
221    
222          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 */
223    
224          float fMvPrevSigma;          float fMvPrevSigma;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.31

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