Searched refs:iOutY (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c1319 int iOutY, x, y; local
1325 iOutY = w * y;
1329 copyBlock(pTmp, pOut + iOutY, w);
1330 iOutY += 8;
1358 int iOutY, iOutU, iOutV, x, y; local
1366 iOutY = w * y;
1367 iOutV = iOutU = iOutY / 4;
1372 copyBlock(pTmp, pOut + iOutY, w);
1373 iOutY += 8;
1379 iOutY
[all...]

Completed in 31 milliseconds