compute_rms       219 libavfilter/af_silenceremove.c                 threshold |= compute_rms(s, ibuf[j]) > s->start_threshold;
compute_rms       294 libavfilter/af_silenceremove.c                     threshold &= compute_rms(s, ibuf[j]) > s->stop_threshold;