FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | ATRAC9BlockConfig |
struct | HuffmanCodebook |
Enumerations | |
enum | ATRAC9BlockType { ATRAC9_BLOCK_TYPE_SCE, ATRAC9_BLOCK_TYPE_CPE, ATRAC9_BLOCK_TYPE_LFE } |
Variables | |
static const ATRAC9BlockConfig | at9_block_layout [] |
static const uint8_t | at9_tab_sri_frame_log2 [] |
static const uint8_t | at9_tab_band_q_unit_map [] |
static const uint8_t | at9_q_unit_to_coeff_cnt [] |
static const int | at9_q_unit_to_coeff_idx [] |
static const uint8_t | at9_q_unit_to_codebookidx [] |
static const uint8_t | at9_tab_sri_max_bands [] |
static const int | at9_tab_samplerates [] |
static const uint8_t | at9_tab_band_ext_cnt [][6] |
static const uint8_t | at9_tab_band_ext_group [][3] |
static const uint8_t | at9_tab_band_ext_lengths [][6][4] |
static const float | at9_band_ext_scales_m0 [][5][32] |
static const float | at9_band_ext_scales_m2 [] |
static const float | at9_band_ext_scales_m3 [][2] |
static const float | at9_band_ext_scales_m4 [] |
static const float | at9_quant_step_coarse [] |
static const float | at9_quant_step_fine [] |
static const float | at9_scalefactor_c [] |
static const uint8_t | at9_tab_sf_weights [][32] |
static const uint8_t | at9_tab_b_dist [] |
static const uint8_t | at9_sfb_a_tab [][2] |
static const uint8_t | at9_sfb_b_tab [][2] |
static const HuffmanCodebook | at9_huffman_sf_unsigned [] |
static const HuffmanCodebook | at9_huffman_sf_signed [] |
static const uint8_t | at9_coeffs_tab [][2] |
static const HuffmanCodebook | at9_huffman_coeffs [][8][4] |
enum ATRAC9BlockType |
Enumerator | |
---|---|
ATRAC9_BLOCK_TYPE_SCE | |
ATRAC9_BLOCK_TYPE_CPE | |
ATRAC9_BLOCK_TYPE_LFE |
Definition at line 29 of file atrac9tab.h.
|
static |
Definition at line 42 of file atrac9tab.h.
Referenced by atrac9_decode_init().
|
static |
Definition at line 89 of file atrac9tab.h.
Referenced by atrac9_decode_init().
|
static |
Definition at line 93 of file atrac9tab.h.
Referenced by atrac9_decode_block().
|
static |
Definition at line 97 of file atrac9tab.h.
Referenced by apply_band_extension(), calc_codebook_idx(), and read_coeffs_coarse().
|
static |
Definition at line 102 of file atrac9tab.h.
Referenced by apply_band_extension(), apply_intensity_stereo(), apply_scalefactors(), atrac9_decode_block(), dequantize(), read_coeffs_coarse(), read_coeffs_fine(), and scale_band_ext_coeffs().
|
static |
Definition at line 107 of file atrac9tab.h.
Referenced by read_coeffs_coarse().
|
static |
Definition at line 112 of file atrac9tab.h.
Referenced by atrac9_decode_block().
|
static |
Definition at line 116 of file atrac9tab.h.
Referenced by atrac9_decode_init().
|
static |
Definition at line 121 of file atrac9tab.h.
Referenced by parse_band_ext().
|
static |
Definition at line 130 of file atrac9tab.h.
Referenced by apply_band_extension(), and parse_band_ext().
|
static |
Definition at line 141 of file atrac9tab.h.
Referenced by parse_band_ext().
|
static |
Definition at line 184 of file atrac9tab.h.
Referenced by apply_band_extension().
|
static |
Definition at line 271 of file atrac9tab.h.
Referenced by apply_band_extension().
|
static |
Definition at line 290 of file atrac9tab.h.
Referenced by apply_band_extension().
|
static |
|
static |
Definition at line 306 of file atrac9tab.h.
Referenced by dequantize().
|
static |
Definition at line 315 of file atrac9tab.h.
Referenced by dequantize().
|
static |
Definition at line 324 of file atrac9tab.h.
Referenced by apply_band_extension(), and apply_scalefactors().
|
static |
Definition at line 335 of file atrac9tab.h.
Referenced by read_scalefactors().
|
static |
Definition at line 370 of file atrac9tab.h.
Referenced by atrac9_decode_init().
|
static |
Definition at line 376 of file atrac9tab.h.
Referenced by atrac9_init_static().
|
static |
Definition at line 407 of file atrac9tab.h.
Referenced by atrac9_init_static().
|
static |
Definition at line 431 of file atrac9tab.h.
Referenced by atrac9_init_static().
|
static |
Definition at line 441 of file atrac9tab.h.
Referenced by atrac9_init_static().
|
static |
Definition at line 450 of file atrac9tab.h.
Referenced by atrac9_init_static().
|
static |
Definition at line 1293 of file atrac9tab.h.
Referenced by atrac9_init_static(), and read_coeffs_coarse().