Commit e314d9f3 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

update as per latest main

parents ef3359a7 244017a1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,8 +117,8 @@
#define CONF_DISTATT                                    /* Eri: Make distance attenuation configurable */

#define FIX_1068_ASAN_IN_MC_2_BINAURAL_ROOM_IR          /* issue 1068 : Memory leak in MC to BINAURAL_ROOM decoding with bitrate switching*/
/*#define NONBE_FIX_MC_LFE_LPF */                                  /* Dlb: Adding the LFE LPF filter back for MC content. */
#define NONBE_FIX_1052_SBA_EXT                          /* Dlb: SBA external output support */
#define NONBE_FIX_MC_LFE_LPF                                  /* Dlb: Adding the LFE LPF filter back for MC content. */

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

+3 −0
Original line number Diff line number Diff line
@@ -402,6 +402,9 @@ void ivas_lfe_dec_fx(
            move32();
            j = add( j, shr( output_frame, 5 ) );
        }
#ifdef NONBE_FIX_MC_LFE_LPF
        q_out = Q9;
#endif
    }

    IF( hLFE->filter_state.order > 0 )