Home
last modified time | relevance | path

Searched refs:ippiNorm_Inf_32f_C1R (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/icv/include/
H A Dippicv_redefs.h773 #define ippiNorm_Inf_32f_C1R ippicviNorm_Inf_32f_C1R macro
H A Dippicv.h3232 IPPAPI(IppStatus, ippiNorm_Inf_32f_C1R, (const Ipp32f* pSrc, int srcStep,
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dnorm.cpp565 type == CV_32FC1 ? (ippiNormFuncNoHint)ippiNorm_Inf_32f_C1R : in ipp_norm()