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

/external/speex/libspeex/
H A Dpreprocess.c220 spx_word32_t *Stmp; /**< See Cohen paper */ member in struct:SpeexPreprocessState_
467 st->Stmp = (spx_word32_t*)speex_alloc(N*sizeof(spx_word32_t));
555 speex_free(st->Stmp);
679 st->Smin[i] = st->Stmp[i] = 0;
695 st->Smin[i] = MIN32(st->Stmp[i], st->S[i]);
696 st->Stmp[i] = st->S[i];
702 st->Stmp[i] = MIN32(st->Stmp[i], st->S[i]);

Completed in 100 milliseconds