aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEColorConvertKernel.h
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2018-09-26 15:33:15 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:19 +0000
commit4284bfab4594d4babb23123001ef63db7bebeccb (patch)
tree2ec8c120cf74e1c4accb3f88e4df0664cf386779 /arm_compute/core/NEON/kernels/NEColorConvertKernel.h
parent7c9541ccd4c98d7e9a456ee67c3ceecce8531ffb (diff)
downloadComputeLibrary-4284bfab4594d4babb23123001ef63db7bebeccb.tar.gz
COMPMID-287: NEON colour convert to U8
Change-Id: I47033fa70881fd32b13266adb6ccbf10c202aabc Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/150344 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEColorConvertKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEColorConvertKernel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/NEColorConvertKernel.h b/arm_compute/core/NEON/kernels/NEColorConvertKernel.h
index 608172ccde..4f1ac973e7 100644
--- a/arm_compute/core/NEON/kernels/NEColorConvertKernel.h
+++ b/arm_compute/core/NEON/kernels/NEColorConvertKernel.h
@@ -57,7 +57,8 @@ public:
*
* @param[in] input Source tensor. Formats supported: RGBA8888/UYVY422/YUYV422/RGB888
* @param[out] output Destination tensor. Formats supported: RGB888 (if the formats of @p input are RGBA8888/UYVY422/YUYV422),
- * RGBA8888 (if the formats of @p input are UYVY422/YUYV422/RGB888/)
+ * RGBA8888 (if the formats of @p input are UYVY422/YUYV422/RGB888/),
+ * U8 (if the formats of @p input is RGB888)
*/
void configure(const ITensor *input, ITensor *output);
/** Set the input and output of the kernel