~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to plugins/deinterlace/DI_TomsMoComp/SearchLoopOddAH.inc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 11:07:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108110734-ygvf6uljvgcjmca7
Tags: 0.9.6-1ubuntu1
* Resynchronise with Debian (Closes: #4022):
  - Fix desktop file to not use absolute path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Searches 1 pixel to the left and right, in both the old
2
 
//  and new fields, but takes v-half pel averages. These are odd
3
 
// pixel addresses. Any chroma match will not be used. (YUY2)
4
 
 
5
 
        MERGE4PIXavgH(edi-2, edi+ecx-2, esi+ecx+2, esi+2*ecx+2)  // up left, down right
6
 
        MERGE4PIXavgH(edi+2, edi+ecx+2, esi+ecx-2, esi+2*ecx-2)   // up right, down left
7
 
        MERGE4PIXavgH(edi+2*ecx-2, edi+ecx-2, esi+ecx+2, esi+2)   // down left, up right
8
 
        MERGE4PIXavgH(edi+2*ecx+2, edi+ecx+2, esi+ecx-2, esi-2)   // down right, up left