Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,6 @@ #ifdef JBM_FOR_OSBA #define OSBA_ROOM_IR #endif #define NONBE_FIX_825_SBA_JBM_MONO_STEREO_OUTPUT /* FhG: issue #825: Resolve "JBM SBA: AGC and PCA run twice for MONO and STEREO output" */ #define NONBE_FIX_808_JBM_PARAMUPMIX_RS /* FhG: Issue 808: fix JBM MC rate switching */ #define NONBE_FIX_846_JBM_MASA_SIDSTART /* FhG: Issue #846: fix JBM for MASA DTX when the first frame is a SID frame */ #define NONBE_FIX_841_MC_RS_TDOBJ_RENDERER /* FhG: Issue #841: [Non-BE] Resolve "MC RS HRFT handle not set to NULL" */ Loading lib_dec/ivas_jbm_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -296,11 +296,7 @@ ivas_error ivas_jbm_dec_tc( num_md_sub_frames = ivas_get_spar_dec_md_num_subframes( st_ivas->sba_analysis_order, ivas_total_brate, st_ivas->last_active_ivas_total_brate ); ivas_sba_mix_matrix_determiner( st_ivas->hSpar, p_output, st_ivas->bfi, nchan_remapped, output_frame, num_md_sub_frames ); } #ifdef NONBE_FIX_825_SBA_JBM_MONO_STEREO_OUTPUT else if ( st_ivas->renderer_type != RENDERER_DISABLE ) #else else #endif { ivas_spar_dec_agc_pca( st_ivas, p_output, output_frame ); } Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,6 @@ #ifdef JBM_FOR_OSBA #define OSBA_ROOM_IR #endif #define NONBE_FIX_825_SBA_JBM_MONO_STEREO_OUTPUT /* FhG: issue #825: Resolve "JBM SBA: AGC and PCA run twice for MONO and STEREO output" */ #define NONBE_FIX_808_JBM_PARAMUPMIX_RS /* FhG: Issue 808: fix JBM MC rate switching */ #define NONBE_FIX_846_JBM_MASA_SIDSTART /* FhG: Issue #846: fix JBM for MASA DTX when the first frame is a SID frame */ #define NONBE_FIX_841_MC_RS_TDOBJ_RENDERER /* FhG: Issue #841: [Non-BE] Resolve "MC RS HRFT handle not set to NULL" */ Loading
lib_dec/ivas_jbm_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -296,11 +296,7 @@ ivas_error ivas_jbm_dec_tc( num_md_sub_frames = ivas_get_spar_dec_md_num_subframes( st_ivas->sba_analysis_order, ivas_total_brate, st_ivas->last_active_ivas_total_brate ); ivas_sba_mix_matrix_determiner( st_ivas->hSpar, p_output, st_ivas->bfi, nchan_remapped, output_frame, num_md_sub_frames ); } #ifdef NONBE_FIX_825_SBA_JBM_MONO_STEREO_OUTPUT else if ( st_ivas->renderer_type != RENDERER_DISABLE ) #else else #endif { ivas_spar_dec_agc_pca( st_ivas, p_output, output_frame ); } Loading