Commit 3dfd25c6 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove comment and move variable declaration to block start

parent 08272a1a
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -2235,7 +2235,9 @@ void FdCngDecodeMDCTStereoSID(
    int16_t is_out_ms;
    float *invTrfMatrix;
    float tmpRAM[FDCNG_VQ_MAX_LEN][FDCNG_VQ_DCT_MAXTRUNC];

#ifdef NONBE_MDCT_ST_DTX_FIX_SUBOPT_SPATIAL_CNG
    int32_t tmp;
#endif

    invTrfMatrix = (float *) tmpRAM;
    create_IDCT_N_Matrix( invTrfMatrix, FDCNG_VQ_MAX_LEN, FDCNG_VQ_DCT_MAXTRUNC, sizeof( tmpRAM ) / ( sizeof( float ) ) );
@@ -2286,9 +2288,6 @@ void FdCngDecodeMDCTStereoSID(
    }

#ifdef NONBE_MDCT_ST_DTX_FIX_SUBOPT_SPATIAL_CNG
    /* TODO: temporary hack, need to decide what to do with core-coder bitrate */
    int32_t tmp;

    tmp = sts[1]->total_brate;
    sts[1]->total_brate = sts[1]->total_brate + 16 * FRAMES_PER_SEC;
    /* read the four additional coherence values */