Go to the source code of this file.
Macros | |
#define | IPCV_COPYSET(flavor, arrtype, scalartype) |
#define | IPCV_BIN_ARITHM(name) |
#define | IPCV_LOGIC(name) |
#define | IPCV_DEF_MEAN_MASK(flavor, srctype) |
#define | ICV_MEAN_SDV_PLUGIN 0 /* CV_PLUGINS1(IPPCV) */ |
#define | IPCV_DEF_MEAN_SDV(flavor, srctype) |
#define | IPCV_DEF_MIN_MAX_LOC(flavor, srctype, extrtype, plugin) |
#define | IPCV_DEF_SUM_NOHINT(flavor, srctype, plugin) |
#define | IPCV_DEF_SUM_HINT(flavor, srctype) |
#define | IPCV_DEF_NON_ZERO(flavor, srctype) |
#define | IPCV_DEF_NORM_NOHINT_C1(flavor, srctype, plugin) |
#define | IPCV_DEF_NORM_HINT_C1(flavor, srctype) |
#define | IPCV_DEF_NORM_MASK_C1(flavor, srctype, plugin) |
#define | IPCV_ABS_DIFF(flavor, arrtype) |
#define | IPCV_CMP(arrtype, flavor) |
#define | IPCV_PIX_PLANE(flavor, arrtype) |
#define | IPCV_TRANSFORM(suffix, ipp_suffix, cn) |
#define | IPCV_TRANSFORM_N1(suffix) |
#define | IPCV_DFT(init_flavor, fwd_flavor, inv_flavor) |
#define | IPCV_COPYSET(flavor, arrtype, scalartype) |
#define | IPCV_BIN_ARITHM(name) |
#define | IPCV_LOGIC(name) |
#define | IPCV_DEF_MEAN_MASK(flavor, srctype) |
#define | ICV_MEAN_SDV_PLUGIN 0 /* CV_PLUGINS1(IPPCV) */ |
#define | IPCV_DEF_MEAN_SDV(flavor, srctype) |
#define | IPCV_DEF_MIN_MAX_LOC(flavor, srctype, extrtype, plugin) |
#define | IPCV_DEF_SUM_NOHINT(flavor, srctype, plugin) |
#define | IPCV_DEF_SUM_HINT(flavor, srctype) |
#define | IPCV_DEF_NON_ZERO(flavor, srctype) |
#define | IPCV_DEF_NORM_NOHINT_C1(flavor, srctype, plugin) |
#define | IPCV_DEF_NORM_HINT_C1(flavor, srctype) |
#define | IPCV_DEF_NORM_MASK_C1(flavor, srctype, plugin) |
#define | IPCV_ABS_DIFF(flavor, arrtype) |
#define | IPCV_CMP(arrtype, flavor) |
#define | IPCV_PIX_PLANE(flavor, arrtype) |
#define | IPCV_TRANSFORM(suffix, ipp_suffix, cn) |
#define | IPCV_TRANSFORM_N1(suffix) |
#define | IPCV_DFT(init_flavor, fwd_flavor, inv_flavor) |
Functions | |
IPCVAPI_EX (CvStatus, icvCopy_8u_C1R,"ippiCopy_8u_C1R", 0,(const uchar *src, int src_step, uchar *dst, int dst_step, CvSize size)) IPCVAPI_EX(CvStatus | |
uchar uchar int CvSize size | IPCVAPI_EX (CvStatus, icvCvt_32f64f,"ippsConvert_32f64f", CV_PLUGINS1(CV_PLUGIN_IPPS),(const float *src, double *dst, int len)) IPCVAPI_EX(CvStatus |
uchar uchar int CvSize size | CV_PLUGINS1 (CV_PLUGIN_IPPS) |
IPCVAPI_EX (CvStatus, icvNot_8u_C1R,"ippiNot_8u_C1R", CV_PLUGINS1(CV_PLUGIN_IPPI),(const uchar *src, int step1, uchar *dst, int step, CvSize size)) IPCVAPI_EX(CvStatus | |
CV_PLUGINS1 (CV_PLUGIN_IPPVM) | |
const float float int len | IPCVAPI_EX (CvStatus, icvSqrt_32f,"ippsSqrt_32f_A21, ippsSqrt_32f", CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS),(const float *src, float *dst, int len)) IPCVAPI_EX(CvStatus |
const float float int len const double double int len | IPCVAPI_EX (CvStatus, icvSqrt_64f,"ippsSqrt_64f_A50, ippsSqrt_64f", CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS),(const double *src, double *dst, int len)) IPCVAPI_EX(CvStatus |
const float float int len const double double int len | CV_PLUGINS2 (CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS) |
const float float int len const double double int len const float float int n | IPCVAPI_EX (CvStatus, icvLog_64f,"ippsLn_64f_A50, ippsLn_64f", CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS),(const double *x, double *y, int n)) IPCVAPI_EX(CvStatus |
const float float int len const double double int len const float float int n const float float int n | IPCVAPI_EX (CvStatus, icvExp_64f,"ippsExp_64f_A50, ippsExp_64f", CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS),(const double *x, double *y, int n)) IPCVAPI_EX(CvStatus |
const float float int len const double double int len const float float int n const float float int n | CV_PLUGINS1 (CV_PLUGIN_IPPCV) |
const float float int len const double double int len const float float int n const float float int n const float const float float int len | IPCVAPI_EX (CvStatus, icvCheckArray_32f_C1R,"ippiCheckArray_32f_C1R", 0,(const float *src, int srcstep, CvSize size, int flags, double min_val, double max_val)) IPCVAPI_EX(CvStatus |
IPCVAPI_C_EX (void, icvBLAS_GEMM_32f,"sgemm, mkl_sgemm", CV_PLUGINS2(CV_PLUGIN_MKL, CV_PLUGIN_MKL),(const char *transa, const char *transb, int *n, int *m, int *k, const void *alpha, const void *a, int *lda, const void *b, int *ldb, const void *beta, void *c, int *ldc)) IPCVAPI_C_EX(void | |
CV_PLUGINS2 (CV_PLUGIN_MKL, CV_PLUGIN_MKL) | |
const char const char int int int const void const void int const void int const void void int *ldc | IPCVAPI_C_EX (void, icvBLAS_GEMM_32fc,"cgemm, mkl_cgemm", CV_PLUGINS2(CV_PLUGIN_MKL, CV_PLUGIN_MKL),(const char *transa, const char *transb, int *n, int *m, int *k, const void *alpha, const void *a, int *lda, const void *b, int *ldb, const void *beta, void *c, int *ldc)) IPCVAPI_C_EX(void |
#define ICV_MEAN_SDV_PLUGIN 0 /* CV_PLUGINS1(IPPCV) */ |
#define ICV_MEAN_SDV_PLUGIN 0 /* CV_PLUGINS1(IPPCV) */ |
#define IPCV_ABS_DIFF | ( | flavor, | |
arrtype | |||
) |
#define IPCV_ABS_DIFF | ( | flavor, | |
arrtype | |||
) |
#define IPCV_BIN_ARITHM | ( | name | ) |
#define IPCV_BIN_ARITHM | ( | name | ) |
#define IPCV_CMP | ( | arrtype, | |
flavor | |||
) |
#define IPCV_CMP | ( | arrtype, | |
flavor | |||
) |
#define IPCV_COPYSET | ( | flavor, | |
arrtype, | |||
scalartype | |||
) |
#define IPCV_COPYSET | ( | flavor, | |
arrtype, | |||
scalartype | |||
) |
#define IPCV_DEF_MEAN_MASK | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_MEAN_MASK | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_MEAN_SDV | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_MEAN_SDV | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_MIN_MAX_LOC | ( | flavor, | |
srctype, | |||
extrtype, | |||
plugin | |||
) |
#define IPCV_DEF_MIN_MAX_LOC | ( | flavor, | |
srctype, | |||
extrtype, | |||
plugin | |||
) |
#define IPCV_DEF_NON_ZERO | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_NON_ZERO | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_NORM_HINT_C1 | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_NORM_HINT_C1 | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_NORM_MASK_C1 | ( | flavor, | |
srctype, | |||
plugin | |||
) |
#define IPCV_DEF_NORM_MASK_C1 | ( | flavor, | |
srctype, | |||
plugin | |||
) |
#define IPCV_DEF_NORM_NOHINT_C1 | ( | flavor, | |
srctype, | |||
plugin | |||
) |
#define IPCV_DEF_NORM_NOHINT_C1 | ( | flavor, | |
srctype, | |||
plugin | |||
) |
#define IPCV_DEF_SUM_HINT | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_SUM_HINT | ( | flavor, | |
srctype | |||
) |
#define IPCV_DEF_SUM_NOHINT | ( | flavor, | |
srctype, | |||
plugin | |||
) |
#define IPCV_DEF_SUM_NOHINT | ( | flavor, | |
srctype, | |||
plugin | |||
) |
#define IPCV_DFT | ( | init_flavor, | |
fwd_flavor, | |||
inv_flavor | |||
) |
#define IPCV_DFT | ( | init_flavor, | |
fwd_flavor, | |||
inv_flavor | |||
) |
#define IPCV_LOGIC | ( | name | ) |
#define IPCV_LOGIC | ( | name | ) |
#define IPCV_PIX_PLANE | ( | flavor, | |
arrtype | |||
) |
#define IPCV_PIX_PLANE | ( | flavor, | |
arrtype | |||
) |
#define IPCV_TRANSFORM | ( | suffix, | |
ipp_suffix, | |||
cn | |||
) |
#define IPCV_TRANSFORM | ( | suffix, | |
ipp_suffix, | |||
cn | |||
) |
#define IPCV_TRANSFORM_N1 | ( | suffix | ) |
#define IPCV_TRANSFORM_N1 | ( | suffix | ) |
const float float int len CV_PLUGINS1 | ( | CV_PLUGIN_IPPVM | ) |
const float float int len const double double int len const float float int n const float float int n CV_PLUGINS1 | ( | CV_PLUGIN_IPPCV | ) |
const float float int len const double double int len const float float int n CV_PLUGINS2 | ( | CV_PLUGIN_IPPVM | , |
CV_PLUGIN_IPPS | |||
) |
const char const char int int int const void const void int const void int const void void int *ldc CV_PLUGINS2 | ( | CV_PLUGIN_MKL | , |
CV_PLUGIN_MKL | |||
) |
IPCVAPI_C_EX | ( | void | , |
icvBLAS_GEMM_32f | , | ||
" | sgemm, | ||
mkl_sgemm" | , | ||
CV_PLUGINS2(CV_PLUGIN_MKL, CV_PLUGIN_MKL) | , | ||
(const char *transa, const char *transb, int *n, int *m, int *k,const void *alpha, const void *a, int *lda, const void *b, int *ldb,const void *beta, void *c, int *ldc) | |||
) |
const char const char int int int const void const void int const void int const void void int* ldc IPCVAPI_C_EX | ( | void | , |
icvBLAS_GEMM_32fc | , | ||
" | cgemm, | ||
mkl_cgemm" | , | ||
CV_PLUGINS2(CV_PLUGIN_MKL, CV_PLUGIN_MKL) | , | ||
(const char *transa, const char *transb, int *n, int *m, int *k,const void *alpha, const void *a, int *lda, const void *b, int *ldb,const void *beta, void *c, int *ldc) | |||
) |
IPCVAPI_EX | ( | CvStatus | , |
icvCopy_8u_C1R | , | ||
"ippiCopy_8u_C1R" | , | ||
0 | , | ||
(const uchar *src, int src_step,uchar *dst, int dst_step, CvSize size) | |||
) |
uchar uchar int CvSize size IPCVAPI_EX | ( | CvStatus | , |
icvCvt_32f64f | , | ||
"ippsConvert_32f64f" | , | ||
CV_PLUGINS1(CV_PLUGIN_IPPS) | , | ||
(const float *src, double *dst, int len) | |||
) |
IPCVAPI_EX | ( | CvStatus | , |
icvNot_8u_C1R | , | ||
"ippiNot_8u_C1R" | , | ||
CV_PLUGINS1(CV_PLUGIN_IPPI) | , | ||
(const uchar *src, int step1, uchar *dst, int step, CvSize size) | |||
) |
const float float int len IPCVAPI_EX | ( | CvStatus | , |
icvSqrt_32f | , | ||
" | ippsSqrt_32f_A21, | ||
ippsSqrt_32f" | , | ||
CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS) | , | ||
(const float *src, float *dst, int len) | |||
) |
const float float int len const double double int len IPCVAPI_EX | ( | CvStatus | , |
icvSqrt_64f | , | ||
" | ippsSqrt_64f_A50, | ||
ippsSqrt_64f" | , | ||
CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS) | , | ||
(const double *src, double *dst, int len) | |||
) |
const float float int len const double double int len const float float int n IPCVAPI_EX | ( | CvStatus | , |
icvLog_64f | , | ||
" | ippsLn_64f_A50, | ||
ippsLn_64f" | , | ||
CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS) | , | ||
(const double *x, double *y, int n) | |||
) |
const float float int len const double double int len const float float int n const float float int n IPCVAPI_EX | ( | CvStatus | , |
icvExp_64f | , | ||
" | ippsExp_64f_A50, | ||
ippsExp_64f" | , | ||
CV_PLUGINS2(CV_PLUGIN_IPPVM, CV_PLUGIN_IPPS) | , | ||
(const double *x, double *y, int n) | |||
) |
const float float int len const double double int len const float float int n const float float int n const float const float float int len IPCVAPI_EX | ( | CvStatus | , |
icvCheckArray_32f_C1R | , | ||
"ippiCheckArray_32f_C1R" | , | ||
0 | , | ||
(const float *src, int srcstep,CvSize size, int flags,double min_val, double max_val) | |||
) |
const char const char int int int const void const void int const void int const void void int *ldc const char const char int int int const void const void * a |
const char const char int int int const void const void int const void int const void void int* ldc const char const char int int int const void* alpha |
const float float int len const double double int len const float float int n const float float int n const float const float float* angle |
const char const char int int int const void const void int const void int const void void int *ldc const char const char int int int const void const void int const void * b |
const char const char int int int const void const void int const void int const void void int* ldc const char const char int int int const void const void int const void int const void* beta |
const char const char int int int const void const void int const void int const void void int *ldc const char const char int int int const void const void int const void int const void void * c |
dgemm |
const float float int len const double double int len const float float int n const float float int n const float const float float int len const double int CvSize int flags |
icvBLAS_GEMM_64f |
const char const char int int int const void const void int const void int const void void int* ldc icvBLAS_GEMM_64fc |
const float float int len const double double int len const float float int n const float float int n const float const float float int len icvCheckArray_64f_C1R |
const float float int len const double double int len const float float int n const float float int n icvFastArctan_32f |
icvInvSqrt_32f |
icvSetByte_8u_C1R |
const float float int len const double double int len const float float int n const float float int n ippibFastArctan_32f |
const float float int len const double double int len const float float int n const float float int n const float const float float int len ippiCheckArray_64f_C1R |
ippiSet_8u_C1R |
ippsInvSqrt_32f_A21 |
const char const char int int int const void const void int const void int const void void int* ldc const char const char int int int* k |
const char const char int int int const void const void int const void int const void void int *ldc const char const char int int int const void const void int * lda |
const char const char int int int const void const void int const void int const void void int *ldc const char const char int int int const void const void int const void int * ldb |
const char const char int int int const void const void int const void int const void void int *ldc const char const char int int * m |
const float float int len const double double int len const float float int n const float float int n const float const float float int len const double int CvSize int double min_val |
mkl_dgemm |
const char const char int int int const void const void int const void int const void void int* ldc mkl_zgemm |
const char const char int int int const void const void int const void int const void void int* ldc const char const char int* n |
const float float int len const double double int len const float float int n const float float int n const float const float float int len const double int CvSize size |
const float float int len const double double int len const float float int n const float float int n const float const float float int len const double* src |
const float float int len const double double int len const float float int n const float float int n const float const float float int len const double int srcstep |
const char const char int int int const void const void int const void int const void void int *ldc const char * transa |
const char const char int int int const void const void int const void int const void void int *ldc const char const char * transb |
uchar value |
const float float int len const double double int len const float float int n const float float int n const float const float* x |
const float float int len const double double int len const float float int n const float float int n const float* y |