Don't access the band splitter fields in the processing loops
commit72d2febccbc670843669494fe5bc052839f54294
authorChris Robinson <chris.kcat@gmail.com>
Tue, 31 May 2016 14:50:23 +0000 (31 07:50 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 31 May 2016 14:50:23 +0000 (31 07:50 -0700)
treed1f6c7a42ed98486e5b64f98c1c47ffbcaa45b9e
parentd1c4fb6364ce974bd0a4769604b9bba19481e17f
Don't access the band splitter fields in the processing loops

perf shows a 5% drop in relative execution time on the alffplay example with an
audio-only file (20% to 15%). Kinda figured the optimizer would handle it
better, but I guess not.
Alc/bformatdec.c