Commit 3052fbcb authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] accept NONBE_FIX_973_HODIRAC_BAND_GROUPING

parent 2ee33627
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -447,14 +447,7 @@ ivas_error ivas_dirac_sba_config(
    else
    {
        hQMetaData->useLowerBandRes = 0;
#ifndef NONBE_FIX_973_HODIRAC_BAND_GROUPING
        if ( hodirac_flag == 0 )
        {
            nbands_coded = nbands - 1; /* always combine the last two bands */
        }
#else
        nbands_coded = nbands - 1; /* always combine the last two bands */
#endif
    }

    {
+0 −1
Original line number Diff line number Diff line
@@ -193,7 +193,6 @@
#define FIX_WARNING_RENDER_CONFIG                       /* Orange: fix warning on windows build */
#define FIX_INV_DIFFUSE_WEIGHT                          /* Orange : Fix error in energy compensation in late binaural */
#endif
#define NONBE_FIX_973_HODIRAC_BAND_GROUPING                   /* FhG: issue 973: empty parameter band in DirAC */

#define BE_FIX_567_DOUBLE_STEREO_DMX                          /* NTT: Fix formal issues */   
#define NONBE_FIX_567_DOUBLE_STEREO_DMX                       /* Orange: Double-precision replaced by single-precision */