[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.10, Thu Jun 13 21:45:24 2002 UTC revision 1.17, Wed Aug 7 10:09:00 2002 UTC
# Line 92  Line 92 
92          uint32_t fincr;          uint32_t fincr;
93          uint32_t fbase;          uint32_t fbase;
94    
95    #ifdef _SMP
96            int num_threads;
97    #endif
98    
99  #ifdef BFRAMES  #ifdef BFRAMES
100          int max_bframes;          int max_bframes;
101  #endif  #endif
# Line 167  Line 171 
171          FRAMEINFO *current;          FRAMEINFO *current;
172          FRAMEINFO *reference;          FRAMEINFO *reference;
173    
174  #ifdef _DEBUG  #ifdef _DEBUG_PSNR
175          IMAGE sOriginal;          IMAGE sOriginal;
176  #endif  #endif
177          IMAGE vInterH;          IMAGE vInterH;
# Line 178  Line 182 
182    
183  #ifdef BFRAMES  #ifdef BFRAMES
184          /* constants */          /* constants */
185            int global;
186          int bquant_ratio;          int bquant_ratio;
187          /* vars */          int frame_drop_ratio;
188    
189            /* image queue */
190            int queue_head;
191            int queue_tail;
192            int queue_size;
193            IMAGE *queue;
194    
195            /* bframe buffer */
196          int bframenum_head;          int bframenum_head;
197          int bframenum_tail;          int bframenum_tail;
198          int flush_bframes;          int flush_bframes;
# Line 188  Line 201 
201          IMAGE f_refh;          IMAGE f_refh;
202          IMAGE f_refv;          IMAGE f_refv;
203          IMAGE f_refhv;          IMAGE f_refhv;
204            int bframenum_dx50bvop;
205    
206            int last_pframe;
207            int last_sync;
208            int time_pp;
209            int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
210  #endif  #endif
211    
212          Statistics sStat;          Statistics sStat;
213          RateControl rate_control;          RateControl rate_control;
214  }  }
# Line 239  Line 259 
259                                     XVID_ENC_FRAME * pFrame,                                     XVID_ENC_FRAME * pFrame,
260                                     XVID_ENC_STATS * pResult);                                     XVID_ENC_STATS * pResult);
261    
262    int encoder_encode_bframes(Encoder * pEnc,
263                                       XVID_ENC_FRAME * pFrame,
264                                       XVID_ENC_STATS * pResult);
265    
266  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.17

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