Home | History | Annotate | Download | only in src

Lines Matching refs:dtype

3125     int stype, dtype;
3154 dtype = CV_MAT_TYPE( dst->type );
3163 if( src->data.ptr == dst->data.ptr || (stype == dtype &&
3179 stype == CV_8U && dtype == CV_32F ?
3182 stype == CV_8U && dtype == CV_64F ?
3185 stype == CV_16U && dtype == CV_32F ?
3188 stype == CV_16U && dtype == CV_64F ?
3191 stype == CV_16S && dtype == CV_32F ?
3194 stype == CV_16S && dtype == CV_64F ?
3197 stype == CV_32F && dtype == CV_32F ?
3200 stype == CV_32F && dtype == CV_64F ?
3203 stype == CV_64F && dtype == CV_64F ?