|
FFmpeg
|
Sound channel parameters. More...
#include <atrac3plus.h>
Public Attributes | |
| int | ch_num |
| int | num_coded_vals |
| number of transmitted quant unit values | |
| int | fill_mode |
| int | split_point |
| int | table_type |
| table type: 0 - tone?, 1- noise? | |
| int | qu_wordlen [32] |
| array of word lengths for each quant unit | |
| int | qu_sf_idx [32] |
| array of scale factor indexes for each quant unit | |
| int | qu_tab_idx [32] |
| array of code table indexes for each quant unit | |
| int16_t | spectrum [2048] |
| decoded IMDCT spectrum | |
| uint8_t | power_levs [5] |
| power compensation levels | |
| uint8_t | wnd_shape_hist [2][ATRAC3P_SUBBANDS] |
| IMDCT window shape, 0=sine/1=steep. | |
| uint8_t * | wnd_shape |
| IMDCT window shape for current frame. | |
| uint8_t * | wnd_shape_prev |
| IMDCT window shape for previous frame. | |
| AtracGainInfo | gain_data_hist [2][ATRAC3P_SUBBANDS] |
| gain control data for all subbands | |
| AtracGainInfo * | gain_data |
| gain control data for next frame | |
| AtracGainInfo * | gain_data_prev |
| gain control data for previous frame | |
| int | num_gain_subbands |
| number of subbands with gain control data | |
| Atrac3pWavesData | tones_info_hist [2][ATRAC3P_SUBBANDS] |
| Atrac3pWavesData * | tones_info |
| Atrac3pWavesData * | tones_info_prev |
Sound channel parameters.
1.8.12