Commit 78deadb5 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'float-pc' into 1571_ref_fix_diffs_between_framesizes

parents ae147847 34050644
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -447,10 +447,14 @@ 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
    }

    {
+1 −1
Original line number Diff line number Diff line
@@ -191,9 +191,9 @@
#define FIX_969_USAN_IGF_ARITH                          /* FhG: issue 969: fix USAN error in igf_sce_dec; same issue as #962 */
#define FIX_959_MASA_LINEAR_REND                        /* VA: issue 959: remove unused calling of ivas_sba_linear_renderer() in MASA rendering */
#define NONBE_FIX_951_MCMASA_5MS_RENDERING                    /* Nokia: issue #951: Differences for 5ms and 20ms rendering for McMASA at 13.2 kbps to BINAURAL */
#define NONBE_FIX_973_HODIRAC_BAND_GROUPING                   /* FhG: issue 973: empty parameter band in DirAC */
#define FIX_971_LOG2_IDX_GAIN_0                         /* VA: prevent -Inf due to log2(ratio==0)  */


/* #################### End BASOP porting switches ############################ */

/* clang-format on */