|
Defines |
| #define | PYTHAG(a, b) |
| #define | MAX(a, b) |
| #define | SIGN(a, b) ((b) < 0.0 ? -fabs(a): fabs(a)) |
Functions |
| unsigned int | csl::channelsToUniformOrder (const unsigned int channels) |
| unsigned int | csl::getGreaterOrder (const ambisonicOrder order) |
| unsigned int | csl::orderToChannels (const ambisonicOrder order) |
| unsigned int | csl::orderToChannels (unsigned int order) |
| unsigned int | csl::orderToHorizontalChannels (const ambisonicOrder order) |
| unsigned int | csl::orderToVerticalChannels (const ambisonicOrder order) |
| unsigned int * | csl::channelIndexer (const ambisonicOrder order) |
| unsigned int * | csl::invChannelIndexer (const ambisonicOrder order) |
| void | csl::SingularValueDecomposition (sample **a, int m, int n, sample *w, sample **v) |
| void | csl::fumaEncodingWeights (sample *weights, const ambisonicOrder &order, sample &azimuth, sample &elevation) |
| void | csl::fumaIndexedEncodingWeights (sample *weights, const ambisonicOrder &order, sample &azimuth, sample &elevation) |
Variables |
| static double | at |
| static double | bt |
| static double | ct |
| static double | maxarg1 |
| static double | maxarg2 |