Commit 6a1cdc50 authored by vaclav's avatar vaclav
Browse files

fix build errors

parent 10ae7f89
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -4073,22 +4073,18 @@ void ProcessIGF_ivas_fx_64(
)
{
    Word16 i, n1, nsub, length, norm;
    Word16 nSubframes, L_subframeTCX;
    Word16 L_subframeTCX;
    Word16 q_spectrum;
    Word32 powerSpec_fx[N_MAX]; // each value has a different exponent
    Word16 exp_powerSpec[N_MAX];

    IF( EQ_16( st->hTcxEnc->tcxMode, TCX_20 ) )
    {
        nSubframes = 1;
        move16();
        L_subframeTCX = st->hTcxEnc->L_frameTCX;
        move16();
    }
    ELSE
    {
        nSubframes = NB_DIV;
        move16();
        L_subframeTCX = shr( st->hTcxEnc->L_frameTCX, 1 );
    }

@@ -4173,7 +4169,7 @@ void ProcessStereoIGF_fx_64(
    /* Copy powerSpec values from 64 bit buffer to 32 bit buffer */
    FOR( ch = 0; ch < CPE_CHANNELS; ch++ )
    {
        n1, nsub = 1;
        nsub = 1;
        length = sts[ch]->hTcxEnc->L_frameTCX;
        move16();
        move16();