--- encoder.h 2003/06/28 15:49:11 1.27.2.11 +++ encoder.h 2006/07/10 08:09:59 1.32 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: encoder.h,v 1.27.2.11 2003/06/28 15:49:11 chl Exp $ + * $Id: encoder.h,v 1.32 2006/07/10 08:09:59 syskin Exp $ * ****************************************************************************/ @@ -35,6 +35,9 @@ * Constants ****************************************************************************/ +/* lambda base exponential. 1<= 0 */ + /* multithreaded stuff */ + int num_threads; /* number of additional threads */ + SMPmotionData * motionData; /* data structures used to pass all thread-specific data */ + int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */ float fMvPrevSigma; -} -Encoder; +} Encoder; /***************************************************************************** * Inline functions