From 21efeb4491feab09dc246f4da0023d7ca79b1d32 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 4 Jul 2017 12:47:17 +0100 Subject: COMPMID-417: DepthConvert NEON for QS8/QS16. Change-Id: Ieb120bccf146045b3a0001ceb3893d4e67fd19df Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79763 Tested-by: Kaizen Reviewed-by: Steven Niu --- arm_compute/core/FixedPoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/FixedPoint.h') diff --git a/arm_compute/core/FixedPoint.h b/arm_compute/core/FixedPoint.h index da304c6329..5eb4c55c41 100644 --- a/arm_compute/core/FixedPoint.h +++ b/arm_compute/core/FixedPoint.h @@ -296,7 +296,7 @@ float scvt_f32_qs8(qint8_t a, int fixed_point_position); * * @return The result of the conversion float -> 8 bit fixed point */ -qint8_t scvt_qs8_f32(float a, int fixed_point_position); +qint8_t sqcvt_qs8_f32(float a, int fixed_point_position); /** Convert a 16 bit fixed point to float * @@ -314,7 +314,7 @@ float scvt_f32_qs16(qint16_t a, int fixed_point_position); * * @return The result of the conversion float -> 16 bit fixed point */ -qint16_t scvt_qs16_f32(float a, int fixed_point_position); +qint16_t sqcvt_qs16_f32(float a, int fixed_point_position); /** Scalar saturating move and narrow. * -- cgit v1.2.1