Commit e55c584d authored by Malenovsky, Vladimir's avatar Malenovsky, Vladimir Committed by multrus
Browse files

revert temp debugging modification

parent adfe9e71
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3140,8 +3140,7 @@ void swb_tbe_enc_ivas_fx(
    }

    /* this is needed as the E_LPC_lev_dur function outputs lpc in Q14 */
    Word16 tmp_shift = sub( norm_s( lpc_shb_fx[0] ), 2 );
    scale_sig( lpc_shb_fx, LPC_SHB_ORDER + 1, tmp_shift );
    scale_sig( lpc_shb_fx, LPC_SHB_ORDER + 1, sub( norm_s( lpc_shb_fx[0] ), 2 ) );

    /* Expand bandwidth of the LP coeffs */
    test();