Commit 6ef78113 authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

correcting 1.0 gain

parent a425d6ef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6125,7 +6125,7 @@ void ivas_dirac_dec_get_response_fx(
    sin_az_fx[2] = L_shl_sat( Mpy_32_32( sin_1_fx, ( cos_2_fx - ONE_IN_Q29 ) ), 2 );

    // response[0] = 1.0f;
    response_fx[0] = MAX_32;
    response_fx[0] = L_shl_sat( 1, Q_out );
    /* Un-optimized code - for reference */
    /*     for( l = 1; l<= ambisonics_order; l++ ) */
    /*     { */