mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
43445935e8
And rename it to deinterlace.
6 lines
398 B
C++
6 lines
398 B
C++
// -*- c++ -*-
|
|
|
|
// Searches the center vertical line above center and below, in both the old
|
|
// and new fields, but takes averages. These are even pixel addresses.
|
|
MERGE4PIXavgH("(%%"XDI", %%"XCX", 2)", "(%%"XDI", %%"XCX")", "(%%"XSI", %%"XCX")", "(%%"XSI")") // down, up
|
|
MERGE4PIXavgH("(%%"XDI")", "(%%"XDI", %%"XCX")", "(%%"XSI", %%"XCX")", "(%%"XSI", %%"XCX", 2)") // up, down
|