--- encoder.h 2004/03/22 22:36:23 1.28 +++ 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.28 2004/03/22 22:36:23 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;