Home | History | Annotate | Download | only in libspeex

Lines Matching full:update_prob

221    int *update_prob;         /**< Probability of speech presence for noise update */
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))
1030 if (!st->update_prob[i] || st->ps[i] < PSHR32(st->noise[i],NOISE_SHIFT))