Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dstream_encoder.c836 for(i = 0; i < encoder->protected_->num_apodizations; i++) in init_stream_internal_()
1640 encoder->protected_->num_apodizations = 1; in FLAC__stream_encoder_set_compression_level()
1701 encoder->protected_->num_apodizations = 0; in FLAC__stream_encoder_set_apodization()
1706 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1708 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1710 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1712 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1714 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1716 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1720 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.gauss.stddev =… in FLAC__stream_encoder_set_apodization()
[all …]
/external/flac/src/libFLAC/include/protected/
Dstream_encoder.h98 uint32_t num_apodizations; member