mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 01:51:22 +00:00
7 lines
308 B
PHP
7 lines
308 B
PHP
|
// -*- 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.
|
||
|
MERGE4PIXavg("(%%"XDI", %%"XCX", 2)", "(%%"XSI")") // down, up
|
||
|
MERGE4PIXavg("(%%"XDI")", "(%%"XSI", %%"XCX", 2)") // up, down
|