From 6854d8d5493701ac4727eccadbf9248b34f9741b Mon Sep 17 00:00:00 2001 From: malenov Date: Mon, 20 Mar 2023 12:20:22 +0100 Subject: [PATCH 1/3] do not count DROM of ivas_rom_TdBinauralRenderer.c --- lib_rend/ivas_rom_TdBinauralRenderer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib_rend/ivas_rom_TdBinauralRenderer.c b/lib_rend/ivas_rom_TdBinauralRenderer.c index 70daa6dff9..4b56fb4883 100644 --- a/lib_rend/ivas_rom_TdBinauralRenderer.c +++ b/lib_rend/ivas_rom_TdBinauralRenderer.c @@ -41,6 +41,7 @@ #include "ivas_cnst.h" #include "wmc_auto.h" +#define WMC_TOOL_SKIP /*------------------------------------------------------------------------- * TD Binaural rendering related ROM tables @@ -12456,4 +12457,6 @@ const uint32_t orange53_rom_ITD_elevBsShape[28] = { 0x3ebda12f,0x3f12f685,0x3f2aaaab, }; +#undef WMC_TOOL_SKIP + /* clang-format on */ -- GitLab From 319b2a0d7c3fea7b472103534066b7991c3ead84 Mon Sep 17 00:00:00 2001 From: malenov Date: Mon, 20 Mar 2023 12:43:18 +0100 Subject: [PATCH 2/3] do not count data ROM of ivas_rom_binauralRenderer.c --- lib_rend/ivas_rom_binauralRenderer.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib_rend/ivas_rom_binauralRenderer.c b/lib_rend/ivas_rom_binauralRenderer.c index 763777ad28..9708bac83a 100644 --- a/lib_rend/ivas_rom_binauralRenderer.c +++ b/lib_rend/ivas_rom_binauralRenderer.c @@ -41,6 +41,8 @@ /* clang-format off */ +#define WMC_TOOL_SKIP + /*------------------------------------------------------------------------- * Binaural rendering related ROM tables *------------------------------------------------------------------------*/ @@ -44077,4 +44079,6 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = 0.016350f, 0.042709f, 0.077337f, 0.066238f, 0.042046f, 0.020017f, 0.007896f, 0.002947f, 0.000932f, 0.000152f }; +#undef WMC_TOOL_SKIP + /* clang-format on */ -- GitLab From 4d437be201a367701673c85744146df4e02cfb6c Mon Sep 17 00:00:00 2001 From: malenov Date: Tue, 21 Mar 2023 12:30:57 +0100 Subject: [PATCH 3/3] do not count data ROM of ivas_rom_binaural_crend_head.c --- lib_rend/ivas_rom_binaural_crend_head.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib_rend/ivas_rom_binaural_crend_head.c b/lib_rend/ivas_rom_binaural_crend_head.c index a57d780378..56a9a9ef53 100644 --- a/lib_rend/ivas_rom_binaural_crend_head.c +++ b/lib_rend/ivas_rom_binaural_crend_head.c @@ -47,6 +47,7 @@ #include "cnst.h" #include "ivas_cnst.h" +#define WMC_TOOL_SKIP /********************** CRendBin_Combined_HRIR **********************/ #ifdef FIX_BINAURAL_DELAY_PRECISION @@ -6923,3 +6924,4 @@ const float CRendBin_Combined_BRIR_coeff_diffuse_im_16kHz[BINAURAL_CHANNELS][252 0.050578f, 0.012222f, 0.020049f, -0.020057f, -0.032135f, -0.002553f, -0.037541f, -0.023567f, -0.008392f, -0.012215f, 0.001644f, -0.001142f, 0.000540f, 0.001404f, -0.027979f, -0.022362f, -0.012091f, -0.022963f, 0.009075f, 0.010977f, -0.007069f, -0.000183f, -0.022228f, -0.001348f, 0.006548f, -0.003034f} }; +#undef WMC_TOOL_SKIP -- GitLab