Lines Matching refs:dst
63 (dst)[i] = cast_macro( t0 ); \
64 (dst)[i+1] = cast_macro( t1 ); \
69 (dst)[i+2] = cast_macro( t0 ); \
70 (dst)[i+3] = cast_macro( t1 ); \
76 (dst)[i] = cast_macro( t0 ); \
83 type* dst, int step, CvSize size ), \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
93 (dst)[0] = cast_macro( t0 ); \
98 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 type* dst, int step, CvSize size, int /*scalefactor*/ ), \
113 (src1, step1, src2, step2, dst, step, size, 0) ) \
115 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
119 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
122 (dst)[0] = cast_macro( t0 ); \
127 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
139 src, scalar, dst, len ) \
143 for( ; ((len) -= 12) >= 0; (dst) += 12, (src) += 12 ) \
148 (dst)[0] = cast_macro( t0 ); \
149 (dst)[1] = cast_macro( t1 ); \
154 (dst)[2] = cast_macro( t0 ); \
155 (dst)[3] = cast_macro( t1 ); \
160 (dst)[4] = cast_macro( t0 ); \
161 (dst)[5] = cast_macro( t1 ); \
166 (dst)[6] = cast_macro( t0 ); \
167 (dst)[7] = cast_macro( t1 ); \
172 (dst)[8] = cast_macro( t0 ); \
173 (dst)[9] = cast_macro( t1 ); \
178 (dst)[10] = cast_macro( t0 ); \
179 (dst)[11] = cast_macro( t1 ); \
185 (dst)[i] = cast_macro( t0 ); \
192 ( const type* src, int step1, type* dst, int step, \
195 step1 /= sizeof(src[0]); step /= sizeof(dst[0]); \
199 for( ; size.height--; src += step1, dst += step ) \
202 *(dst) = cast_macro( t0 ); \
207 for( ; size.height--; src += step1, dst += step ) \
210 type *tdst = dst; \
287 CvMat dststub, *dst = (CvMat*)dstarr;
299 if( !CV_IS_MAT(src1) || !CV_IS_MAT(src2) || !CV_IS_MAT(dst))
301 if( CV_IS_MATND(src1) || CV_IS_MATND(src2) || CV_IS_MATND(dst))
303 CvArr* arrs[] = { src1, src2, dst };
361 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
367 if( !CV_ARE_TYPES_EQ( src1, src2 ) || !CV_ARE_TYPES_EQ( src1, dst ))
370 if( !CV_ARE_SIZES_EQ( src1, src2 ) || !CV_ARE_SIZES_EQ( src1, dst ))
380 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
390 float* dstdata = (float*)(dst->data.ptr);
405 double* dstdata = (double*)(dst->data.ptr);
421 tdst = dst;
433 if( !CV_ARE_SIZES_EQ( mask, dst ))
436 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type );
482 dst_step = dst->step;
511 IPPI_CALL( copym_func( tdst->data.ptr, tdst_step, dst->data.ptr + y*dst->step,
538 CvMat dststub, *dst = (CvMat*)dstarr;
565 if( !CV_IS_MAT(dst) )
567 if( CV_IS_MATND(dst) )
571 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
579 CvArr* arrs[] = { src, dst };
610 if( !CV_ARE_TYPES_EQ( src, dst ))
613 if( !CV_ARE_SIZES_EQ( src, dst ))
626 if( CV_IS_MAT_CONT( src->type & dst->type ))
635 float* dstdata = (float*)(dst->data.ptr);
649 double* dstdata = (double*)(dst->data.ptr);
665 tdst = dst;
677 if( !CV_ARE_SIZES_EQ( mask, dst ))
680 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type );
708 dst_step = dst->step;
732 IPPI_CALL( copym_func( tdst->data.ptr, tdst_step, dst->data.ptr + y*dst->step,
763 CvMat dststub, *dst = (CvMat*)dstarr;
771 if( !CV_IS_MAT(src1) || !CV_IS_MAT(src2) || !CV_IS_MAT(dst))
773 if( CV_IS_MATND(src1) || CV_IS_MATND(src2) || CV_IS_MATND(dst))
775 CvArr* arrs[] = { src1, src2, dst };
833 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
839 if( !CV_ARE_TYPES_EQ( src1, src2 ) || !CV_ARE_TYPES_EQ( src1, dst ))
842 if( !CV_ARE_SIZES_EQ( src1, src2 ) || !CV_ARE_SIZES_EQ( src1, dst ))
852 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
862 float* dstdata = (float*)(dst->data.ptr);
877 double* dstdata = (double*)(dst->data.ptr);
893 tdst = dst;
905 if( !CV_ARE_SIZES_EQ( mask, dst ))
908 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type );
954 dst_step = dst->step;
983 IPPI_CALL( copym_func( tdst->data.ptr, tdst_step, dst->data.ptr + y*dst->step,
1010 CvMat dststub, *dst = (CvMat*)dstarr;
1037 if( !CV_IS_MAT(dst) )
1039 if( CV_IS_MATND(dst) )
1043 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1051 CvArr* arrs[] = { src, dst };
1082 if( !CV_ARE_TYPES_EQ( src, dst ))
1085 if( !CV_ARE_SIZES_EQ( src, dst ))
1098 if( CV_IS_MAT_CONT( src->type & dst->type ))
1107 float* dstdata = (float*)(dst->data.ptr);
1121 double* dstdata = (double*)(dst->data.ptr);
1137 tdst = dst;
1149 if( !CV_ARE_SIZES_EQ( mask, dst ))
1152 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type );
1180 dst_step = dst->step;
1204 IPPI_CALL( copym_func( tdst->data.ptr, tdst_step, dst->data.ptr + y*dst->step,
1223 arrtype* dst, int step, \
1226 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); step /= sizeof(dst[0]); \
1230 for( ; size.height--; src1+=step1, src2+=step2, dst+=step ) \
1238 dst[i] = _cast_macro2_(t0); \
1239 dst[i+1] = _cast_macro2_(t1); \
1244 dst[i+2] = _cast_macro2_(t0); \
1245 dst[i+3] = _cast_macro2_(t1); \
1251 dst[i] = _cast_macro2_(t0); \
1257 for( ; size.height--; src1+=step1, src2+=step2, dst+=step ) \
1267 dst[i] = _cast_macro2_(t0); \
1268 dst[i+1] = _cast_macro2_(t1); \
1275 dst[i+2] = _cast_macro2_(t0); \
1276 dst[i+3] = _cast_macro2_(t1); \
1283 dst[i] = _cast_macro2_(t0); \
1305 void* dst, int step,
1323 CvMat dststub, *dst = (CvMat*)dstarr;
1357 if( !CV_IS_MAT(dst) )
1359 if( CV_IS_MATND(dst) )
1363 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1371 CvArr* arrs[] = { src1, src2, dst };
1395 if( !CV_ARE_TYPES_EQ( src1, src2 ) || !CV_ARE_TYPES_EQ( src1, dst ))
1398 if( !CV_ARE_SIZES_EQ( src1, src2 ) || !CV_ARE_SIZES_EQ( src1, dst ))
1407 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
1417 float* dstdata = (float*)(dst->data.ptr);
1433 double* dstdata = (double*)(dst->data.ptr);
1453 dst_step = dst->step;
1462 dst->data.ptr, dst_step, size, scale ));
1476 arrtype* dst, int step, \
1479 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); step /= sizeof(dst[0]); \
1481 for( ; size.height--; src1+=step1, src2+=step2, dst+=step ) \
1501 dst[i] = _cast_macro2_(z0); \
1502 dst[i+1] = _cast_macro2_(z1); \
1503 dst[i+2] = _cast_macro2_(z2); \
1504 dst[i+3] = _cast_macro2_(z3); \
1517 dst[i] = _cast_macro2_(z0); \
1518 dst[i+1] = _cast_macro2_(z1); \
1519 dst[i+2] = _cast_macro2_(z2); \
1520 dst[i+3] = _cast_macro2_(z3); \
1528 dst[i] = _cast_macro2_(z0); \
1542 arrtype* dst, int step, \
1545 step1 /= sizeof(src[0]); step /= sizeof(dst[0]); \
1547 for( ; size.height--; src+=step1, dst+=step ) \
1567 dst[i] = _cast_macro2_(z0); \
1568 dst[i+1] = _cast_macro2_(z1); \
1569 dst[i+2] = _cast_macro2_(z2); \
1570 dst[i+3] = _cast_macro2_(z3); \
1583 dst[i] = _cast_macro2_(z0); \
1584 dst[i+1] = _cast_macro2_(z1); \
1585 dst[i+2] = _cast_macro2_(z2); \
1586 dst[i+3] = _cast_macro2_(z3); \
1594 dst[i] = _cast_macro2_(z0); \
1651 void* dst, int step,
1671 CvMat dststub, *dst = (CvMat*)dstarr;
1715 if( !CV_IS_MAT(dst) )
1717 if( CV_IS_MATND(dst))
1721 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1729 CvArr* arrs[] = { dst, src2, src1 };
1772 if( !CV_ARE_TYPES_EQ( src2, dst ))
1775 if( !CV_ARE_SIZES_EQ( src2, dst ))
1782 if( CV_IS_MAT_CONT( src1_cont_flag & src2->type & dst->type ))
1792 dst_step = dst->step;
1803 dst->data.ptr, dst_step, size, scale ));
1813 dst->data.ptr, dst_step, size, scale ));
1826 double gamma, arrtype* dst, int step, CvSize size )\
1828 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); step /= sizeof(dst[0]); \
1830 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
1841 (dst)[i] = cast_macro2( t0 ); \
1842 (dst)[i+1] = cast_macro2( t1 ); \
1849 (dst)[i+2] = cast_macro2( t0 ); \
1850 (dst)[i+3] = cast_macro2( t1 ); \
1857 (dst)[i] = cast_macro2( t0 ); \
1871 double gamma, uchar* dst, int step, CvSize size )
1898 for( ; size.height--; src1 += step1, src2 += step2, dst += step )
1907 dst[i] = (uchar)t0;
1908 dst[i+1] = (uchar)t1;
1913 dst[i+2] = (uchar)t0;
1914 dst[i+3] = (uchar)t1;
1920 dst[i] = (uchar)t0;
1927 for( ; size.height--; src1 += step1, src2 += step2, dst += step )
1936 dst[i] = CV_CAST_8U( t0 );
1937 dst[i+1] = CV_CAST_8U( t1 );
1942 dst[i+2] = CV_CAST_8U( t0 );
1943 dst[i+3] = CV_CAST_8U( t1 );
1949 dst[i] = CV_CAST_8U( t0 );
1970 double gamma, void* dst,
1987 CvMat dst_stub, *dst = (CvMat*)dstarr;
2002 CV_CALL( dst = cvGetMat( dst, &dst_stub, &coi ));
2008 !CV_ARE_TYPES_EQ( srcA, dst ))
2013 !CV_ARE_SIZES_EQ( srcA, dst ))
2022 dst_step = dst->step;
2024 if( CV_IS_MAT_CONT( type & srcB->type & dst->type ))
2044 beta, gamma, dst->data.ptr, dst_step, size ));