Home
last modified time | relevance | path

Searched refs:xShift (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp742 M4VIFI_UInt32 x, y, xShift; in M4VSS3GPP_externalVideoEffectFifties() local
798 xShift = (x + p_FiftiesData->shiftRandomValue ) % (pPlaneIn[0].u_height - 1); in M4VSS3GPP_externalVideoEffectFifties()
800xShift = (x + (pPlaneIn[0].u_height - p_FiftiesData->shiftRandomValue) ) % (pPlaneIn[0].u_height -… in M4VSS3GPP_externalVideoEffectFifties()
804 p_inYtmp = pInYbegin + (xShift * pPlaneIn[0].u_stride); /* Apply the xShift */ in M4VSS3GPP_externalVideoEffectFifties()
809 if (xShift > (pPlaneIn[0].u_height - 4)) in M4VSS3GPP_externalVideoEffectFifties()
/frameworks/av/libvideoeditor/vss/src/
DM4xVSS_internal.c4018 M4VIFI_UInt32 x, y, xShift; in M4VSS3GPP_externalVideoEffectFifties() local
4083 xShift = (x + p_FiftiesData->shiftRandomValue ) % (pPlaneIn[0].u_height - 1); in M4VSS3GPP_externalVideoEffectFifties()
4085 xShift = (x + (pPlaneIn[0].u_height - p_FiftiesData->shiftRandomValue) ) \ in M4VSS3GPP_externalVideoEffectFifties()
4090 p_inYtmp = pInYbegin + (xShift * pPlaneIn[0].u_stride); /* Apply the xShift */ in M4VSS3GPP_externalVideoEffectFifties()
4095 if (xShift > (pPlaneIn[0].u_height - 4)) in M4VSS3GPP_externalVideoEffectFifties()