![]() |
The OpenVX Specification
a73e458
|
Values provided to the vxHint API to enable/disable platform optimizations and/or features. Hints are optional and usually are vendor-specific.
vxHint Macros | |
| #define | VX_HINT_PERFORMANCE_DEFAULT (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_HINT, 0x1)) |
| Indicates to the implementation that user do not apply any specific requirements for performance. | |
| #define | VX_HINT_PERFORMANCE_HIGH_SPEED (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_HINT, 0x3)) |
| Indicates the user preference for highest performance over low power consumption. | |
| #define | VX_HINT_PERFORMANCE_LOW_POWER (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_HINT, 0x2)) |
| Indicates the user preference is low power consumption versus highest performance. | |