Class CLMotionEstimationDescINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CLMotionEstimationDescINTEL extends Struct<CLMotionEstimationDescINTEL> implements NativeResource
Describes the configuration of the motion estimation algorithm.

Layout


 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();
 }