Commit 35d11a66 authored by vaclav's avatar vaclav
Browse files

fix

parent 5da8588a
Loading
Loading
Loading
Loading
+12 −9
Original line number Diff line number Diff line
@@ -132,6 +132,8 @@ void hq_core_enc_fx(
     * Scaling of buffers
     *--------------------------------------------------------------------------*/

    IF( st->element_mode > EVS_MONO )
    {
        Scale_sig( audio_fx, input_frame, negate( st->q_inp ) ); // Q0
        st->q_inp = 0;
        move16();
@@ -141,6 +143,7 @@ void hq_core_enc_fx(
        Scale_sig( st->hTcxEnc->Txnq, L_FRAME32k / 2 + 64, sub( 0, st->hTcxEnc->q_Txnq ) ); // Q0
        st->hTcxEnc->q_Txnq = 0;
        move16();
    }

#endif
    /*--------------------------------------------------------------------------