Lines Matching defs:cutoff
547 int bandwidth, cutoff;
562 /** Keep this in sync with twoloop's cutoff selection */
571 if (avctx->cutoff > 0) {
572 bandwidth = avctx->cutoff;
577 cutoff = bandwidth * 2 * wlen / avctx->sample_rate;
592 if (freq < NOISE_LOW_LIMIT || (start-wstart) >= cutoff) {
689 int bandwidth, cutoff;
699 /** Keep this in sync with twoloop's cutoff selection */
707 if (avctx->cutoff > 0) {
708 bandwidth = avctx->cutoff;
713 cutoff = bandwidth * 2 * wlen / avctx->sample_rate;
723 if (freq < NOISE_LOW_LIMIT || start >= cutoff) {