Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder.c839 for(i = 0; i < encoder->protected_->num_apodizations; i++) in init_stream_internal_()
1618 encoder->protected_->num_apodizations = 1; in FLAC__stream_encoder_set_compression_level()
1679 encoder->protected_->num_apodizations = 0; in FLAC__stream_encoder_set_apodization()
1684 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1686 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1688 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1690 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1692 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1694 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1698 …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