Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ #define FIX_BASOP_2497_MCMASA_LFE_WRONG_SF_INDEX /* Nokia: BASOP 2497: Fix wrong subframe index in McMASA LFE synth. */ #define FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN /* Nokia: BASOP 2496: Fix wrong assignment in OMASA object edit code */ #define FIX_2495_Q_ALIGN_OSBA_RENDERER /* FhG: Basop issue #2495: Corrected exponent scaling of outAudio.data_fx before buffer accumulation in renderSbaToBinaural(). */ #define FIX_BASOP_2512_WRONG_SHIFT_IN_DIRAC_CONFIG /* Nokia: BASOP 2512: Fix wrong division by shift */ /* ##################### End NON-BE switches ########################### */ Loading lib_rend/ivas_dirac_rend_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -331,7 +331,11 @@ ivas_error ivas_spat_hSpatParamRendCom_config_fx( ELSE { Word16 num_slots_in_subfr, tmp; #ifdef FIX_BASOP_2512_WRONG_SHIFT_IN_DIRAC_CONFIG tmp = 0; #else tmp = 1; #endif move16(); IF( dec_param_estim_flag ) num_slots_in_subfr = CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES; Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ #define FIX_BASOP_2497_MCMASA_LFE_WRONG_SF_INDEX /* Nokia: BASOP 2497: Fix wrong subframe index in McMASA LFE synth. */ #define FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN /* Nokia: BASOP 2496: Fix wrong assignment in OMASA object edit code */ #define FIX_2495_Q_ALIGN_OSBA_RENDERER /* FhG: Basop issue #2495: Corrected exponent scaling of outAudio.data_fx before buffer accumulation in renderSbaToBinaural(). */ #define FIX_BASOP_2512_WRONG_SHIFT_IN_DIRAC_CONFIG /* Nokia: BASOP 2512: Fix wrong division by shift */ /* ##################### End NON-BE switches ########################### */ Loading
lib_rend/ivas_dirac_rend_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -331,7 +331,11 @@ ivas_error ivas_spat_hSpatParamRendCom_config_fx( ELSE { Word16 num_slots_in_subfr, tmp; #ifdef FIX_BASOP_2512_WRONG_SHIFT_IN_DIRAC_CONFIG tmp = 0; #else tmp = 1; #endif move16(); IF( dec_param_estim_flag ) num_slots_in_subfr = CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES; Loading