aboutsummaryrefslogtreecommitdiffstats
path: root/alc/bformatdec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid an extraneous index mapChris Robinson2020-01-151-8/+5
|
* Repack B-Format decoder fieldsChris Robinson2020-01-151-45/+46
| | | | This should better provide sequential access.
* Transpose BFormatDec's matricesChris Robinson2020-01-141-56/+24
| | | | | This allows the band-split and output mix to happen together, rather than splitting all input channels first and then mixing them to output.
* 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