--- encoder.h 2003/10/01 23:23:00 1.27.2.15 +++ encoder.h 2006/02/24 08:46:22 1.31 @@ -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.15 2003/10/01 23:23:00 edgomez Exp $ + * $Id: encoder.h,v 1.31 2006/02/24 08:46:22 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