Commit 16bc04b7 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

bugfix warning

parent 7f4684f7
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4333,10 +4333,10 @@ void FdCng_decodeSID_ivas_fx(
    Word32 v[32];
    Word16 indices[32];
    HANDLE_FD_CNG_COM hFdCngCom;
    Word32 *invTrfMatrix_fx;
    Word32 tmpRAM_fx[FDCNG_VQ_MAX_LEN][FDCNG_VQ_DCT_MAXTRUNC];
    Word16 tmp16;
#ifndef HARMONIZE_2494_FdCng_decodeSID_fx
    Word32 tmpRAM_fx[FDCNG_VQ_MAX_LEN][FDCNG_VQ_DCT_MAXTRUNC];
    Word32 *invTrfMatrix_fx = (Word32 *) tmpRAM_fx; /*Q31*/
    IF( st->element_mode == EVS_MONO )
    {
        tmp16 = GAIN_Q_OFFSET_EVS_FX_Q0;
@@ -4352,7 +4352,6 @@ void FdCng_decodeSID_ivas_fx(
    const Word16 gain_q_offset = tmp16; /* Q0 */
    move16();

    invTrfMatrix_fx = (Word32 *) tmpRAM_fx; /*Q31*/

    hFdCngCom = ( st->hFdCngDec )->hFdCngCom;