From 681c8748960622f8d4f26cddc61bb56a8cd954e8 Mon Sep 17 00:00:00 2001 From: ARM IT Date: Fri, 10 Nov 2017 18:14:29 +0100 Subject: [PATCH] Comment in DCT4 allowed length https://github.com/ARM-software/CMSIS_5/issues/232 --- Source/TransformFunctions/arm_dct4_f32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/TransformFunctions/arm_dct4_f32.c b/Source/TransformFunctions/arm_dct4_f32.c index df78ed83..231c79a3 100644 --- a/Source/TransformFunctions/arm_dct4_f32.c +++ b/Source/TransformFunctions/arm_dct4_f32.c @@ -72,7 +72,7 @@ * Note that the implementation of Inverse DCT4 and DCT4 is same, hence same process function can be used for both. * * \par Lengths supported by the transform: - * As DCT4 internally uses Real FFT, it supports all the lengths supported by arm_rfft_f32(). + * As DCT4 internally uses Real FFT, it supports all the lengths 128, 512, 2048 and 8192. * The library provides separate functions for Q15, Q31, and floating-point data types. * \par Instance Structure * The instances for Real FFT and FFT, cosine values table and twiddle factor table are stored in an instance data structure.