Lines Matching refs:apodizations
1641 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_compression_level()
1642 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_compression_level()
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()
1721 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1725 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1727 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1729 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1731 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1733 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1735 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1739 encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = p; in FLAC__stream_encoder_set_apodization()
1740 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1752 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = tuke… in FLAC__stream_encoder_set_apodization()
1753 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1757 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1758 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1759 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1760 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1773 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = tuke… in FLAC__stream_encoder_set_apodization()
1774 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1778 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1779 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1780 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1781 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1786 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1796 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_apodization()
1797 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_apodization()
2338 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in set_defaults_()
2339 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in set_defaults_()
2524 switch(encoder->protected_->apodizations[i].type) { in resize_buffers_()
2544 …uss(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.g… in resize_buffers_()
2565 …key(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.t… in resize_buffers_()
2568 …->apodizations[i].parameters.multiple_tukey.p, encoder->protected_->apodizations[i].parameters.mul… in resize_buffers_()
2571 …->apodizations[i].parameters.multiple_tukey.p, encoder->protected_->apodizations[i].parameters.mul… in resize_buffers_()