[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.30, Thu Jan 19 22:25:18 2006 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 160  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 218  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.30  
changed lines
  Added in v.1.31

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