Home | History | Annotate | Download | only in src

Lines Matching defs:srcY

1621     IMG_INT16   iPos, iYPos, srcY;
1656 if ((iYPos = srcY = CurrentRowY - ui16SearchTopOffset) < 0)
1657 srcY = 0;
1659 srcY = ctx->HeightMinusLRBSearchHeight;
1769 psCurrent->CurBlockAddr |= ((IMG_UINT8)(((iYPos + ui16SearchTopOffset) - srcY) / 16) << 4);