Commit bd5a11ec authored by Manuel Jander's avatar Manuel Jander
Browse files

clang format

parent c60545c4
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -269,8 +269,9 @@ ivas_error ivas_core_dec_fx(
            st->hHQ_core->Q_old_wtda = add( shift, sub( st->hHQ_core->Q_old_wtda, add( st->last_concealed_gain_syn_deemph_e, st->hTcxDec->conceal_eof_gain_e ) ) );
#else
            conceal_eof_gain32 = L_shr_sat( st->hTcxDec->conceal_eof_gain32, sub( 16, st->hTcxDec->conceal_eof_gain_e ) ); // e = 31 - Q , 16 - e => 16 - (31 - Q) => Q - 15,
#endif
                                                                                                                           // shr(16 -e ) = shr(Q -15) => 15 - Q ==> Q15
#endif

            FOR( i = 0; i < st->hTcxDec->L_frameTCX; i++ )
            {
#ifdef NONBE_FIX_2493_EXTRACT_L_ivas_core_dec_fx