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

« back to all changes in this revision

Viewing changes to avidemux/mpeg2enc/mblock_sub44_sads_x86.h

  • 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:
22
22
 
23
23
#include <config.h>
24
24
#include "mjpeg_types.h"
25
 
extern "C"
26
 
{
27
25
int mblocks_sub44_mests_mmxe( uint8_t *blk,  uint8_t *ref,
28
26
                                                         int ilow, int jlow,
29
27
                                                         int ihigh, int jhigh, 
36
34
                                                        int threshold,
37
35
                                                        int h, int rowstride, 
38
36
                                                        me_result_s *resvec);
39
 
}
40
37
#endif