Commit 9853dc8b authored by norvell's avatar norvell
Browse files

Add push/pop wmops for stereo_dmx_evs_enc

parent 3f8d39de
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1799,6 +1799,7 @@ void stereo_dmx_evs_enc_fx(
    Word64 W_tmp;
    Word16 W_tmp_q;

    push_wmops( "stereo_dmx_evs_enc" );
    if ( is_binaural )
    {
        /* use of is_binaural flag is to be considered */
@@ -2149,6 +2150,7 @@ void stereo_dmx_evs_enc_fx(
    }

    Copy_Scale_sig32_16( p_dmx_data, data, n_samples, 5 ); // Q26->Q15
    pop_wmops();

    return;
}