Tables for spectrum coding. More...
#include <atrac3plus_data.h>
Tables for spectrum coding.
Definition at line 1641 of file atrac3plus_data.h.
number of coefficients grouped together
Definition at line 1642 of file atrac3plus_data.h.
Referenced by decode_qu_spectra().
1 - map index to a single value, > 1 - map index to a vector of values
Definition at line 1643 of file atrac3plus_data.h.
Referenced by decode_qu_spectra().
number of bits a single coefficient occupy
Definition at line 1644 of file atrac3plus_data.h.
Referenced by decode_qu_spectra().
1 - values in that table are signed ones, otherwise - absolute ones
Definition at line 1645 of file atrac3plus_data.h.
Referenced by decode_qu_spectra().
if >= 0: tells which huffman table must be reused
Definition at line 1647 of file atrac3plus_data.h.
Referenced by decode_spectrum().
pointer to the codebook descriptor
Definition at line 1648 of file atrac3plus_data.h.
pointer to the translation table or NULL if none
Definition at line 1649 of file atrac3plus_data.h.