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