From 7c3b92403958e8970e901fd15b2fc904e7996eee Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 21 Jun 2018 19:01:25 +0100 Subject: COMPMID-1308: Add and validate JPEG accessors Change-Id: I93d7345a795b26153600287346d672209dbb2622 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/137479 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- examples/cl_convolution.cpp | 3 ++- examples/cl_events.cpp | 3 ++- examples/gc_absdiff.cpp | 3 ++- examples/neon_cartoon_effect.cpp | 3 ++- examples/neon_convolution.cpp | 3 ++- examples/neon_scale.cpp | 3 ++- examples/neoncl_scale_median_gaussian.cpp | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) (limited to 'examples') diff --git a/examples/cl_convolution.cpp b/examples/cl_convolution.cpp index 24ad7c180e..8f3d7e3a30 100644 --- a/examples/cl_convolution.cpp +++ b/examples/cl_convolution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -28,6 +28,7 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/CLFunctions.h" #include "arm_compute/runtime/CL/CLScheduler.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; diff --git a/examples/cl_events.cpp b/examples/cl_events.cpp index ec02fc30f9..4a46df961c 100644 --- a/examples/cl_events.cpp +++ b/examples/cl_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -28,6 +28,7 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/CLFunctions.h" #include "arm_compute/runtime/CL/CLScheduler.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; diff --git a/examples/gc_absdiff.cpp b/examples/gc_absdiff.cpp index 32f946d421..1024dace26 100644 --- a/examples/gc_absdiff.cpp +++ b/examples/gc_absdiff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -29,6 +29,7 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/GLES_COMPUTE/GCFunctions.h" #include "arm_compute/runtime/GLES_COMPUTE/GCScheduler.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; diff --git a/examples/neon_cartoon_effect.cpp b/examples/neon_cartoon_effect.cpp index da8ce3f84f..e6e0f34154 100644 --- a/examples/neon_cartoon_effect.cpp +++ b/examples/neon_cartoon_effect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -25,6 +25,7 @@ #include "arm_compute/runtime/NEON/NEFunctions.h" #include "arm_compute/core/Types.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; diff --git a/examples/neon_convolution.cpp b/examples/neon_convolution.cpp index d51d2013f6..8efb932081 100644 --- a/examples/neon_convolution.cpp +++ b/examples/neon_convolution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -24,6 +24,7 @@ #include "arm_compute/runtime/NEON/NEFunctions.h" #include "arm_compute/core/Types.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; diff --git a/examples/neon_scale.cpp b/examples/neon_scale.cpp index bec277da43..252bfc9ae7 100644 --- a/examples/neon_scale.cpp +++ b/examples/neon_scale.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -24,6 +24,7 @@ #include "arm_compute/runtime/NEON/NEFunctions.h" #include "arm_compute/core/Types.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; diff --git a/examples/neoncl_scale_median_gaussian.cpp b/examples/neoncl_scale_median_gaussian.cpp index 084005fd1b..173575c061 100644 --- a/examples/neoncl_scale_median_gaussian.cpp +++ b/examples/neoncl_scale_median_gaussian.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -29,6 +29,7 @@ #include "arm_compute/runtime/CL/CLFunctions.h" #include "arm_compute/runtime/CL/CLScheduler.h" #include "arm_compute/runtime/NEON/NEFunctions.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; -- cgit v1.2.1