Lines Matching refs:_src
122 static void test_threshold( const Mat& _src, Mat& _dst, in test_threshold() argument
126 int depth = _src.depth(), cn = _src.channels(); in test_threshold()
127 int width_n = _src.cols*cn, height = _src.rows; in test_threshold()
156 const uchar* src = _src.ptr<uchar>(i); in test_threshold()
163 const short* src = _src.ptr<short>(i); in test_threshold()
170 const float* src = _src.ptr<float>(i); in test_threshold()
182 const uchar* src = _src.ptr<uchar>(i); in test_threshold()
189 const short* src = _src.ptr<short>(i); in test_threshold()
196 const float* src = _src.ptr<float>(i); in test_threshold()
208 const uchar* src = _src.ptr<uchar>(i); in test_threshold()
218 const short* src = _src.ptr<short>(i); in test_threshold()
228 const float* src = _src.ptr<float>(i); in test_threshold()
243 const uchar* src = _src.ptr<uchar>(i); in test_threshold()
253 const short* src = _src.ptr<short>(i); in test_threshold()
263 const float* src = _src.ptr<float>(i); in test_threshold()
278 const uchar* src = _src.ptr<uchar>(i); in test_threshold()
288 const short* src = _src.ptr<short>(i); in test_threshold()
298 const float* src = _src.ptr<float>(i); in test_threshold()