Lines Matching refs:dst
59 dst[x] = (uchar)-(_toggle_macro_(a2) <= a1 && \
74 dst[x] = (uchar)-f; \
92 dst[x] = (uchar)-f; \
114 dst[x] = (uchar)-f; \
124 uchar* dst, int step, CvSize size ) \
127 step3 /= sizeof(src3[0]); step /= sizeof(dst[0]); \
130 src3 += step3, dst += step ) \
144 dst[x] = (uchar)-(scalar[0] <= a1 && a1 < scalar[1]); \
155 dst[x] = (uchar)-f; \
168 dst[x] = (uchar)-f; \
183 dst[x] = (uchar)-f; \
191 uchar* dst, int step, CvSize size, \
194 step1 /= sizeof(src1[0]); step /= sizeof(dst[0]); \
196 for( ; size.height--; src1 += step1, dst += step ) \
238 uchar* dst, int dststep,
259 CvMat dststub, *dst = (CvMat*)dstarr;
290 if( !CV_IS_MAT(dst) )
292 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
301 if( !CV_IS_MASK_ARR( dst ))
306 !CV_ARE_SIZES_EQ( src1, dst ))
312 if( CV_IS_MAT_CONT( src1->type & src2->type & src3->type & dst->type ))
323 dst_step = dst->step;
335 src3->data.ptr, src3_step, dst->data.ptr, dst_step, size ));
356 CvMat dststub, *dst = (CvMat*)dstarr;
374 if( !CV_IS_MAT(dst) )
376 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
381 if( !CV_IS_MASK_ARR( dst ))
384 if( !CV_ARE_SIZES_EQ( src1, dst ))
393 if( CV_IS_MAT_CONT( src1->type & dst->type ))
402 dst_step = dst->step;
416 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr,
432 dst[x] = (uchar)-f0; \
433 dst[x+1] = (uchar)-f1; \
436 dst[x+2] = (uchar)-f0; \
437 dst[x+3] = (uchar)-f1; \
443 dst[x] = (uchar)-f0; \
452 uchar* dst, int step, CvSize size ) \
455 step /= sizeof(dst[0]); \
458 dst += step ) \
473 dst[x] = (uchar)-f0; \
474 dst[x+1] = (uchar)-f1; \
477 dst[x+2] = (uchar)-f0; \
478 dst[x+3] = (uchar)-f1; \
484 dst[x] = (uchar)-f0; \
492 uchar* dst, int step, \
496 step1 /= sizeof(src1[0]); step /= sizeof(dst[0]); \
498 for( ; size.height--; src1 += step1, dst += step ) \
569 CvMat dststub, *dst = (CvMat*)dstarr;
595 if( !CV_IS_MAT(dst) )
597 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
631 if( !CV_IS_MASK_ARR( dst ))
635 !CV_ARE_SIZES_EQ( src1, dst ))
641 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
651 dst_step = dst->step;
664 src2_step, dst->data.ptr, dst_step, size, ipp_cmp_op ));
669 src2_step, dst->data.s, dst_step, size, ipp_cmp_op ));
674 src2_step, dst->data.fl, dst_step, size, ipp_cmp_op ));
679 dst->data.ptr, dst_step, size ));
683 IPPI_CALL( icvNot_8u_C1R( dst->data.ptr, dst_step,
684 dst->data.ptr, dst_step, size ));
706 CvMat dststub, *dst = (CvMat*)dstarr;
725 if( !CV_IS_MAT(dst) )
727 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
754 if( !CV_IS_MASK_ARR( dst ))
760 if( !CV_ARE_SIZES_EQ( src1, dst ))
766 if( CV_IS_MAT_CONT( src1->type & dst->type ))
775 dst_step = dst->step;
794 memset( dst->data.ptr + y*dst_step, fillval, size.width );
805 dst->data.ptr, dst_step, size, ipp_cmp_op ));
810 dst->data.s, dst_step, size, ipp_cmp_op ));
815 dst->data.fl, dst_step, size, ipp_cmp_op ));
825 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr,
830 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr,
836 IPPI_CALL( icvNot_8u_C1R( dst->data.ptr, dst_step,
837 dst->data.ptr, dst_step, size ));
853 arrtype* dst, int step, CvSize size ) \
856 step /= sizeof(dst[0]); \
859 src2 += step2, dst += step ) \
870 dst[x] = (arrtype)_toggle_macro_(a0); \
871 dst[x+1] = (arrtype)_toggle_macro_(a1); \
878 dst[x+2] = (arrtype)_toggle_macro_(a0); \
879 dst[x+3] = (arrtype)_toggle_macro_(a1); \
887 dst[x] = (arrtype)_toggle_macro_(a0); \
899 arrtype* dst, int step, \
903 step1 /= sizeof(src1[0]); step /= sizeof(dst[0]); \
905 for( ; size.height--; src1 += step1, dst += step ) \
914 dst[x] = (arrtype)_toggle_macro_(a0); \
915 dst[x+1] = (arrtype)_toggle_macro_(a1); \
920 dst[x+2] = (arrtype)_toggle_macro_(a0); \
921 dst[x+3] = (arrtype)_toggle_macro_(a1); \
928 dst[x] = (arrtype)_toggle_macro_(a0); \
977 CvMat dststub, *dst = (CvMat*)dstarr;
1002 if( !CV_IS_MAT(dst) )
1004 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1010 !CV_ARE_TYPES_EQ( src1, dst ))
1017 !CV_ARE_SIZES_EQ( src1, dst ))
1023 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
1033 dst_step = dst->step;
1042 dst->data.ptr, dst_step, size ));
1077 CvMat dststub, *dst = (CvMat*)dstarr;
1102 if( !CV_IS_MAT(dst) )
1104 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1109 if( !CV_ARE_TYPES_EQ( src1, dst ))
1115 if( !CV_ARE_SIZES_EQ( src1, dst ))
1139 if( CV_IS_MAT_CONT( src1->type & dst->type ))
1148 dst_step = dst->step;
1160 IPPI_CALL( icvThreshold_LT_8u_C1R_p( src1->data.ptr, src1_step, dst->data.ptr,
1166 IPPI_CALL( icvThreshold_LT_16s_C1R_p( src1->data.s, src1_step, dst->data.s,
1172 IPPI_CALL( icvThreshold_LT_32f_C1R_p( src1->data.fl, src1_step, dst->data.fl,
1181 IPPI_CALL( icvThreshold_GT_8u_C1R_p( src1->data.ptr, src1_step, dst->data.ptr,
1187 IPPI_CALL( icvThreshold_GT_16s_C1R_p( src1->data.s, src1_step, dst->data.s,
1193 IPPI_CALL( icvThreshold_GT_32f_C1R_p( src1->data.fl, src1_step, dst->data.fl,
1220 cvLUT( src1, dst, &_tab );
1224 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr,
1253 arrtype* dst, int step, CvSize size ), \
1254 (src1, step1, src2, step2, dst, step, size)) \
1257 step /= sizeof(dst[0]); \
1260 dst += step ) \
1272 dst[i] = cast_macro(t0); \
1273 dst[i+1] = cast_macro(t1); \
1281 dst[i+2] = cast_macro(t0); \
1282 dst[i+3] = cast_macro(t1); \
1289 dst[i] = cast_macro(t0); \
1309 arrtype* dst = dst0; \
1311 for( ; (len -= 12) >= 0; dst += 12, src += 12 ) \
1319 dst[0] = cast_macro( t0 ); \
1320 dst[1] = cast_macro( t1 ); \
1328 dst[2] = cast_macro( t0 ); \
1329 dst[3] = cast_macro( t1 ); \
1337 dst[4] = cast_macro( t0 ); \
1338 dst[5] = cast_macro( t1 ); \
1346 dst[6] = cast_macro( t0 ); \
1347 dst[7] = cast_macro( t1 ); \
1355 dst[8] = cast_macro( t0 ); \
1356 dst[9] = cast_macro( t1 ); \
1364 dst[10] = cast_macro( t0 ); \
1365 dst[11] = cast_macro( t1 ); \
1372 dst[i] = cast_macro( t0 ); \
1427 CvMat dststub, *dst = (CvMat*)dstarr;
1440 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
1451 if( !CV_ARE_SIZES_EQ( src1, dst ))
1457 if( !CV_ARE_TYPES_EQ( src1, dst ))
1464 dst_step = dst->step;
1466 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
1481 dst->data.ptr, dst_step, size ));
1501 CvMat dststub, *dst = (CvMat*)dstarr;
1513 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1518 if( !CV_ARE_TYPES_EQ(src, dst) )
1521 if( !CV_ARE_SIZES_EQ(src, dst) )
1532 dst_step = dst->step;
1534 if( CV_IS_MAT_CONT( src->type & dst->type ))
1550 IPPI_CALL( func( src->data.ptr, src_step, dst->data.ptr,