Loading lib_dec/fd_cng_dec.c +3 −4 Original line number Diff line number Diff line Loading @@ -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 ) ) ); Loading Loading @@ -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 */ Loading Loading
lib_dec/fd_cng_dec.c +3 −4 Original line number Diff line number Diff line Loading @@ -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 ) ) ); Loading Loading @@ -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 */ Loading