// Copyright (c) 2012-2017 VideoStitch SAS
// Copyright (c) 2018 stitchEm

// don't have too many kernel definitions (recursive macros!) in a single file
// or the GPU compiler runs out of heap or randomly dies (both AMD OpenCL and Nvidia CUDA)

WARPCOORD_OUTPUT_TO_INPUT_KERNEL2(noopDistortionTransform, distortionScaled)
WARPCOORD_OUTPUT_TO_INPUT_KERNEL2(distortionScaled, noopDistortionTransform)