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