Home | History | Annotate | Download | only in src

Lines Matching refs:_dst

341 void CvANN_MLP::scale_input( const CvMat* _src, CvMat* _dst ) const
344 double* dst = _dst->data.db;
369 void CvANN_MLP::scale_output( const CvMat* _src, CvMat* _dst ) const
374 int step = _dst->step;
376 if( CV_MAT_TYPE( _dst->type ) == CV_32F )
378 float* dst = _dst->data.fl;
387 double* dst = _dst->data.db;