[svn] / branches / dev-api-4 / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/encoder.h

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

revision 1229, Sun Nov 30 09:45:52 2003 UTC revision 1230, Sun Nov 30 16:13:16 2003 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: encoder.h,v 1.27.2.16 2003-11-05 16:15:47 edgomez Exp $   * $Id: encoder.h,v 1.27.2.17 2003-11-30 16:13:15 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# 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.1229  
changed lines
  Added in v.1230

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