Home | History | Annotate | Download | only in src

Lines Matching defs:src2

58              a2 = src2[x], a3 = src3[x];                        \
68 a2 = src2[x*2], a3 = src3[x*2]; \
71 a2 = src2[x*2+1]; \
82 a2 = src2[x*3], a3 = src3[x*3]; \
85 a2 = src2[x*3+1]; \
89 a2 = src2[x*3+2]; \
100 a2 = src2[x*4], a3 = src3[x*4]; \
103 a2 = src2[x*4+1]; \
107 a2 = src2[x*4+2]; \
111 a2 = src2[x*4+3]; \
122 const arrtype* src2, int step2, \
126 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
129 for( ; size.height--; src1 += step1, src2 += step2, \
257 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
276 if( !CV_IS_MAT(src2) )
278 CV_CALL( src2 = cvGetMat( src2, &srcstub2, &coi ));
297 if( !CV_ARE_TYPES_EQ( src1, src2 ) ||
304 if( !CV_ARE_SIZES_EQ( src1, src2 ) ||
312 if( CV_IS_MAT_CONT( src1->type & src2->type & src3->type & dst->type ))
321 src2_step = src2->step;
334 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
430 int f0 = __op__( _toggle_macro_(src1[x]), _toggle_macro_(src2[x])); \
431 int f1 = __op__( _toggle_macro_(src1[x+1]), _toggle_macro_(src2[x+1])); \
434 f0 = __op__( _toggle_macro_(src1[x+2]), _toggle_macro_(src2[x+2])); \
435 f1 = __op__( _toggle_macro_(src1[x+3]), _toggle_macro_(src2[x+3])); \
442 int f0 = __op__( _toggle_macro_(src1[x]), _toggle_macro_(src2[x])); \
451 const arrtype* src2, int step2, \
454 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
457 for( ; size.height--; src1 += step1, src2 += step2, \
568 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
588 if( !CV_IS_MAT(src2) )
590 CV_CALL( src2 = cvGetMat( src2, &srcstub2, &coi ));
608 CV_SWAP( src1, src2, temp );
612 CV_SWAP( src1, src2, temp );
625 if( !CV_ARE_TYPES_EQ( src1, src2 ) )
634 if( !CV_ARE_SIZES_EQ( src1, src2 ) ||
641 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
650 src2_step = src2->step;
663 IPPI_CALL( icvCompare_8u_C1R_p( src1->data.ptr, src1_step, src2->data.ptr,
668 IPPI_CALL( icvCompare_16s_C1R_p( src1->data.s, src1_step, src2->data.s,
673 IPPI_CALL( icvCompare_32f_C1R_p( src1->data.fl, src1_step, src2->data.fl,
678 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
852 const arrtype* src2, int step2, \
855 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
859 src2 += step2, dst += step ) \
865 worktype b0 = _toggle_macro_(src2[x]); \
867 worktype b1 = _toggle_macro_(src2[x+1]); \
873 b0 = _toggle_macro_(src2[x+2]); \
875 b1 = _toggle_macro_(src2[x+3]); \
885 worktype b0 = _toggle_macro_(src2[x]); \
976 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
995 if( !CV_IS_MAT(src2) )
997 CV_CALL( src2 = cvGetMat( src2, &srcstub2, &coi ));
1009 if( !CV_ARE_TYPES_EQ( src1, src2 ) ||
1016 if( !CV_ARE_SIZES_EQ( src1, src2 ) ||
1023 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
1032 src2_step = src2->step;
1041 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
1252 const arrtype* src2, int step2, \
1254 (src1, step1, src2, step2, dst, step, size)) \
1256 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
1259 for( ; size.height--; src1 += step1, src2 += step2, \
1266 temptype t0 = src1[i] - src2[i]; \
1267 temptype t1 = src1[i+1] - src2[i+1]; \
1275 t0 = src1[i+2] - src2[i+2]; \
1276 t1 = src1[i+3] - src2[i+3]; \
1287 temptype t0 = src1[i] - src2[i]; \
1426 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
1439 CV_CALL( src2 = cvGetMat( src2, &srcstub2, &coi2 ));
1445 if( !CV_ARE_SIZES_EQ( src1, src2 ) )
1454 if( !CV_ARE_TYPES_EQ( src1, src2 ))
1463 src2_step = src2->step;
1466 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
1480 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,