Lines Matching defs:update_prob
217 int *update_prob; /**< Probability of speech presence for noise update */
464 st->update_prob = (int*)speex_alloc(N*sizeof(int));
492 st->update_prob[i] = 1;
552 speex_free(st->update_prob);
704 st->update_prob[i] = 1;
706 st->update_prob[i] = 0;
708 /*fprintf (stderr, "%f ", st->update_prob[i]);*/
770 st->update_prob[i] = 0;
777 if (!st->update_prob[i] || st->ps[i] < PSHR32(st->noise[i], NOISE_SHIFT))
1026 if (!st->update_prob[i] || st->ps[i] < PSHR32(st->noise[i],NOISE_SHIFT))