public final class INTELAdvancedMotionEstimation
extends java.lang.Object
This extension builds upon the cl_intel_motion_estimation extension by providing block-based estimation and greater control over the estimation algorithm.
This extension reuses the set of host-callable functions and "motion estimation accelerator objects" defined in the cl_intel_motion_estimation extension. This extension depends on the OpenCL 1.2 built-in kernel infrastructure and on the cl_intel_accelerator extension, which provides an abstraction for domain-specific acceleration in the OpenCL runtime.
Requires intel_motion_estimation.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_DEVICE_ME_VERSION_INTEL
Accepted as arguments to clGetDeviceInfo.
|
static int |
CL_ME_CHROMA_INTRA_PREDICT_ENABLED_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_CHROMA_PREDICTOR_MODE_DC_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_CHROMA_PREDICTOR_MODE_HORIZONTAL_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_CHROMA_PREDICTOR_MODE_PLANE_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_CHROMA_PREDICTOR_MODE_VERTICAL_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_COST_PENALTY_HIGH_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PENALTY_LOW_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PENALTY_NONE_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PENALTY_NORMAL_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PRECISION_DPEL_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PRECISION_HEL_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PRECISION_PEL_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_COST_PRECISION_QPEL_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_LUMA_INTRA_PREDICT_ENABLED_INTEL
Accepted as flags passed to the kernel.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_DC_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_LEFT_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_RIGHT_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_DOWN_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_UP_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_PLANE_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_VERTICAL_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_VERTICAL_LEFT_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_LUMA_PREDICTOR_MODE_VERTICAL_RIGHT_INTEL
Valid intra-search predictor mode constants.
|
static int |
CL_ME_MB_TYPE_16x16_INTEL
Valid macroblock type constants.
|
static int |
CL_ME_MB_TYPE_4x4_INTEL
Valid macroblock type constants.
|
static int |
CL_ME_MB_TYPE_8x8_INTEL
Valid macroblock type constants.
|
static int |
CL_ME_VERSION_ADVANCED_VER_1_INTEL
Valid constant values returned by clGetDeviceInfo.
|
public static final int CL_DEVICE_ME_VERSION_INTEL
public static final int CL_ME_CHROMA_INTRA_PREDICT_ENABLED_INTEL
public static final int CL_ME_LUMA_INTRA_PREDICT_ENABLED_INTEL
public static final int CL_ME_COST_PENALTY_NONE_INTEL
public static final int CL_ME_COST_PENALTY_LOW_INTEL
public static final int CL_ME_COST_PENALTY_NORMAL_INTEL
public static final int CL_ME_COST_PENALTY_HIGH_INTEL
public static final int CL_ME_COST_PRECISION_QPEL_INTEL
public static final int CL_ME_COST_PRECISION_HEL_INTEL
public static final int CL_ME_COST_PRECISION_PEL_INTEL
public static final int CL_ME_COST_PRECISION_DPEL_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_VERTICAL_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_DC_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_LEFT_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_RIGHT_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_PLANE_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_VERTICAL_RIGHT_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_DOWN_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_VERTICAL_LEFT_INTEL
public static final int CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_UP_INTEL
public static final int CL_ME_CHROMA_PREDICTOR_MODE_DC_INTEL
public static final int CL_ME_CHROMA_PREDICTOR_MODE_HORIZONTAL_INTEL
public static final int CL_ME_CHROMA_PREDICTOR_MODE_VERTICAL_INTEL
public static final int CL_ME_CHROMA_PREDICTOR_MODE_PLANE_INTEL
public static final int CL_ME_VERSION_ADVANCED_VER_1_INTEL
public static final int CL_ME_MB_TYPE_16x16_INTEL
public static final int CL_ME_MB_TYPE_8x8_INTEL
public static final int CL_ME_MB_TYPE_4x4_INTEL
Copyright LWJGL. All Rights Reserved. License terms.