Class CLMotionEstimationDescINTEL

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class CLMotionEstimationDescINTEL
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.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();
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • MB_BLOCK_TYPE, SUBPIXEL_MODE, SAD_ADJUST_MODE, SEARCH_PATH_TYPE

        The struct member offsets.
    • Constructor Detail

      • CLMotionEstimationDescINTEL

        public CLMotionEstimationDescINTEL​(java.nio.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.