Package org.lwjgl.opengles
Class QCOMMotionEstimation
java.lang.Object
org.lwjgl.opengles.QCOMMotionEstimation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTexEstimateMotionQCOM
(int ref, int target, int output) void glTexEstimateMotionQCOM(GLuint ref, GLuint target, GLuint output)
static void
glTexEstimateMotionRegionsQCOM
(int ref, int target, int output, int mask) void glTexEstimateMotionRegionsQCOM(GLuint ref, GLuint target, GLuint output, GLuint mask)
-
Field Details
-
GL_MOTION_ESTIMATION_SEARCH_BLOCK_X_QCOM
public static final int GL_MOTION_ESTIMATION_SEARCH_BLOCK_X_QCOM- See Also:
-
GL_MOTION_ESTIMATION_SEARCH_BLOCK_Y_QCOM
public static final int GL_MOTION_ESTIMATION_SEARCH_BLOCK_Y_QCOM- See Also:
-
-
Method Details
-
glTexEstimateMotionQCOM
public static void glTexEstimateMotionQCOM(int ref, int target, int output) void glTexEstimateMotionQCOM(GLuint ref, GLuint target, GLuint output)
-
glTexEstimateMotionRegionsQCOM
public static void glTexEstimateMotionRegionsQCOM(int ref, int target, int output, int mask) void glTexEstimateMotionRegionsQCOM(GLuint ref, GLuint target, GLuint output, GLuint mask)
-