FFmpeg
|
ATRAC3 AKA RealAudio 8 compatible decoder data. More...
#include <stdint.h>
Go to the source code of this file.
Variables | |
static const uint8_t | huffcode1 [9] |
static const uint8_t | huffbits1 [9] = { 1, 3, 3, 4, 4, 5, 5, 5, 5 } |
static const uint8_t | huffcode2 [5] = { 0x0, 0x4, 0x5, 0x6, 0x7 } |
static const uint8_t | huffbits2 [5] = { 1, 3, 3, 3, 3 } |
static const uint8_t | huffcode3 [7] = { 0x0, 0x4, 0x5, 0xC, 0xD, 0xE, 0xF } |
static const uint8_t | huffbits3 [7] = { 1, 3, 3, 4, 4, 4, 4 } |
static const uint8_t | huffcode4 [9] |
static const uint8_t | huffbits4 [9] = { 1, 3, 3, 4, 4, 5, 5, 5, 5 } |
static const uint8_t | huffcode5 [15] |
static const uint8_t | huffbits5 [15] |
static const uint8_t | huffcode6 [31] |
static const uint8_t | huffbits6 [31] |
static const uint8_t | huffcode7 [63] |
static const uint8_t | huffbits7 [63] |
static const uint8_t | huff_tab_sizes [7] |
static const uint8_t *const | huff_codes [7] |
static const uint8_t *const | huff_bits [7] |
static const uint16_t | atrac3_vlc_offs [9] |
static const uint8_t | clc_length_tab [8] = { 0, 4, 3, 3, 4, 4, 5, 6 } |
static const int8_t | mantissa_clc_tab [4] = { 0, 1, -2, -1 } |
static const int8_t | mantissa_vlc_tab [18] |
static const float | inv_max_quant [8] |
static const uint16_t | subband_tab [33] |
static const float | matrix_coeffs [8] |
ATRAC3 AKA RealAudio 8 compatible decoder data.
Definition in file atrac3data.h.
|
static |
Definition at line 35 of file atrac3data.h.
|
static |
Definition at line 39 of file atrac3data.h.
|
static |
Definition at line 41 of file atrac3data.h.
|
static |
Definition at line 43 of file atrac3data.h.
|
static |
Definition at line 45 of file atrac3data.h.
|
static |
Definition at line 47 of file atrac3data.h.
|
static |
Definition at line 49 of file atrac3data.h.
|
static |
Definition at line 53 of file atrac3data.h.
|
static |
Definition at line 55 of file atrac3data.h.
|
static |
Definition at line 60 of file atrac3data.h.
|
static |
Definition at line 64 of file atrac3data.h.
|
static |
Definition at line 71 of file atrac3data.h.
|
static |
Definition at line 76 of file atrac3data.h.
|
static |
Definition at line 87 of file atrac3data.h.
|
static |
Definition at line 94 of file atrac3data.h.
Referenced by atrac3_init_static_data().
|
static |
Definition at line 98 of file atrac3data.h.
Referenced by atrac3_init_static_data().
|
static |
Definition at line 102 of file atrac3data.h.
Referenced by atrac3_init_static_data().
|
static |
Definition at line 106 of file atrac3data.h.
Referenced by atrac3_init_static_data().
|
static |
Definition at line 112 of file atrac3data.h.
Referenced by read_quant_spectral_coeffs().
|
static |
Definition at line 114 of file atrac3data.h.
Referenced by read_quant_spectral_coeffs().
|
static |
Definition at line 116 of file atrac3data.h.
Referenced by read_quant_spectral_coeffs().
|
static |
Definition at line 123 of file atrac3data.h.
Referenced by decode_spectrum(), and decode_tonal_components().
|
static |
Definition at line 128 of file atrac3data.h.
Referenced by decode_channel_sound_unit(), and decode_spectrum().
|
static |
Definition at line 137 of file atrac3data.h.
Referenced by reverse_matrixing(), and vaapi_encode_h265_write_vui_parameters().