![]() |
Audacity 3.2.0
|
Functions | |
| template<typename T , typename F > | |
| std::vector< T > | initVector (size_t dim1, const F &f) |
| template<typename T > | |
| std::vector< std::vector< T > > | initVector (size_t dim1, size_t dim2) |
| void | ConsiderStages (const Mixer::Stages &stages, size_t &blockSize) |
| size_t | FindBufferSize (const Mixer::Inputs &inputs, const std::optional< Mixer::Stages > &masterEffects, size_t bufferSize) |
| auto | NeedsDitherPred (const MixerOptions::StageSpecification &spec) |
| void anonymous_namespace{Mix.cpp}::ConsiderStages | ( | const Mixer::Stages & | stages, |
| size_t & | blockSize | ||
| ) |
Definition at line 52 of file Mix.cpp.
References min().
Referenced by FindBufferSize().
| size_t anonymous_namespace{Mix.cpp}::FindBufferSize | ( | const Mixer::Inputs & | inputs, |
| const std::optional< Mixer::Stages > & | masterEffects, | ||
| size_t | bufferSize | ||
| ) |
Definition at line 66 of file Mix.cpp.
References ConsiderStages(), and masterEffects.
| std::vector< T > anonymous_namespace{Mix.cpp}::initVector | ( | size_t | dim1, |
| const F & | f | ||
| ) |
| std::vector< std::vector< T > > anonymous_namespace{Mix.cpp}::initVector | ( | size_t | dim1, |
| size_t | dim2 | ||
| ) |
| auto anonymous_namespace{Mix.cpp}::NeedsDitherPred | ( | const MixerOptions::StageSpecification & | spec | ) |
Definition at line 86 of file Mix.cpp.
References MixerOptions::StageSpecification::mpFirstInstance.