Lines Matching refs:apodizations
1609 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_compression_level()
1610 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_compression_level()
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()
1689 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1693 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1695 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1697 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1699 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1701 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1703 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1707 encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = p; in FLAC__stream_encoder_set_apodization()
1708 …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.tukey.p = tuke… 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].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1726 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1727 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1728 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1741 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = tuke… in FLAC__stream_encoder_set_apodization()
1742 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1746 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1747 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1748 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.multiple_tukey… in FLAC__stream_encoder_set_apodization()
1749 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1754 …encoder->protected_->apodizations[encoder->protected_->num_apodizations++].type = FLAC__APODIZATIO… in FLAC__stream_encoder_set_apodization()
1764 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in FLAC__stream_encoder_set_apodization()
1765 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_apodization()
2306 encoder->protected_->apodizations[0].type = FLAC__APODIZATION_TUKEY; in set_defaults_()
2307 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in set_defaults_()
2492 switch(encoder->protected_->apodizations[i].type) { in resize_buffers_()
2512 …uss(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.g… in resize_buffers_()
2533 …key(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.t… in resize_buffers_()
2536 …->apodizations[i].parameters.multiple_tukey.p, encoder->protected_->apodizations[i].parameters.mul… in resize_buffers_()
2539 …->apodizations[i].parameters.multiple_tukey.p, encoder->protected_->apodizations[i].parameters.mul… in resize_buffers_()