Commit 5741b310 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 removing residue comments and wrapping macro around a line which was overlooked

parent f1dbc35f
Loading
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -999,7 +999,7 @@ void con_tcx_ivas_fx(
    Word16 offset;
    HQ_DEC_HANDLE hHQ_core;
    TCX_LTP_DEC_HANDLE hTcxLtpDec;
    TCX_DEC_HANDLE hTcxDec; // HARMONIZE_2446_CON_TCX_FX
    TCX_DEC_HANDLE hTcxDec;

    hTcxLtpDec = st->hTcxLtpDec;
    hHQ_core = st->hHQ_core;
@@ -1094,11 +1094,13 @@ void con_tcx_ivas_fx(
        }

#endif // !HARMONIZE_2446_CON_TCX_FX


        st->Mode2_lp_gainc = L_deposit_l( 0 );

#ifndef HARMONIZE_2446_CON_TCX_FX
        st->Mode2_lp_gainp = get_gain2(synth - shl(L_subfr, 1), synth - add(shl(L_subfr, 1), Tc), shl(L_subfr, 1));
#else
        st->Mode2_lp_gainp = get_gain2(synth - shl_sat(L_subfr, 1), synth - add(shl_sat(L_subfr, 1), Tc), shl_sat(L_subfr, 1));
#endif // !HARMONIZE_2446_CON_TCX_FX
        
        move32();

        st->Mode2_lp_gainp = L_max( st->Mode2_lp_gainp, 0 );                   /*Q16*/