Home | History | Annotate | Download | only in src

Lines Matching refs:flavor

231 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D( name, flavor, cn,     \
233 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
261 #define ICV_DEF_SUM_NOHINT_FUNC_2D( name, flavor, cn, \
263 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
281 #define ICV_DEF_SUM_HINT_FUNC_2D( name, flavor, cn, \
283 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
302 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D_COI( name, flavor, \
304 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \
333 #define ICV_DEF_SUM_NOHINT_FUNC_2D_COI( name, flavor, \
335 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \
354 #define ICV_DEF_SUM_ALL( name, flavor, __op__, arrtype, sumtype_final, sumtype, \
356 ICV_DEF_SUM_##hintp_type##_FUNC_2D( name, flavor, 1, __op__, arrtype, \
358 ICV_DEF_SUM_##hintp_type##_FUNC_2D( name, flavor, 2, __op__, arrtype, \
360 ICV_DEF_SUM_##hintp_type##_FUNC_2D( name, flavor, 3, __op__, arrtype, \
362 ICV_DEF_SUM_##hintp_type##_FUNC_2D( name, flavor, 4, __op__, arrtype, \
364 ICV_DEF_SUM_##nohint_type##_FUNC_2D_COI( name, flavor, __op__, arrtype, \
554 #define ICV_DEF_NONZERO_ALL( flavor, __op__, arrtype ) \
555 ICV_DEF_SUM_NOHINT_FUNC_2D( CountNonZero, flavor, 1, __op__, \
557 ICV_DEF_SUM_NOHINT_FUNC_2D_COI( CountNonZero, flavor, __op__, \
682 #define ICV_ACC_ROWS_FUNC( name, flavor, arrtype, acctype, \
685 icv##name##Rows_##flavor##_C1R( const arrtype* src, int srcstep,\
724 #define ICV_ACC_COLS_FUNC_C1( name, flavor, arrtype, worktype, acctype, __op__ )\
726 icv##name##Cols_##flavor##_C1R( const arrtype* src, int srcstep, \
764 #define ICV_ACC_COLS_FUNC_C3( name, flavor, arrtype, worktype, acctype, __op__ ) \
766 icv##name##Cols_##flavor##_C3R( const arrtype* src, int srcstep, \
793 #define ICV_ACC_COLS_FUNC_C4( name, flavor, arrtype, worktype, acctype, __op__ ) \
795 icv##name##Cols_##flavor##_C4R( const arrtype* src, int srcstep, \