Commit d6a9befd authored by emerit's avatar emerit
Browse files

fix scripts

parent 5887c0f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
 *------------------------------------------------------------------------*/
/* TD renderer default HRIR model */
#ifdef DEBUGGING
/* Generated on 18-Jan-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
/* Generated on 24-Jan-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
#ifdef IVAS_FLOAT_FIXED
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@
*******************************************************************************************************/


#ifndef _IVAS_ROM_TDBINAURALRENDERER_
#define _IVAS_ROM_TDBINAURALRENDERER_
#ifndef _IVAS_ROM_TDBINAURALRENDERER_NEW_
#define _IVAS_ROM_TDBINAURALRENDERER_NEW_

#include <stdint.h>
#include "options.h"
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
#define WMC_TOOL_SKIP
#ifdef DEBUGGING
/* Generated on 18-Jan-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
/* Generated on 24-Jan-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
@@ -46960,7 +46960,7 @@ const Word16 fastconvReverberationEneCorrections_fx[CLDFB_NO_CHANNELS_MAX] =
#ifdef DEBUGGING
/* Generated on 18-Jan-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
/* Generated on 24-Jan-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
+3 −3
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@



#ifndef _IVAS_ROM_BINAURAL_CREND_HEAD_
#define _IVAS_ROM_BINAURAL_CREND_HEAD_
#ifndef _IVAS_ROM_BINAURAL_CREND_HEAD_NEW_
#define _IVAS_ROM_BINAURAL_CREND_HEAD_NEW_

#include "ivas_cnst.h"

@@ -344,4 +344,4 @@ extern const Word16 defaultHRIR_coherence_16kHz_fx[LR_IAC_LENGTH_NR_FC_16KHZ];
extern const Word16 defaultHRIR_left_avg_power_16kHz_fx[LR_IAC_LENGTH_NR_FC_16KHZ];
extern const Word16 defaultHRIR_right_avg_power_16kHz_fx[LR_IAC_LENGTH_NR_FC_16KHZ];

#endif /* _IVAS_ROM_BINAURAL_CREND_HEAD_ */
#endif /* _IVAS_ROM_BINAURAL_CREND_HEAD_NEW_ */
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@



#ifndef _IVAS_ROM_BINAURAL_CREND_HEAD_
#define _IVAS_ROM_BINAURAL_CREND_HEAD_
#ifndef _IVAS_ROM_BINAURAL_CREND_HEAD_OLD_
#define _IVAS_ROM_BINAURAL_CREND_HEAD_OLD_

#include "ivas_cnst.h"

Loading