Loading lib_com/options.h +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ #define FIX_1525_UNINIT_FORMAT_SWITCHING_DEC /* VA: float issue 1525: fix reading of uninitialized memory in format switching at the decoder */ #define HARMONIZE_2446_CON_TCX_FX /* FhG: basop issue: 2446 harmonization of function con_tcx_fx() */ #define FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* Nokia: Fix to convert non-converted binary operations */ #define OPTIMIZE_FFT_STACK #define HARMONIZE_DCT #define OPTIMIZE_FFT_STACK /* VA: removal of intermediate FFT buffers */ #define HARMONIZE_DCT /* VA: removal of duplicated DCT functions */ /* #################### End BE switches ################################## */ Loading lib_com/basop_util.c +3 −3 File changed.Contains only whitespace changes. Show changes lib_com/basop_util.h +2 −2 File changed.Contains only whitespace changes. Show changes Loading
lib_com/options.h +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ #define FIX_1525_UNINIT_FORMAT_SWITCHING_DEC /* VA: float issue 1525: fix reading of uninitialized memory in format switching at the decoder */ #define HARMONIZE_2446_CON_TCX_FX /* FhG: basop issue: 2446 harmonization of function con_tcx_fx() */ #define FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* Nokia: Fix to convert non-converted binary operations */ #define OPTIMIZE_FFT_STACK #define HARMONIZE_DCT #define OPTIMIZE_FFT_STACK /* VA: removal of intermediate FFT buffers */ #define HARMONIZE_DCT /* VA: removal of duplicated DCT functions */ /* #################### End BE switches ################################## */ Loading