From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../DSP/html/arm__dct4__init__f32_8c.html | 158 +++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 Documentation/DSP/html/arm__dct4__init__f32_8c.html (limited to 'Documentation/DSP/html/arm__dct4__init__f32_8c.html') diff --git a/Documentation/DSP/html/arm__dct4__init__f32_8c.html b/Documentation/DSP/html/arm__dct4__init__f32_8c.html new file mode 100644 index 0000000..20483ad --- /dev/null +++ b/Documentation/DSP/html/arm__dct4__init__f32_8c.html @@ -0,0 +1,158 @@ + + + + + +arm_dct4_init_f32.c File Reference +CMSIS-DSP: arm_dct4_init_f32.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_dct4_init_f32.c File Reference
+
+
+ + + + + +

+Functions

arm_status arm_dct4_init_f32 (arm_dct4_instance_f32 *S, arm_rfft_instance_f32 *S_RFFT, arm_cfft_radix4_instance_f32 *S_CFFT, uint16_t N, uint16_t Nby2, float32_t normalize)
 Initialization function for the floating-point DCT4/IDCT4.
 
+ + + + + + + + + + + + + + + + + +

+Variables

static const float32_t Weights_128 [256]
 
static const float32_t Weights_512 [1024]
 
static const float32_t Weights_2048 [4096]
 
static const float32_t Weights_8192 [16384]
 
static const float32_t cos_factors_128 [128]
 
static const float32_t cos_factors_512 [512]
 
static const float32_t cos_factors_2048 [2048]
 
static const float32_t cos_factors_8192 [8192]
 
+
+
+ + + + -- cgit