Loading lib_dec/ivas_sba_dirac_stereo_dec.c +4 −2 Original line number Diff line number Diff line Loading @@ -911,15 +911,17 @@ void ivas_sba_dirac_stereo_dec( /* output scaling */ #ifdef FIX_1518 if ( st_ivas->ism_mode == ISM_SBA_MODE_DISC ) #endif if ( !( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE )) { #endif if ( !sba_mono_flag ) { v_multc( output[0], 0.5f, output[0], output_frame ); v_multc( output[1], 0.5f, output[1], output_frame ); } #ifdef FIX_1518 } #endif /* delay HB synth */ if ( st_ivas->nchan_transport == 1 ) Loading Loading
lib_dec/ivas_sba_dirac_stereo_dec.c +4 −2 Original line number Diff line number Diff line Loading @@ -911,15 +911,17 @@ void ivas_sba_dirac_stereo_dec( /* output scaling */ #ifdef FIX_1518 if ( st_ivas->ism_mode == ISM_SBA_MODE_DISC ) #endif if ( !( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE )) { #endif if ( !sba_mono_flag ) { v_multc( output[0], 0.5f, output[0], output_frame ); v_multc( output[1], 0.5f, output[1], output_frame ); } #ifdef FIX_1518 } #endif /* delay HB synth */ if ( st_ivas->nchan_transport == 1 ) Loading