[svn] / branches / dev-api-3 / xvidcore / src / motion / motion_est.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/motion/motion_est.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 530, Mon Sep 23 20:36:02 2002 UTC revision 539, Wed Sep 25 21:28:48 2002 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: motion_est.h,v 1.1.2.1 2002-09-23 20:36:02 chl Exp $   *  $Id: motion_est.h,v 1.1.2.2 2002-09-25 21:27:12 Isibaar Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# Line 179  Line 179 
179                          const MBParam * const pParam,                          const MBParam * const pParam,
180                          MACROBLOCK * const pMB,                          MACROBLOCK * const pMB,
181                          const MACROBLOCK * const pMBs,                          const MACROBLOCK * const pMBs,
182                          const int block);                          const int block,
183                            SearchData * const Data);
184    
185  bool  bool
186  MotionEstimation(MBParam * const pParam,  MotionEstimation(MBParam * const pParam,
# Line 200  Line 201 
201                  const int y,                  const int y,
202                  const uint32_t MotionFlags,                  const uint32_t MotionFlags,
203                  const uint32_t iQuant,                  const uint32_t iQuant,
204                  const uint32_t iFcode,                  SearchData * const Data,
205                  const MBParam * const pParam,                  const MBParam * const pParam,
206                  const MACROBLOCK * const pMBs,                  const MACROBLOCK * const pMBs,
207                  const MACROBLOCK * const prevMBs,                  const MACROBLOCK * const prevMBs,

Legend:
Removed from v.530  
changed lines
  Added in v.539

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4