Searched refs:xmap_row (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/perf/opencl/
H A Dperf_imgwarp.cpp194 float * const xmap_row = _xmap.ptr<float>(i); local
199 xmap_row[j] = (j - srcSize.width * 0.5f) * 0.75f + srcSize.width * 0.5f;
/external/opencv3/samples/gpu/performance/
H A Dtests.cpp107 float* xmap_row = xmap.ptr<float>(i); local
111 xmap_row[j] = (j - size * 0.5f) * 0.75f + size * 0.5f;

Completed in 701 milliseconds