Class CLMotionEstimationDescINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CLMotionEstimationDescINTEL extends Struct<CLMotionEstimationDescINTEL> implements NativeResource

 struct cl_motion_estimation_desc_intel {
     cl_uint mb_block_type;
     cl_uint subpixel_mode;
     cl_uint sad_adjust_mode;
     cl_uint search_path_type;
 }