Loading lib_dec/fd_cng_dec_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading Loading
lib_dec/fd_cng_dec_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading