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__conv__fast__opt__q15_8c.html | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html (limited to 'Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html') diff --git a/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html b/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html new file mode 100644 index 0000000..8481a46 --- /dev/null +++ b/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html @@ -0,0 +1,138 @@ + + + + + +arm_conv_fast_opt_q15.c File Reference +CMSIS-DSP: arm_conv_fast_opt_q15.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_conv_fast_opt_q15.c File Reference
+
+
+ + + + + +

+Functions

void arm_conv_fast_opt_q15 (q15_t *pSrcA, uint32_t srcALen, q15_t *pSrcB, uint32_t srcBLen, q15_t *pDst, q15_t *pScratch1, q15_t *pScratch2)
 Convolution of Q15 sequences (fast version) for Cortex-M3 and Cortex-M4.
 
+
+
+ + + + -- cgit