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;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • MB_BLOCK_TYPE

      public static final int MB_BLOCK_TYPE
      The struct member offsets.
    • SUBPIXEL_MODE

      public static final int SUBPIXEL_MODE
      The struct member offsets.
    • SAD_ADJUST_MODE

      public static final int SAD_ADJUST_MODE
      The struct member offsets.
    • SEARCH_PATH_TYPE

      public static final int SEARCH_PATH_TYPE
      The struct member offsets.
  • Constructor Details

    • CLMotionEstimationDescINTEL

      public CLMotionEstimationDescINTEL(ByteBuffer container)
      Creates a CLMotionEstimationDescINTEL instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details