[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 1115, Thu Aug 7 15:42:50 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.13 2003-08-07 15:41:57 chl Exp $   * $Id: encoder.h,v 1.27.2.17 2003-11-30 16:13:15 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 72  Line 72 
72      int min_quant[3];      int min_quant[3];
73      int max_quant[3];      int max_quant[3];
74    
75            int par;
76            int par_width;
77            int par_height;
78    
79  #ifdef _SMP  #ifdef _SMP
80          int num_threads;          int num_threads;
81  #endif  #endif
# Line 92  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 105  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 148  Line 152 
152      int length;         /* the encoded size of this frame */      int length;         /* the encoded size of this frame */
153    
154          Statistics sStat;          Statistics sStat;
155  }          int is_edged, is_interpolated;
156  FRAMEINFO;  } FRAMEINFO;
157    
158    
159  typedef struct  typedef struct
# Line 209  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.1115  
changed lines
  Added in v.1230

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