Home | History | Annotate | Download | only in lvpp

Lines Matching defs:xShift

742     M4VIFI_UInt32 x, y, xShift;
796 /* Compute the xShift (random value) */
798 xShift = (x + p_FiftiesData->shiftRandomValue ) % (pPlaneIn[0].u_height - 1);
800 xShift = (x + (pPlaneIn[0].u_height - p_FiftiesData->shiftRandomValue) ) % (pPlaneIn[0].u_height - 1);
804 p_inYtmp = pInYbegin + (xShift * pPlaneIn[0].u_stride); /* Apply the xShift */
809 if (xShift > (pPlaneIn[0].u_height - 4))