Commit c93084e6 authored by norvell's avatar norvell
Browse files

Merge branch 'ci/add-push-pop-wmops-stereo-dmx' into 'main'

[CI] Add push/pop wmops for stereo_dmx_evs_enc

See merge request !1571
parents 3f8d39de 9853dc8b
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;
}