Commit fd4b0334 authored by lefort's avatar lefort
Browse files

push_wmops/pop_wmops corrected for stereo_dmx_evs_enc.

parent 5c0aeacd
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -3014,7 +3014,10 @@ void stereo_dmx_evs_enc_fx(

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

    pop_wmops();

#else

    Word16 n;
    Word16 dmx_weight, corr;                  // Q15
    Word32 data_fx[CPE_CHANNELS][L_FRAME48k]; // Q16/Q11
@@ -3037,6 +3040,8 @@ 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 */
@@ -3387,10 +3392,11 @@ void stereo_dmx_evs_enc_fx(
    }

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

    pop_wmops();

#endif

    return;
}