Repack the ambisonic dual-band decoder matrices
commit35cbecabf91fe449bb7209aa98ba7461bfd078a2
authorChris Robinson <chris.kcat@gmail.com>
Sun, 17 Jul 2016 07:29:02 +0000 (17 00:29 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 17 Jul 2016 07:29:43 +0000 (17 00:29 -0700)
tree6f2e8ef2c076ea50001c21a5ec24f09227bb3af7
parent2f3cffa517bdb26d2a56e49a3633353c6769995a
Repack the ambisonic dual-band decoder matrices

The decoders use a row of the HF decoder matrix followed by a row of the LF
decoder matrix, for each given output channel in turn. Packing the two matrices
accordingly results in less memory hopping.
Alc/bformatdec.c