Searched refs:Smin (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dpreprocess.c219 spx_word32_t *Smin; /**< See Cohen paper */ member in struct:SpeexPreprocessState_
466 st->Smin = (spx_word32_t*)speex_alloc(N*sizeof(spx_word32_t));
554 speex_free(st->Smin);
679 st->Smin[i] = st->Stmp[i] = 0;
695 st->Smin[i] = MIN32(st->Stmp[i], st->S[i]);
701 st->Smin[i] = MIN32(st->Smin[i], st->S[i]);
707 if (MULT16_32_Q15(QCONST16(.4f,15),st->S[i]) > st->Smin[i])
711 /*fprintf (stderr, "%f ", st->S[i]/st->Smin[i]);*/

Completed in 94 milliseconds