compute           100 libavfilter/af_silenceremove.c     double(*compute)(struct SilenceRemoveContext *s, double sample);
compute           184 libavfilter/af_silenceremove.c         s->compute = compute_peak;
compute           188 libavfilter/af_silenceremove.c         s->compute = compute_rms;
compute           346 libavfilter/af_silenceremove.c                     threshold |= s->compute(s, ibuf[j]) > s->start_threshold;
compute           351 libavfilter/af_silenceremove.c                     threshold &= s->compute(s, ibuf[j]) > s->start_threshold;
compute           461 libavfilter/af_silenceremove.c                         threshold |= s->compute(s, ibuf[j]) > s->stop_threshold;
compute           466 libavfilter/af_silenceremove.c                         threshold &= s->compute(s, ibuf[j]) > s->stop_threshold;