Home | History | Annotate | Download | only in src

Lines Matching refs:CurrentRowY

1609     IMG_UINT16 CurrentRowY,
1615 /* Note: CurrentRowY and SliceStartRowY are now in pixels (not MacroBlocks)
1646 psCurrent += (CurrentRowY * (ctx->Width) / 256);
1648 // Note: CurrentRowY and iSliceStartRowY are now in pixels (not MacroBlocks) - saves needless multiplications and divisions
1656 if ((iYPos = srcY = CurrentRowY - ui16SearchTopOffset) < 0)
1664 ui16tmp = CurrentRowY;
1666 ui16tmp = (CurrentRowY != SliceStartRowY);
1805 if ((CurrentRowY + 16) >= ctx->Height) {
1821 IMG_UINT16 Rows, CurrentRowY;
1824 CurrentRowY = YSliceStartPos;
1830 CurrentRowY,
1835 CurrentRowY += 16;