1 /*
2  * Copyright (C) 2020-2021 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #pragma once
9 #include "built_in_ops.h"
10 
11 namespace NEO {
12 namespace EBuiltInOps {
13 
14 using Type = uint32_t;
15 
16 constexpr Type VmeBlockMotionEstimateIntel{MaxCoreValue + 1};
17 constexpr Type VmeBlockAdvancedMotionEstimateCheckIntel{MaxCoreValue + 2};
18 constexpr Type VmeBlockAdvancedMotionEstimateBidirectionalCheckIntel{MaxCoreValue + 3};
19 } // namespace EBuiltInOps
20 } // namespace NEO
21