Home
last modified time | relevance | path

Searched refs:apodizations (Results 1 – 2 of 2) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder.c1609 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_compression_level()
1610 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_compression_level()
1674 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1676 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1678 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1680 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1682 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1684 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1688 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.gauss.stddev =… in FLAC__stream_encoder_set_apodization()
1689 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
[all …]
/external/flac/libFLAC/include/protected/
Dstream_encoder.h99 FLAC__ApodizationSpecification apodizations[FLAC__MAX_APODIZATION_FUNCTIONS]; member