Commit 94b9c23d authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

revert removal of WMC_TOOL_SKIP from FastConv/Parambin files

parent e0ce8dd8
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@
/* clang-format off */
#define WMC_TOOL_SKIP
#ifdef DEBUGGING
/*
 * Generated on 29-Jul-2024 with Matlab version 9.9.0.2037887 (R2020b) Update 8 by tmu on MACI64
@@ -47512,4 +47514,6 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = {
    +0.016357f, +0.042725f, +0.077393f, +0.066162f, +0.041992f, +0.020020f, +0.007812f, +0.002930f, +0.000977f, +0.000244f
};
#undef WMC_TOOL_SKIP
/* clang-format on */
+3 −2
Original line number Diff line number Diff line
@@ -167,7 +167,8 @@ if writeRomFileOutput == true
    '#include "cnst.h"', ...
    '#include "ivas_cnst.h"', ...
    '#include "wmc_auto.h"', ...
    '/* clang-format off */');
    '/* clang-format off */', ...
    '#define WMC_TOOL_SKIP');
    
    fclose(fp);
end
@@ -185,7 +186,7 @@ if writeRomFileOutput == true
    
    fp = fopen(rom_file,'at');
    
    fprintf(fp,"\n%s\n", '/* clang-format on */');
    fprintf(fp,"\n%s\n\n%s\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */');
    
    fclose(fp);
end