Home
last modified time | relevance | path

Searched refs:d_xmap (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp123 const cv::cuda::GpuMat d_xmap(xmap); in PERF_TEST_P() local
127 TEST_CYCLE() cv::cuda::remap(d_src, dst, d_xmap, d_ymap, interpolation, borderMode); in PERF_TEST_P()
/external/opencv3/samples/gpu/performance/
Dtests.cpp92 cuda::GpuMat d_src, d_dst, d_xmap, d_ymap; in TEST() local
123 d_xmap.upload(xmap); in TEST()
126 cuda::remap(d_src, d_dst, d_xmap, d_ymap, interpolation, borderMode); in TEST()
129 cuda::remap(d_src, d_dst, d_xmap, d_ymap, interpolation, borderMode); in TEST()