Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/protected/
Dstream_encoder.h61 FLAC__APODIZATION_TUKEY, enumerator
/external/flac/src/libFLAC/
Dstream_encoder.c1663 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_compression_level()
1762 …->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_apodization()
1775 …->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_apodization()
1796 …->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_apodization()
1832 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_apodization()
2449 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in set_defaults_()
2706 case FLAC__APODIZATION_TUKEY: in resize_buffers_()