From 94f94260ace13688285fc8c62687079b26c18854 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 20 Dec 2020 15:18:02 +0100 Subject: Submodule-cache WIP --- .../inc/statistics_tests/statistics_test_data.h | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h (limited to 'fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h') diff --git a/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h b/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h deleted file mode 100644 index 3e1ee09..0000000 --- a/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h +++ /dev/null @@ -1,44 +0,0 @@ -#ifndef _STATISTICS_TEST_DATA_H_ -#define _STATISTICS_TEST_DATA_H_ - -/*--------------------------------------------------------------------------------*/ -/* Includes */ -/*--------------------------------------------------------------------------------*/ - -#include "arr_desc.h" -#include "arm_math.h" - -/*--------------------------------------------------------------------------------*/ -/* Macros and Defines */ -/*--------------------------------------------------------------------------------*/ -#define STATISTICS_MAX_INPUT_ELEMENTS 32 -#define STATISTICS_BIGGEST_INPUT_TYPE float32_t - -/*--------------------------------------------------------------------------------*/ -/* Declare Variables */ -/*--------------------------------------------------------------------------------*/ - -/* Input/Output Buffers */ -ARR_DESC_DECLARE(statistics_output_fut); -ARR_DESC_DECLARE(statistics_output_ref); -extern uint32_t statistics_idx_fut; -extern uint32_t statistics_idx_ref; - -extern STATISTICS_BIGGEST_INPUT_TYPE -statistics_output_f32_ref[STATISTICS_MAX_INPUT_ELEMENTS]; - -extern STATISTICS_BIGGEST_INPUT_TYPE -statistics_output_f32_fut[STATISTICS_MAX_INPUT_ELEMENTS]; - - -/* Block Sizes */ -ARR_DESC_DECLARE(statistics_block_sizes); - -/* Float Inputs */ -ARR_DESC_DECLARE(statistics_zeros); -ARR_DESC_DECLARE(statistics_f_2); -ARR_DESC_DECLARE(statistics_f_15); -ARR_DESC_DECLARE(statistics_f_32); -ARR_DESC_DECLARE(statistics_f_all); - -#endif /* _STATISTICS_TEST_DATA_H_ */ -- cgit