resize_1d         356 modules/imgproc/test/test_imgwarp_strict.cpp     void resize_1d(const Mat& _src, Mat& _dst, int dy, const dim& _dim);
resize_1d         606 modules/imgproc/test/test_imgwarp_strict.cpp         resize_1d(src, tmp, dy, dims[0]);
resize_1d         612 modules/imgproc/test/test_imgwarp_strict.cpp         resize_1d(tmp, reference_dst, dy, dims[1]);