Simplify bsinc filter storage in the filter state
commitf9c09cc845b786705b43b39300d8706db7ab0054
authorChris Robinson <chris.kcat@gmail.com>
Wed, 16 Aug 2017 09:45:25 +0000 (16 02:45 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 16 Aug 2017 09:45:25 +0000 (16 02:45 -0700)
tree7cbc0b883b916c971390cf48fe2a76199267a1c9
parent520dd5c77972cad13d1a97e228903b3c5bdc384f
Simplify bsinc filter storage in the filter state

Rather than storing individual pointers to filter, scale delta, phase delta,
and scale  phase delta entries, per phase index, the new table layout makes it
trivial to access the per-phase filter and delta entries given the base offset
and coefficient count.
Alc/ALu.c
Alc/mixer_c.c
Alc/mixer_neon.c
Alc/mixer_sse.c
OpenAL32/Include/alu.h