Commit 244017a1 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

Merge branch '1869_basop_lfe_lpf_plc_fix' into 'main'

[non-BE][split-non-BE][allow regression] #1869 basop lfe lpf plc fix

See merge request !2005
parents eeacd4c3 f48edf58
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
#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_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 )