Class INTELMotionEstimation



  • public final class INTELMotionEstimation
    extends java.lang.Object
    Native bindings to the intel_motion_estimation extension.

    This document presents the motion estimation extension for OpenCL. This extension includes a set of host-callable functions for frame-based motion estimation and introduces motion estimators, or also "motion estimation accelerator objects". These accelerator objects provide an abstraction of software- and/or hardware-accelerated functions for motion estimation, which can be provided by select OpenCL vendors.

    This extension depends on the OpenCL 1.2 built-in kernel infrastructure and on the accelerator extension, which provides an abstraction for domain-specific acceleration in the OpenCL runtime.

    Requires intel_accelerator.

    • Field Detail

      • CL_ACCELERATOR_TYPE_MOTION_ESTIMATION_INTEL

        public static final int CL_ACCELERATOR_TYPE_MOTION_ESTIMATION_INTEL
        Accepted as a type in the accelerator_type parameter of CreateAcceleratorINTEL. Creates a full-frame motion estimation accelerator.
        See Also:
        Constant Field Values
      • CL_ME_MB_TYPE_16x16_INTEL

        public static final int CL_ME_MB_TYPE_16x16_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_MB_TYPE_8x8_INTEL

        public static final int CL_ME_MB_TYPE_8x8_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_MB_TYPE_4x4_INTEL

        public static final int CL_ME_MB_TYPE_4x4_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SUBPIXEL_MODE_INTEGER_INTEL

        public static final int CL_ME_SUBPIXEL_MODE_INTEGER_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SUBPIXEL_MODE_HPEL_INTEL

        public static final int CL_ME_SUBPIXEL_MODE_HPEL_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SUBPIXEL_MODE_QPEL_INTEL

        public static final int CL_ME_SUBPIXEL_MODE_QPEL_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SAD_ADJUST_MODE_NONE_INTEL

        public static final int CL_ME_SAD_ADJUST_MODE_NONE_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SAD_ADJUST_MODE_HAAR_INTEL

        public static final int CL_ME_SAD_ADJUST_MODE_HAAR_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SEARCH_PATH_RADIUS_2_2_INTEL

        public static final int CL_ME_SEARCH_PATH_RADIUS_2_2_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SEARCH_PATH_RADIUS_4_4_INTEL

        public static final int CL_ME_SEARCH_PATH_RADIUS_4_4_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values
      • CL_ME_SEARCH_PATH_RADIUS_16_12_INTEL

        public static final int CL_ME_SEARCH_PATH_RADIUS_16_12_INTEL
        Accepted as types to the fields of cl_motion_estimator_desc_intel.
        See Also:
        Constant Field Values