Template Class LTM

Class Documentation

template<int IN_TYPE, int OUT_TYPE, int BLK_ROWS, int BLK_COLS, int ROWS, int COLS, int NPC>
class LTM

Public Functions

inline LTM()

Public Members

NPC in  {XF_CTUNAME(IN_TYPE, NPC) ret = LOW()
CH0 __pad0__

Public Static Functions

template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) LOW()
template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) LOW()
template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) HIGH()
template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) HIGH()
template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline float to_float (XF_CTUNAME(T, NPC) &a)
template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline float to_float (XF_CTUNAME(T, NPC) &a)
template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline bool is_less (XF_CTUNAME(T, NPC) a, XF_CTUNAME(T, NPC) b)
template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline bool is_less (XF_CTUNAME(T, NPC) a, XF_CTUNAME(T, NPC) b)
static static XF_CTUNAME (IN_TYPE, NPC) max(XF_DTUNAME(IN_TYPE

Public Static Attributes

static constexpr int BILINEAR_INTERPOLATE_TYPE = XF_32FC1
static constexpr float OUT_DEPTH = (1 << XF_DTPIXELDEPTH(OUT_TYPE, NPC)) - 1
static constexpr int COLS_NPC_ALIGNED = LTMTile<BLK_ROWS, BLK_COLS, ROWS, COLS, NPC>::COLS_NPC_ALIGNED
static constexpr int MinMaxVArrSize = LTMTile<BLK_ROWS, BLK_COLS, ROWS, COLS, NPC>::MinMaxVArrSize
static constexpr int MinMaxHArrSize = LTMTile<BLK_ROWS, BLK_COLS, ROWS, COLS, NPC>::MinMaxHArrSize