Lines Matching refs:dst
45 #define CV_COPY( dst, src, len, idx ) \
46 for( (idx) = 0; (idx) < (len); (idx)++) (dst)[idx] = (src)[idx]
48 #define CV_SET( dst, val, len, idx ) \
49 for( (idx) = 0; (idx) < (len); (idx)++) (dst)[idx] = (val)
52 void icvSepConvSmall3_32f( float* src, int src_step, float* dst, int dst_step,
56 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture );
59 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi );
80 uchar* dst, int dststep, CvSize dstroi,
88 int icvIPPSepFilter( const CvMat* src, CvMat* dst, const CvMat* kernelX,
105 uchar* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
108 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
111 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
115 uchar* dst, int dst_step, CvSize win_size, const float *matrix );
118 float* dst, int dst_step, CvSize win_size, const float *matrix );
121 float* dst, int dst_step, CvSize win_size, const float *matrix );