From 18b739eda53578c37cb1fb129b4cfa2ba04e6268 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 13 Feb 2019 16:34:56 +0000 Subject: COMPMID-1996: Update documenation for doxgen 1.8.15 Change-Id: I763edb3dabf401459dbbf2512e415a6e1e258bfc Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/681 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- src/core/CL/cl_kernels/convolution3x3.cl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/CL/cl_kernels/convolution3x3.cl') diff --git a/src/core/CL/cl_kernels/convolution3x3.cl b/src/core/CL/cl_kernels/convolution3x3.cl index 8c75ecddb2..625c6c46ad 100644 --- a/src/core/CL/cl_kernels/convolution3x3.cl +++ b/src/core/CL/cl_kernels/convolution3x3.cl @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017 ARM Limited. + * Copyright (c) 2016-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -72,7 +72,6 @@ inline VEC_DATA_TYPE(DATA_TYPE, 8) convolution1x3(__global const uchar *left_pix * @param[in] mat4 Coefficient from the convolution matrix * @param[in] mat5 Coefficient from the convolution matrix * @param[in] mat6 Coefficient from the convolution matrix - * @param[in] mat0 Coefficient from the convolution matrix * @param[in] mat7 Coefficient from the convolution matrix * @param[in] mat8 Coefficient from the convolution matrix * @param[in] scale Convolution matrix scale (Sum of the coefficients, or 1 if the sum is 0) -- cgit v1.2.1