IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::SaturatedCastPack< eInstructionSet::eIS_Sse2, TIn, TOut, typename boost::enable_if_c< boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&boost::is_signed< TIn >::value==boost::is_signed< TOut >::value &&sizeof(TIn)< sizeof(TOut) >::type >{ static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Sse, TOut > act(const BasePack< ePackType::ePT_Sse, TIn > &in) { return CastPack< eInstructionSet::eIS_Sse2, TIn, TOut >::act(in);} static IPSDK_FORCEINLINE void act(const BasePack< ePackType::ePT_Sse, TIn > &in, BasePack< ePackType::ePT_Sse, TOut > &out) { CastPack< eInstructionSet::eIS_Sse2, TIn, TOut >::act(in, out);}};template< typename TIn, typename TOut >struct SaturatedCastPack< eInstructionSet::eIS_Sse2, TIn, TOut, typename boost::enable_if_c< boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&boost::is_signed< TIn >::value &&!boost::is_signed< TOut >::value &&sizeof(TOut)>=sizeof(TIn) >::type > Struct Template Reference

Static Public Member Functions

static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Sse, TOut > act (const BasePack< ePackType::ePT_Sse, TIn > &in)
 
static IPSDK_FORCEINLINE void act (const BasePack< ePackType::ePT_Sse, TIn > &in, BasePack< ePackType::ePT_Sse, TOut > &out)
 

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