FFmpeg
|
Tables for spectrum coding. More...
#include <atrac3plus_data.h>
Data Fields | |
uint8_t | group_size |
number of coefficients grouped together More... | |
uint8_t | num_coeffs |
1 - map index to a single value, > 1 - map index to a vector of values More... | |
uint8_t | bits |
number of bits a single coefficient occupy More... | |
uint8_t | is_signed |
1 - values in that table are signed ones, otherwise - absolute ones More... | |
Tables for spectrum coding.
Definition at line 1407 of file atrac3plus_data.h.
uint8_t Atrac3pSpecCodeTab::group_size |
number of coefficients grouped together
Definition at line 1408 of file atrac3plus_data.h.
uint8_t Atrac3pSpecCodeTab::num_coeffs |
1 - map index to a single value, > 1 - map index to a vector of values
Definition at line 1409 of file atrac3plus_data.h.
uint8_t Atrac3pSpecCodeTab::bits |
number of bits a single coefficient occupy
Definition at line 1410 of file atrac3plus_data.h.
uint8_t Atrac3pSpecCodeTab::is_signed |
1 - values in that table are signed ones, otherwise - absolute ones
Definition at line 1411 of file atrac3plus_data.h.