![]() |
The OpenVX Specification
a73e458
|
The Look-Up Table (LUT) attribute list.
Macros | |
| #define | VX_LUT_COUNT (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS,VX_TYPE_LUT, 0x1)) |
Indicates the number of elements in the LUT [R01514]. Read-only [R01515]. Use a vx_size. | |
| #define | VX_LUT_OFFSET (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS,VX_TYPE_LUT, 0x3)) |
Indicates the index of the input value = 0 [R01518]. Read-only [R01519]. Uses a vx_uint32. | |
| #define | VX_LUT_SIZE (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS,VX_TYPE_LUT, 0x2)) |
Indicates the total size of the LUT in bytes [R01516]. Read-only [R01517]. Uses a vx_size. | |
| #define | VX_LUT_TYPE (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS,VX_TYPE_LUT, 0x0)) |
Indicates the value type of the LUT [R01512]. Read-only [R01513]. Use a vx_enum. | |