[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 768, Thu Jan 9 11:36:33 2003 UTC revision 769, Sat Jan 11 14:59:24 2003 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.12 2003-01-09 11:36:33 syskin Exp $   *  $Id: motion_est.h,v 1.1.2.13 2003-01-11 14:59:24 chl Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# Line 231  Line 231 
231                  int inter4v,                  int inter4v,
232                  MACROBLOCK * const pMB);                  MACROBLOCK * const pMB);
233    
234  static VECTOR  
235    static WARPPOINTS
236  GlobalMotionEst(const MACROBLOCK * const pMBs,  GlobalMotionEst(const MACROBLOCK * const pMBs,
237                                  const MBParam * const pParam, const uint32_t iFcode);                                  const MBParam * const pParam,
238                                    const FRAMEINFO * const current,
239                                    const FRAMEINFO * const reference,
240                                    const IMAGE * const pRefH,
241                                    const IMAGE * const pRefV,
242                                    const IMAGE * const pRefHV      );
243    
244  #define iDiamondSize 2  #define iDiamondSize 2
245    

Legend:
Removed from v.768  
changed lines
  Added in v.769

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