Commit 9a8ca69c authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Removed Q factor related reverb output scaling

parent dccd7701
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2291,7 +2291,7 @@ ivas_error ivas_rend_crendProcessSubframe(
        {
            FOR( Word16 j = 0; j < n_samples_to_render; j++ )
            {
                output[i][j] = L_shr( output[i][j], add( *pCrend->p_io_qfactor, 2 ) );
                output[i][j] = L_shr( output[i][j], 2 );
                move32();
            }
        }