aboutsummaryrefslogtreecommitdiffstats
path: root/alc/bformatdec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change some macros into constexpr variablesChris Robinson2020-12-041-9/+9
* Move the filters to coreChris Robinson2020-12-041-7/+5
* Handle the front stablizer with the B-Format decoderChris Robinson2020-06-151-6/+130
* Use dual-band for the internal quad and 7.1 decodersChris Robinson2020-05-071-6/+24
* Make the built-in decoders more flexibleChris Robinson2020-05-061-2/+2
* Fix the dual-band decoderChris Robinson2020-05-051-5/+5
* Avoid an extraneous index mapChris Robinson2020-01-151-8/+5
* Repack B-Format decoder fieldsChris Robinson2020-01-151-45/+46
* Transpose BFormatDec's matricesChris Robinson2020-01-141-56/+24
* Clean up some formatingChris Robinson2020-01-141-16/+18
* Combine identical arraysChris Robinson2020-01-041-16/+10
* Use a span instead of an array+sizeChris Robinson2020-01-041-13/+7
* Use a span for the band-splitter inputChris Robinson2019-12-251-2/+2
* Store the ambisonic order as unsignedChris Robinson2019-09-131-4/+3
* Use unsigned channel indicesChris Robinson2019-09-121-6/+5
* Use size_t for the post-process sample lengthChris Robinson2019-08-251-3/+3
* Pass the MixRow buffer size as a spanChris Robinson2019-08-201-6/+7
* Allow using a variable channel stride for MixRowSamplesChris Robinson2019-08-191-6/+6
* Don't require MixRow's output to be a FloatBufferLineChris Robinson2019-08-181-3/+3
* Update some includesChris Robinson2019-08-051-0/+2
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-2/+2
* Make a couple counts size_tChris Robinson2019-08-031-0/+2
* Rename Alc to alcChris Robinson2019-07-281-0/+200