CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_khr_interp.h File Reference
#include <VX/vx.h>

Macros

#define OPENVX_KHR_INTERP   "vx_khr_interpolation"
 

Enumerations

enum  vx_interpolation_type_ext_e {
  VX_INTERPOLATION_BICUBIC = VX_ENUM_BASE(VX_ID_KHRONOS, VX_ENUM_INTERPOLATION) + 0x3 ,
  VX_INTERPOLATION_MIPMAP = VX_ENUM_BASE(VX_ID_KHRONOS, VX_ENUM_INTERPOLATION) + 0x4
}
 Additional interpolation types. More...
 

Macro Definition Documentation

◆ OPENVX_KHR_INTERP

#define OPENVX_KHR_INTERP   "vx_khr_interpolation"

Enumeration Type Documentation

◆ vx_interpolation_type_ext_e

Additional interpolation types.

Enumerator
VX_INTERPOLATION_BICUBIC 

Bicubic interpolation method.

See also
Extension: Interpolation Type Query
VX_INTERPOLATION_MIPMAP 

Mipmapping interpolation method.

See also
Extension: Interpolation Type Query