Home | History | Annotate | Download | only in src

Lines Matching full:flavor

125 #define ICV_DEF_GEMM_SINGLE_MUL( flavor, arrtype, worktype )                \
127 icvGEMMSingleMul_##flavor( const arrtype* a_data, size_t a_step, \
371 #define ICV_DEF_GEMM_BLOCK_MUL( flavor, arrtype, worktype ) \
373 icvGEMMBlockMul_##flavor( const arrtype* a_data, size_t a_step, \
484 #define ICV_DEF_GEMM_STORE( flavor, arrtype, worktype ) \
486 icvGEMMStore_##flavor( const arrtype* c_data, size_t c_step, \
1441 #define ICV_DEF_TRANSFORM_FUNC( flavor, arrtype, temptype, _ld_, \
1444 icvTransform_##flavor( const arrtype* src, int srcstep, \
1461 #define ICV_DEF_DIAG_TRANSFORM_FUNC( flavor, arrtype, temptype, _ld_, \
1464 icvDiagTransform_##flavor( const arrtype* src, int srcstep, \
1927 #define ICV_PERSPECTIVE_TRANSFORM_FUNC_2( flavor, arrtype ) \
1929 icvPerspectiveTransform_##flavor##_C2R( const arrtype* src, int srcstep, \
1962 #define ICV_PERSPECTIVE_TRANSFORM_FUNC_3( flavor
1964 icvPerspectiveTransform_##flavor##_C3R( const arrtype* src, int srcstep, \
2175 #define ICV_DEF_MULADDS_FUNC( flavor, arrtype, scalartype, entry, cn ) \
2177 icvMulAddC_##flavor( const arrtype* src1, int srcstep1, \
2321 #define ICV_DOT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \
2323 icvDotProductShifted_##flavor##_C1R( const srctype* vec1, int vecstep1, \
2377 #define ICV_EXT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \
2379 icvExtProductShifted_##flavor##_C1R( const srctype* vec, int vecstep, \
2729 #define ICV_MAHALANOBIS( flavor, arrtype ) \
2731 icvMahalanobis_##flavor##_C1R( const arrtype* mat, int matstep, \
2852 #define ICV_DEF_MULTRANS_R_FUNC( flavor, srctype, dsttype, load_macro ) \
2854 icvMulTransposedR_##flavor( const srctype* src, int srcstep, \
2990 #define ICV_DEF_MULTRANS_L_FUNC( flavor, srctype, dsttype, load_macro ) \
2992 icvMulTransposedL_##flavor( const srctype* src, int srcstep, \
3226 #define ICV_DEF_DOT_PROD_FUNC_2D( flavor, arrtype, temptype, sumtype ) \
3228 icvDotProduct_##flavor##_C1R( const arrtype* src1, int step1, \