Home | History | Annotate | Download | only in src

Lines Matching refs:iPos

1621     IMG_INT16   iPos, iYPos, srcY;
1668 for (iPos = 0; iPos < ctx->Width; iPos += 16, psCurrent++) {
1681 if (iPos + 16 < ctx->Width) {
1686 if (iPos > 0 && (iPos < ctx->Width)) {
1692 if (iPos == 0) {
1708 if (iPos) {
1712 if (iPos == ctx->Width - 16) {
1737 if (iPos <= ui16SearchLeftOffset) {
1738 psCurrent->IPEMin[0] = ui16CurBlockX - iPos;
1744 if ((iPos + ui16SearchLeftOffset + 16) > ctx->Width) {
1745 psCurrent->IPEMax[0] = (ui16CurBlockX - 1 + ctx->Width) - iPos; //(112 - 1) - ((iPos + 48+16) - ctx->psVideo->ui16Width);