--- encoder.h 2004/03/22 22:36:23 1.28 +++ encoder.h 2010/09/13 07:38:09 1.33 @@ -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.33 2010/09/13 07:38:09 Isibaar 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; @@ -247,7 +253,6 @@ return 0; } - /***************************************************************************** * Prototypes ****************************************************************************/