summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-13 10:46:40 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-13 10:48:45 +0200
commit43445935e82a7e9474092bf55b19d6c4d8fa1c7a (patch)
treed0dc21f4243754086e9f1f438584ff9a89dd800e /gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc
parent77c15d10a0ddee24c8e33616ce5cf1db7eaaa030 (diff)
Moved 'deinterlace2' from -bad to -good
And rename it to deinterlace.
Diffstat (limited to 'gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc')
-rw-r--r--gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc b/gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc
new file mode 100644
index 00000000..fd3f6fb0
--- /dev/null
+++ b/gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc
@@ -0,0 +1,5 @@
+// Searches 1 pixel to the left and right, in both the old
+// and new fields, but takes averages. These are odd
+// pixel addresses. Any chroma match will not be used. (YUY2)
+ MERGE4PIXavg("-2(%%"XDI", %%"XCX")", "2(%%"XSI", %%"XCX")") // left, right
+ MERGE4PIXavg("2(%%"XDI", %%"XCX")", "-2(%%"XSI", %%"XCX")") // right, left