--- encoder.h 2002/06/20 14:05:57 1.11 +++ encoder.h 2002/10/05 21:35:35 1.18.2.3 @@ -36,7 +36,7 @@ * support for EXTENDED API * - 22.08.2001 fixed bug in iDQtab * - * $Id: encoder.h,v 1.11 2002/06/20 14:05:57 suxen_drol Exp $ + * $Id: encoder.h,v 1.18.2.3 2002/10/05 21:35:35 Isibaar Exp $ * ****************************************************************************/ @@ -92,6 +92,10 @@ uint32_t fincr; uint32_t fbase; +#ifdef _SMP + int num_threads; +#endif + #ifdef BFRAMES int max_bframes; #endif @@ -105,14 +109,11 @@ uint32_t m_quant_type; uint32_t m_rounding_type; uint32_t m_fcode; + uint32_t m_quarterpel; HINTINFO *hint; -#ifdef BFRAMES - uint32_t m_seconds; - uint32_t m_ticks; -#endif - + int64_t m_stamp; } MBParam; @@ -128,10 +129,9 @@ uint32_t fcode; uint32_t bcode; -#ifdef BFRAMES uint32_t seconds; uint32_t ticks; -#endif + int64_t stamp; IMAGE image; @@ -178,8 +178,9 @@ #ifdef BFRAMES /* constants */ - int packed; + int global; int bquant_ratio; + int frame_drop_ratio; /* image queue */ int queue_head; @@ -196,6 +197,9 @@ IMAGE f_refh; IMAGE f_refv; IMAGE f_refhv; + int bframenum_dx50bvop; + + int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */ #endif Statistics sStat;