~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to avidemux/ADM_video/ADM_mpdetc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-05-25 13:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050525130229-jw94cav0yhmg7vjw
Tags: 1:2.0.40-0.0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                                                int dstStride, int srcStride);
58
58
unsigned int    hash_pic(unsigned char *img, int w, int h, int stride);
59
59
static void     block_diffs_C(struct metrics *m, unsigned char *old, unsigned char *nw, int os, int ns);
60
 
#ifdef USE_MMX
 
60
#if defined( ARCH_X86)  || defined(ARCH_X86_64)
61
61
void block_diffs_MMX(struct metrics *m, unsigned char *old, unsigned char *ew, int os, int ns);
62
62
#endif
63
63
static void     diff_planes(struct metrics *m, unsigned char *old, unsigned char *nw, int w, int h, int os, int ns);