Word32*orig_spectrum_fx[CPE_CHANNELS][NB_DIV];/* Pointers to MDCT output for a short block (L/R) */
Word32powerSpec_fx[CPE_CHANNELS][N_MAX];
Word32powerSpec_fx_tmp[CPE_CHANNELS][N_MAX];/* This 32 bit buffer is created to preserve the precision for original separate Q calculation of powerSpec_fx buffer ( Related to 3gpp issue #1192 ) */