From f202e50a8b89f143f74c393e33e0154817bd3c1d Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 23 Nov 2017 18:02:04 +0000 Subject: COMPMID-556 Improved indentation and error handling in format_doxygen.py Change-Id: I6f51ffe6c324d9da500716b52c97c344f2a2a164 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/110486 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com Reviewed-by: Georgios Pinitas --- src/core/CL/cl_kernels/warp_perspective.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/CL/cl_kernels/warp_perspective.cl') diff --git a/src/core/CL/cl_kernels/warp_perspective.cl b/src/core/CL/cl_kernels/warp_perspective.cl index d955e427c4..6ffb7e4a00 100644 --- a/src/core/CL/cl_kernels/warp_perspective.cl +++ b/src/core/CL/cl_kernels/warp_perspective.cl @@ -62,7 +62,7 @@ inline const float8 apply_perspective_transform(const float2 coord, const float1 * x0 = M[1][1] * x + M[1][2] * y + M[1][3] * y0 = M[2][1] * x + M[2][2] * y + M[2][3] * z0 = M[3][1] * x + M[3][2] * y + M[3][3] - + * * output(x,y) = input(x0/z0,y0/z0) * * @attention The matrix coefficients need to be passed at compile time:\n -- cgit v1.2.1