![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
min function; returns the minimum of 2 packs More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/Arithmetic/detail/MinReg.h>#include <IPSDKUtil/InstructionSet/PromotedType.h>#include <IPSDKUtil/InstructionSet/detail/BinaryPackOp.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::simd | |
| Namespace agregating IPSDK SIMD routines and classes. | |
Functions | |
| template<eInstructionSet::domain instructionSet, class PackT > | |
| IPSDK_FORCEINLINE PackT | ipsdk::simd::min (const PackT &in1, const PackT &in2) |
| returns the minimum of 2 packs More... | |
| template<eInstructionSet::domain instructionSet, class PackT > | |
| IPSDK_FORCEINLINE void | ipsdk::simd::min (const PackT &in1, const PackT &in2, PackT &out) |
min function; returns the minimum of 2 packs
given 2 packs A and B, with A = {a1, ..., an} and B = {b1, ..., bn}, min(A, B) returns C, with C ={ min(a1, b1), ..., min(an, bn)}
1.8.14