resizeArea       1619 modules/imgproc/test/test_imgwarp.cpp             resizeArea<uchar, ushort, 2, IntCast<uchar, ushort> >(src, dst_reference);
resizeArea       1621 modules/imgproc/test/test_imgwarp.cpp             resizeArea<ushort, uint, 2, IntCast<ushort, uint> >(src, dst_reference);
resizeArea       1623 modules/imgproc/test/test_imgwarp.cpp             resizeArea<short, int, 2, IntCast<short, int> >(src, dst_reference);
resizeArea       1625 modules/imgproc/test/test_imgwarp.cpp             resizeArea<float, float, 0, FltCast<float, float> >(src, dst_reference);