From cea634274e20c779df9fe89629598ba0f910fdf3 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 26 Sep 2023 09:17:52 -0700 Subject: fix VME skip block type enum to match spec (#241) --- CL/cl_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CL/cl_ext.h b/CL/cl_ext.h index 66fa3e9..31c7de8 100644 --- a/CL/cl_ext.h +++ b/CL/cl_ext.h @@ -2520,7 +2520,7 @@ typedef struct _cl_motion_estimation_desc_intel { #define CL_ME_LUMA_INTRA_PREDICT_ENABLED_INTEL 0x2 #define CL_ME_SKIP_BLOCK_TYPE_16x16_INTEL 0x0 -#define CL_ME_SKIP_BLOCK_TYPE_8x8_INTEL 0x1 +#define CL_ME_SKIP_BLOCK_TYPE_8x8_INTEL 0x4 #define CL_ME_COST_PENALTY_NONE_INTEL 0x0 #define CL_ME_COST_PENALTY_LOW_INTEL 0x1 -- cgit v1.2.3