Commit 723f5eb0 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

implment missing changes under NONBE_1352_HARMONIZE_OSBA_LOUDNESS

parent 0aeb6c60
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -332,10 +332,12 @@ ivas_error ivas_osba_render_sf_fx(
        {
            v_add_fixed( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered, 1 ); // takes care of downscaling by 0.5f
        }
#ifndef NONBE_1352_HARMONIZE_OSBA_LOUDNESS
        ELSE
        {
            scale_sig32( p_output[n], *nSamplesRendered, -1 );
        }
#endif
    }

    return IVAS_ERR_OK;
@@ -390,7 +392,7 @@ void ivas_osba_stereo_add_channels_fx(
#endif


#ifdef NONBE_FIX_1262_OSBA_STEREO
#if defined( NONBE_FIX_1262_OSBA_STEREO ) && !defined( NONBE_1352_HARMONIZE_OSBA_LOUDNESS )
    FOR( n = 0; n < nchan_out; n++ )
    {
        // Word16 i;