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, ipUInt8, TOut, typename boost::enable_if< typename boost::mpl::equal_to< boost::mpl::int_< sizeof(TOut)>, boost::mpl::int_< 2 > >::type >::type > Struct Template Reference

specialization of CastReg for SSE2 instruction set; input is of type uint8, output is of type int16 or uint16 More...

#include <CastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const Sse2Type< ipUInt8 >::Type &in, typename Sse2Type< TOut >::Type &outl, typename Sse2Type< TOut >::Type &outh)
 

Detailed Description

template<typename TOut>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Sse2, ipUInt8, TOut, typename boost::enable_if< typename boost::mpl::equal_to< boost::mpl::int_< sizeof(TOut)>, boost::mpl::int_< 2 > >::type >::type >

specialization of CastReg for SSE2 instruction set; input is of type uint8, output is of type int16 or uint16


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