Home | History | Annotate | Download | only in src

Lines Matching refs:SPEC

252  * \param spec pointer to were the noise values will be written to.
257 static int GenerateRandomVector (FIXP_DBL *RESTRICT spec,
263 FIXP_DBL *RESTRICT ptr = spec;
283 spec[i] = fMult(spec[i], invNrg_m);
292 static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise_e, int out_of_phase)
314 spec [i] = fMultDiv2 (spec [i], sfMatissa) << shift;
319 spec [i] = fMultDiv2 (spec [i], sfMatissa) >> shift;
348 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength);