HomeSort by relevance Sort by last modified time
    Searched full:update_prob (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
preprocess.c 221 int *update_prob; /**< Probability of speech presence for noise update */ member in struct:SpeexPreprocessState_
468 st->update_prob = (int*)speex_alloc(N*sizeof(int));
496 st->update_prob[i] = 1;
556 speex_free(st->update_prob);
708 st->update_prob[i] = 1;
710 st->update_prob[i] = 0;
712 /*fprintf (stderr, "%f ", st->update_prob[i]);*/
774 st->update_prob[i] = 0;
781 if (!st->update_prob[i] || st->ps[i] < PSHR32(st->noise[i], NOISE_SHIFT))
    [all...]

Completed in 47 milliseconds