From f15554310ef16668ec5d2c0721507353945bbd12 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 14 Dec 2020 11:06:41 +0100 Subject: [PATCH] Move hiir --- src/external/hiir/{ => hiir}/Downsampler2xFpu.h | 0 src/external/hiir/{ => hiir}/Downsampler2xFpu.hpp | 0 src/external/hiir/{ => hiir}/Downsampler2xNeon.h | 0 src/external/hiir/{ => hiir}/Downsampler2xNeon.hpp | 0 src/external/hiir/{ => hiir}/Downsampler2xSse.h | 0 src/external/hiir/{ => hiir}/Downsampler2xSse.hpp | 0 src/external/hiir/{ => hiir}/StageDataNeon.h | 0 src/external/hiir/{ => hiir}/StageDataSse.h | 0 src/external/hiir/{ => hiir}/StageProcFpu.h | 0 src/external/hiir/{ => hiir}/StageProcFpu.hpp | 0 src/external/hiir/{ => hiir}/StageProcNeon.h | 0 src/external/hiir/{ => hiir}/StageProcNeon.hpp | 0 src/external/hiir/{ => hiir}/StageProcSse.h | 0 src/external/hiir/{ => hiir}/StageProcSse.hpp | 0 src/external/hiir/{ => hiir}/Upsampler2xFpu.h | 0 src/external/hiir/{ => hiir}/Upsampler2xFpu.hpp | 0 src/external/hiir/{ => hiir}/Upsampler2xNeon.h | 0 src/external/hiir/{ => hiir}/Upsampler2xNeon.hpp | 0 src/external/hiir/{ => hiir}/Upsampler2xSse.h | 0 src/external/hiir/{ => hiir}/Upsampler2xSse.hpp | 0 src/external/hiir/{ => hiir}/def.h | 0 src/external/hiir/{ => hiir}/fnc.h | 0 src/external/hiir/{ => hiir}/fnc.hpp | 0 src/external/hiir/license.txt | 13 +++++++++++++ 24 files changed, 13 insertions(+) rename src/external/hiir/{ => hiir}/Downsampler2xFpu.h (100%) rename src/external/hiir/{ => hiir}/Downsampler2xFpu.hpp (100%) rename src/external/hiir/{ => hiir}/Downsampler2xNeon.h (100%) rename src/external/hiir/{ => hiir}/Downsampler2xNeon.hpp (100%) rename src/external/hiir/{ => hiir}/Downsampler2xSse.h (100%) rename src/external/hiir/{ => hiir}/Downsampler2xSse.hpp (100%) rename src/external/hiir/{ => hiir}/StageDataNeon.h (100%) rename src/external/hiir/{ => hiir}/StageDataSse.h (100%) rename src/external/hiir/{ => hiir}/StageProcFpu.h (100%) rename src/external/hiir/{ => hiir}/StageProcFpu.hpp (100%) rename src/external/hiir/{ => hiir}/StageProcNeon.h (100%) rename src/external/hiir/{ => hiir}/StageProcNeon.hpp (100%) rename src/external/hiir/{ => hiir}/StageProcSse.h (100%) rename src/external/hiir/{ => hiir}/StageProcSse.hpp (100%) rename src/external/hiir/{ => hiir}/Upsampler2xFpu.h (100%) rename src/external/hiir/{ => hiir}/Upsampler2xFpu.hpp (100%) rename src/external/hiir/{ => hiir}/Upsampler2xNeon.h (100%) rename src/external/hiir/{ => hiir}/Upsampler2xNeon.hpp (100%) rename src/external/hiir/{ => hiir}/Upsampler2xSse.h (100%) rename src/external/hiir/{ => hiir}/Upsampler2xSse.hpp (100%) rename src/external/hiir/{ => hiir}/def.h (100%) rename src/external/hiir/{ => hiir}/fnc.h (100%) rename src/external/hiir/{ => hiir}/fnc.hpp (100%) create mode 100644 src/external/hiir/license.txt diff --git a/src/external/hiir/Downsampler2xFpu.h b/src/external/hiir/hiir/Downsampler2xFpu.h similarity index 100% rename from src/external/hiir/Downsampler2xFpu.h rename to src/external/hiir/hiir/Downsampler2xFpu.h diff --git a/src/external/hiir/Downsampler2xFpu.hpp b/src/external/hiir/hiir/Downsampler2xFpu.hpp similarity index 100% rename from src/external/hiir/Downsampler2xFpu.hpp rename to src/external/hiir/hiir/Downsampler2xFpu.hpp diff --git a/src/external/hiir/Downsampler2xNeon.h b/src/external/hiir/hiir/Downsampler2xNeon.h similarity index 100% rename from src/external/hiir/Downsampler2xNeon.h rename to src/external/hiir/hiir/Downsampler2xNeon.h diff --git a/src/external/hiir/Downsampler2xNeon.hpp b/src/external/hiir/hiir/Downsampler2xNeon.hpp similarity index 100% rename from src/external/hiir/Downsampler2xNeon.hpp rename to src/external/hiir/hiir/Downsampler2xNeon.hpp diff --git a/src/external/hiir/Downsampler2xSse.h b/src/external/hiir/hiir/Downsampler2xSse.h similarity index 100% rename from src/external/hiir/Downsampler2xSse.h rename to src/external/hiir/hiir/Downsampler2xSse.h diff --git a/src/external/hiir/Downsampler2xSse.hpp b/src/external/hiir/hiir/Downsampler2xSse.hpp similarity index 100% rename from src/external/hiir/Downsampler2xSse.hpp rename to src/external/hiir/hiir/Downsampler2xSse.hpp diff --git a/src/external/hiir/StageDataNeon.h b/src/external/hiir/hiir/StageDataNeon.h similarity index 100% rename from src/external/hiir/StageDataNeon.h rename to src/external/hiir/hiir/StageDataNeon.h diff --git a/src/external/hiir/StageDataSse.h b/src/external/hiir/hiir/StageDataSse.h similarity index 100% rename from src/external/hiir/StageDataSse.h rename to src/external/hiir/hiir/StageDataSse.h diff --git a/src/external/hiir/StageProcFpu.h b/src/external/hiir/hiir/StageProcFpu.h similarity index 100% rename from src/external/hiir/StageProcFpu.h rename to src/external/hiir/hiir/StageProcFpu.h diff --git a/src/external/hiir/StageProcFpu.hpp b/src/external/hiir/hiir/StageProcFpu.hpp similarity index 100% rename from src/external/hiir/StageProcFpu.hpp rename to src/external/hiir/hiir/StageProcFpu.hpp diff --git a/src/external/hiir/StageProcNeon.h b/src/external/hiir/hiir/StageProcNeon.h similarity index 100% rename from src/external/hiir/StageProcNeon.h rename to src/external/hiir/hiir/StageProcNeon.h diff --git a/src/external/hiir/StageProcNeon.hpp b/src/external/hiir/hiir/StageProcNeon.hpp similarity index 100% rename from src/external/hiir/StageProcNeon.hpp rename to src/external/hiir/hiir/StageProcNeon.hpp diff --git a/src/external/hiir/StageProcSse.h b/src/external/hiir/hiir/StageProcSse.h similarity index 100% rename from src/external/hiir/StageProcSse.h rename to src/external/hiir/hiir/StageProcSse.h diff --git a/src/external/hiir/StageProcSse.hpp b/src/external/hiir/hiir/StageProcSse.hpp similarity index 100% rename from src/external/hiir/StageProcSse.hpp rename to src/external/hiir/hiir/StageProcSse.hpp diff --git a/src/external/hiir/Upsampler2xFpu.h b/src/external/hiir/hiir/Upsampler2xFpu.h similarity index 100% rename from src/external/hiir/Upsampler2xFpu.h rename to src/external/hiir/hiir/Upsampler2xFpu.h diff --git a/src/external/hiir/Upsampler2xFpu.hpp b/src/external/hiir/hiir/Upsampler2xFpu.hpp similarity index 100% rename from src/external/hiir/Upsampler2xFpu.hpp rename to src/external/hiir/hiir/Upsampler2xFpu.hpp diff --git a/src/external/hiir/Upsampler2xNeon.h b/src/external/hiir/hiir/Upsampler2xNeon.h similarity index 100% rename from src/external/hiir/Upsampler2xNeon.h rename to src/external/hiir/hiir/Upsampler2xNeon.h diff --git a/src/external/hiir/Upsampler2xNeon.hpp b/src/external/hiir/hiir/Upsampler2xNeon.hpp similarity index 100% rename from src/external/hiir/Upsampler2xNeon.hpp rename to src/external/hiir/hiir/Upsampler2xNeon.hpp diff --git a/src/external/hiir/Upsampler2xSse.h b/src/external/hiir/hiir/Upsampler2xSse.h similarity index 100% rename from src/external/hiir/Upsampler2xSse.h rename to src/external/hiir/hiir/Upsampler2xSse.h diff --git a/src/external/hiir/Upsampler2xSse.hpp b/src/external/hiir/hiir/Upsampler2xSse.hpp similarity index 100% rename from src/external/hiir/Upsampler2xSse.hpp rename to src/external/hiir/hiir/Upsampler2xSse.hpp diff --git a/src/external/hiir/def.h b/src/external/hiir/hiir/def.h similarity index 100% rename from src/external/hiir/def.h rename to src/external/hiir/hiir/def.h diff --git a/src/external/hiir/fnc.h b/src/external/hiir/hiir/fnc.h similarity index 100% rename from src/external/hiir/fnc.h rename to src/external/hiir/hiir/fnc.h diff --git a/src/external/hiir/fnc.hpp b/src/external/hiir/hiir/fnc.hpp similarity index 100% rename from src/external/hiir/fnc.hpp rename to src/external/hiir/hiir/fnc.hpp diff --git a/src/external/hiir/license.txt b/src/external/hiir/license.txt new file mode 100644 index 00000000..1c93089b --- /dev/null +++ b/src/external/hiir/license.txt @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO.