Home | History | Annotate | Download | only in mrst

Lines Matching defs:srcY

1153     IMG_INT16   Pos, YPos, srcY;
1180 if ((YPos = srcY = CurrentRowY - MVEA_LRB_TOP_OFFSET) < 0)
1181 srcY = 0;
1183 srcY = ctx->HeightMinusLRBSearchHeight;
1273 psCurrent->CurBlockAddr = ((IMG_UINT8)(((YPos + MVEA_LRB_TOP_OFFSET) - srcY) / 16) << 4) | 0x3;