searchloopodda2.inc

来自「linux下的MPEG1」· INC 代码 · 共 6 行

INC
6
字号
// 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?