Home | History | Annotate | Download | only in src

Lines Matching refs:srctype

48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \
87 srctype, temptype, extrtype ) \
89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \
93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \
105 srctype, temptype, extrtype ) \
107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \
113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \
124 #define ICV_DEF_MINMAXLOC_ALL_INT( flavor, srctype, \
127 srctype, int, extrtype ) \
129 flavor, srctype, int, extrtype )
145 #define ICV_DEF_MINMAXLOC_ALL_FLT( flavor, srctype, _toggle_, \
149 srctype, srctype, extrtype ) \
151 srctype, srctype, extrtype )
165 #define CV_MINMAXLOC_MASK_ENTRY( _toggle_, srctype, temptype, cn ) \
214 srctype, temptype, extrtype ) \
216 icvMinMaxIndx_##flavor##_C1MR,( const srctype* src, int step, \
221 CV_MINMAXLOC_MASK_ENTRY( _toggle_, srctype, temptype, 1 ); \
234 flavor, srctype, temptype, extrtype ) \
236 icvMinMaxIndx_##flavor##_CnCMR( const srctype* src, int step, \
241 CV_MINMAXLOC_MASK_ENTRY( _toggle_, srctype, temptype, cn ); \
254 #define ICV_DEF_MINMAXLOC_MASK_ALL_INT( flavor, srctype, \
257 srctype, int, extrtype ) \
259 srctype, int, extrtype )
261 #define ICV_DEF_MINMAXLOC_MASK_ALL_FLT( flavor, srctype, _toggle_, \
264 srctype, srctype, extrtype ) \
266 srctype, srctype, extrtype )