Package org.lwjgl.opencl
Class INTELMotionEstimation
- java.lang.Object
-
- org.lwjgl.opencl.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 Summary
Fields Modifier and Type Field Description static int
CL_ACCELERATOR_TYPE_MOTION_ESTIMATION_INTEL
Accepted as a type in theaccelerator_type
parameter ofCreateAcceleratorINTEL
.static int
CL_ME_MB_TYPE_16x16_INTEL
CL_ME_MB_TYPE_4x4_INTEL
CL_ME_MB_TYPE_8x8_INTEL
CL_ME_SAD_ADJUST_MODE_HAAR_INTEL
CL_ME_SAD_ADJUST_MODE_NONE_INTEL
CL_ME_SEARCH_PATH_RADIUS_16_12_INTEL
CL_ME_SEARCH_PATH_RADIUS_2_2_INTEL
CL_ME_SEARCH_PATH_RADIUS_4_4_INTEL
CL_ME_SUBPIXEL_MODE_HPEL_INTEL
CL_ME_SUBPIXEL_MODE_INTEGER_INTEL
CL_ME_SUBPIXEL_MODE_QPEL_INTELAccepted as types to the fields ofcl_motion_estimator_desc_intel
.
-
-
-
Field Detail
-
CL_ACCELERATOR_TYPE_MOTION_ESTIMATION_INTEL
Accepted as a type in theaccelerator_type
parameter ofCreateAcceleratorINTEL
. Creates a full-frame motion estimation accelerator.
-
CL_ME_MB_TYPE_16x16_INTEL, CL_ME_MB_TYPE_8x8_INTEL, CL_ME_MB_TYPE_4x4_INTEL, CL_ME_SUBPIXEL_MODE_INTEGER_INTEL, CL_ME_SUBPIXEL_MODE_HPEL_INTEL, CL_ME_SUBPIXEL_MODE_QPEL_INTEL, CL_ME_SAD_ADJUST_MODE_NONE_INTEL, CL_ME_SAD_ADJUST_MODE_HAAR_INTEL, CL_ME_SEARCH_PATH_RADIUS_2_2_INTEL, CL_ME_SEARCH_PATH_RADIUS_4_4_INTEL, CL_ME_SEARCH_PATH_RADIUS_16_12_INTEL
Accepted as types to the fields ofcl_motion_estimator_desc_intel
.
-
-