searchloop0a.inc

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

INC
16
字号
// -*- c++ -*-// Searches just the center pixel, in both the old//  and new fields, but takes averages. This is an even// pixel address. Any chroma match will be used. (YUY2)// We best like finding 0 motion so we will bias everything we found previously// up by a little, and adjust later#ifdef IS_SSE2		"paddusb "MANGLE(ONES)", %%xmm7\n\t"				// bias toward no motion#else		"paddusb "MANGLE(ONES)", %%mm7\n\t" 				// bias toward no motion#endif        MERGE4PIXavg("(%%"XDI", %%"XCX")", "(%%"XSI", %%"XCX")")  // center, in old and new

⌨️ 快捷键说明

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