Commit 38d7b45a authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

insert push_wmops() ... pop_wmops()

parent d43c141f
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -67,6 +67,9 @@ ivas_error evs_dec_fx(
    TCX_LTP_DEC_HANDLE hTcxLtpDec;
    TCX_DEC_HANDLE hTcxDec;
    ivas_error error;

    push_wmops( "evs_dec_fx" );

#ifdef BASOP_NOGLOB_DECLARE_LOCAL
    Flag Overflow = 0;
    move16();
@@ -1502,6 +1505,9 @@ ivas_error evs_dec_fx(
        }
        updt_dec_common_fx( st_fx, hq_core_type, concealWholeFrameTmp, output_sp, Qpostd );
    }

    pop_wmops();

    return IVAS_ERR_OK;
}
#endif