Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder.c836 for(i = 0; i < encoder->protected_->num_apodizations; i++) in init_stream_internal_()
1608 encoder->protected_->num_apodizations = 1; in FLAC__stream_encoder_set_compression_level()
1669 encoder->protected_->num_apodizations = 0; in FLAC__stream_encoder_set_apodization()
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()
[all …]
/external/flac/libFLAC/include/protected/
Dstream_encoder.h98 unsigned num_apodizations; member