aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/uhjfilter.c
Commit message (Expand)AuthorAgeFilesLines
* Move the UNEXPECTED macro to the main header and rename itChris Robinson2018-01-071-1/+1
* Use ALsizei in a few more placesChris Robinson2017-01-161-5/+5
* Improve the UHJ encoder's allpass processing loopsChris Robinson2016-07-141-49/+70
* Use the proper left and right channels for UHJ outputChris Robinson2016-03-101-3/+3
* Remove the extra scaling on W for UHJ encodingChris Robinson2016-03-011-7/+26
* Separate the left and right output writes with UHJ encodingChris Robinson2016-02-271-9/+12
* Add a function to encode 2-channel UHJ from B-FormatChris Robinson2016-02-261-0/+91