IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Sse2, TIn, ipUInt8, typename boost::enable_if_c< sizeof(TIn)==2 >::type > Struct Template Reference

specialization of CastReg for SSE2 instructionSet; input of type uint16 or int16, output of type int8 or uint8; at least input or output is unsigned More...

#include <CastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const typename Sse2Type< TIn >::Type &inl, const typename Sse2Type< TIn >::Type &inh, Sse2Type< ipUInt8 >::Type &out)
 

Detailed Description

template<typename TIn>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Sse2, TIn, ipUInt8, typename boost::enable_if_c< sizeof(TIn)==2 >::type >

specialization of CastReg for SSE2 instructionSet; input of type uint16 or int16, output of type int8 or uint8; at least input or output is unsigned


The documentation for this struct was generated from the following file: