Commit 7b5f5211 authored by vaillancour's avatar vaillancour
Browse files

more work on reusing evs

parent 4e5e45bb
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -754,11 +754,7 @@ void enc_pit_exc_ivas_fx(
        Scale_sig( h1, L_subfr, add( sub( 14, q_h1 ), shift ) ); /* set h1[] in Q14 with scaling for convolution Q14*/

#endif
#ifdef USE_NEW_TARGET
        dbgwriteUnScaled( h1, MW16, L_subfr, 256, 1, "h1_newT" );
#else
        dbgwriteUnScaled( h1, MW16, L_subfr, 256, 1, "h1_oldT" );
#endif

        /* scaling of xn[] to limit dynamic at 12 bits */
        Scale_sig( xn, L_subfr, shift ); /* Q_new - 1 + shift */