[svn] / trunk / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/encoder.h

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

revision 202, Thu Jun 13 21:45:24 2002 UTC revision 229, Thu Jun 20 14:05:58 2002 UTC
# Line 36  Line 36 
36   *               support for EXTENDED API   *               support for EXTENDED API
37   *  - 22.08.2001 fixed bug in iDQtab   *  - 22.08.2001 fixed bug in iDQtab
38   *   *
39   *  $Id: encoder.h,v 1.10 2002-06-13 21:45:24 edgomez Exp $   *  $Id: encoder.h,v 1.11 2002-06-20 14:05:57 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# Line 167  Line 167 
167          FRAMEINFO *current;          FRAMEINFO *current;
168          FRAMEINFO *reference;          FRAMEINFO *reference;
169    
170  #ifdef _DEBUG  #ifdef _DEBUG_PSNR
171          IMAGE sOriginal;          IMAGE sOriginal;
172  #endif  #endif
173          IMAGE vInterH;          IMAGE vInterH;
# Line 178  Line 178 
178    
179  #ifdef BFRAMES  #ifdef BFRAMES
180          /* constants */          /* constants */
181            int packed;
182          int bquant_ratio;          int bquant_ratio;
183          /* vars */  
184            /* image queue */
185            int queue_head;
186            int queue_tail;
187            int queue_size;
188            IMAGE *queue;
189    
190            /* bframe buffer */
191          int bframenum_head;          int bframenum_head;
192          int bframenum_tail;          int bframenum_tail;
193          int flush_bframes;          int flush_bframes;
# Line 189  Line 197 
197          IMAGE f_refv;          IMAGE f_refv;
198          IMAGE f_refhv;          IMAGE f_refhv;
199  #endif  #endif
200    
201          Statistics sStat;          Statistics sStat;
202          RateControl rate_control;          RateControl rate_control;
203  }  }
# Line 239  Line 248 
248                                     XVID_ENC_FRAME * pFrame,                                     XVID_ENC_FRAME * pFrame,
249                                     XVID_ENC_STATS * pResult);                                     XVID_ENC_STATS * pResult);
250    
251    int encoder_encode_bframes(Encoder * pEnc,
252                                       XVID_ENC_FRAME * pFrame,
253                                       XVID_ENC_STATS * pResult);
254    
255  #endif  #endif

Legend:
Removed from v.202  
changed lines
  Added in v.229

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