Lines Matching refs:stddev
1565 FLAC__real stddev = (FLAC__real)strtod(specification+6, 0);
1566 if (stddev > 0.0 && stddev <= 0.5) {
1567 encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.gauss.stddev = stddev;
2344 FLAC__window_gauss(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.gauss.stddev);