--- encoder.h 2003/08/26 14:07:11 1.27.2.14 +++ 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.27.2.14 2003/08/26 14:07:11 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; -} -Encoder; +} Encoder; /***************************************************************************** * Inline functions @@ -248,7 +253,6 @@ return 0; } - /***************************************************************************** * Prototypes ****************************************************************************/