[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.27.2.16, Wed Nov 5 16:15:47 2003 UTC revision 1.27.2.17, Sun Nov 30 16:13:15 2003 UTC
# Line 96  Line 96 
96      int vol_flags;      int vol_flags;
97    
98          int64_t m_stamp;          int64_t m_stamp;
99  }  
100  MBParam;          uint16_t *mpeg_quant_matrices;
101    } MBParam;
102    
103    
104  typedef struct  typedef struct
# Line 109  Line 110 
110          int mblks;          int mblks;
111          int ublks;          int ublks;
112          int gblks;          int gblks;
113  }  } Statistics;
 Statistics;  
114    
115    
116  /* encoding queue */  /* encoding queue */
# Line 153  Line 153 
153    
154          Statistics sStat;          Statistics sStat;
155          int is_edged, is_interpolated;          int is_edged, is_interpolated;
156  }  } FRAMEINFO;
 FRAMEINFO;  
157    
158    
159  typedef struct  typedef struct
# Line 214  Line 213 
213          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 */
214    
215          float fMvPrevSigma;          float fMvPrevSigma;
216  }  } Encoder;
 Encoder;  
217    
218  /*****************************************************************************  /*****************************************************************************
219   * Inline functions   * Inline functions

Legend:
Removed from v.1.27.2.16  
changed lines
  Added in v.1.27.2.17

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