aboutsummaryrefslogtreecommitdiffstats
path: root/core/hrtf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't include the array definition with bin2hChris Robinson2023-01-131-1/+3
|
* Use a span instead of a count+pointerChris Robinson2023-01-111-8/+5
|
* Rename some struct membersChris Robinson2023-01-101-54/+57
| | | | And make a related function a member function
* Multiply by the inverse instead of divideChris Robinson2023-01-011-4/+4
|
* Avoid inlining LoadedHrtf's destructorChris Robinson2022-12-171-0/+7
|
* Avoid extraneous temporaries when filling vectorsChris Robinson2022-12-151-1/+6
|
* Rename a potentially confusing member functionChris Robinson2022-12-081-1/+1
|
* Use standard likely/unlikely attributes when availableChris Robinson2022-12-051-1/+1
|
* Use an icosahedron for 3D second-orderChris Robinson2022-09-011-3/+2
|
* Simplify calculating nearest HRIR indexChris Robinson2022-08-021-8/+1
|
* Silence an inline failure warning with GCCChris Robinson2022-07-191-0/+4
|
* Avoid duplicate initializations for multiple filtersChris Robinson2022-07-171-1/+2
| | | | Just initialize the first and copy it to the others.
* Replace a few asserts with actual checks or ASSUME()Chris Robinson2022-03-301-1/+2
|
* Avoid using an if_constexpr macroChris Robinson2022-02-221-19/+34
| | | | | It doesn't actually use if constexpr, and compilers are smart enough to optimize. Some functions can use templates instead.
* Get rid of MathDefsChris Robinson2022-01-271-7/+7
|
* Make a construct_at method amd use itChris Robinson2021-10-081-11/+10
|
* Update some more includesChris Robinson2021-04-241-2/+2
|
* Move hrtf.cpp/h to coreChris Robinson2021-04-221-0/+1447