Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 ############################ */ Loading lib_dec/ivas_lfe_dec_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -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 ) Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 ############################ */ Loading
lib_dec/ivas_lfe_dec_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -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 ) Loading