Commit b3b7cc8a authored by lefort's avatar lefort
Browse files

Merge branch 'main' into 3gpp_issue_1511_fix

parents fa107c52 c93084e6
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -1863,10 +1863,7 @@ void stereo_dmx_evs_enc_fx(
    Word64 W_tmp;
    Word16 W_tmp_q;

#ifdef FIX_1511_POC_RENORM
    push_wmops( "stereo_dmx_evs_enc_fx" );
#endif

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

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

#ifdef FIX_1511_POC_RENORM
    pop_wmops();
#endif

    return;
}