Lines Matching refs:params
91 static void icvErodeRectRow_8u( const uchar* src, uchar* dst, void* params );
92 static void icvErodeRectRow_16u( const ushort* src, ushort* dst, void* params );
93 static void icvErodeRectRow_32f( const int* src, int* dst, void* params );
94 static void icvDilateRectRow_8u( const uchar* src, uchar* dst, void* params );
95 static void icvDilateRectRow_16u( const ushort* src, ushort* dst, void* params );
96 static void icvDilateRectRow_32f( const int* src, int* dst, void* params );
99 int count, void* params );
101 int count, void* params );
103 int count, void* params );
105 int count, void* params );
107 int count, void* params );
109 int count, void* params );
112 int count, void* params );
114 int count, void* params );
116 int count, void* params );
118 int count, void* params );
120 int count, void* params );
122 int count, void* params );
465 arrtype* dst, void* params ) \
467 const CvMorphology* state = (const CvMorphology*)params;\
524 arrtype* dst, int dst_step, int count, void* params ) \
526 const CvMorphology* state = (const CvMorphology*)params;\
653 int dst_step, int count, void* params ) \
655 CvMorphology* state = (CvMorphology*)params; \