FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
atrac3plus_data.h File Reference
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  Atrac3pSpecCodeTab
 Tables for spectrum coding. More...
 

Variables

static const uint8_t atrac3p_wl_huff_code1 [3] = { 0, 2, 3 }
 VLC tables for wordlen. More...
 
static const uint8_t atrac3p_wl_huff_bits1 [3] = { 1, 2, 2 }
 
static const uint8_t atrac3p_wl_huff_xlat1 [3] = { 0, 1, 7 }
 
static const uint8_t atrac3p_wl_huff_code2 [5] = { 0, 4, 5, 6, 7 }
 
static const uint8_t atrac3p_wl_huff_bits2 [5] = { 1, 3, 3, 3, 3 }
 
static const uint8_t atrac3p_wl_huff_xlat2 [5] = { 0, 1, 2, 6, 7 }
 
static const uint8_t atrac3p_wl_huff_code3 [8]
 
static const uint8_t atrac3p_wl_huff_bits3 [8] = { 1, 3, 4, 5, 5, 4, 4, 3 }
 
static const uint8_t atrac3p_wl_huff_code4 [8]
 
static const uint8_t atrac3p_wl_huff_bits4 [8] = { 1, 3, 4, 4, 5, 5, 4, 3 }
 
static const uint16_t atrac3p_sf_huff_code1 [64]
 VLC tables for scale factor indexes. More...
 
static const uint8_t atrac3p_sf_huff_bits1 [64]
 
static const uint8_t atrac3p_sf_huff_xlat1 [64]
 
static const uint8_t atrac3p_sf_huff_xlat2 [64]
 
static const uint16_t atrac3p_sf_huff_code2 [64]
 
static const uint8_t atrac3p_sf_huff_bits2 [64]
 
static const uint16_t atrac3p_sf_huff_code3 [64]
 
static const uint8_t atrac3p_sf_huff_bits3 [64]
 
static const uint16_t atrac3p_sf_huff_code4 [16]
 
static const uint8_t atrac3p_sf_huff_bits4 [16]
 
static const uint8_t atrac3p_sf_huff_xlat4 [16]
 
static const uint8_t atrac3p_sf_huff_xlat5 [16]
 
static const uint16_t atrac3p_sf_huff_code5 [16]
 
static const uint8_t atrac3p_sf_huff_bits5 [16]
 
static const uint16_t atrac3p_sf_huff_code6 [16]
 
static const uint8_t atrac3p_sf_huff_bits6 [16]
 
static const uint8_t atrac3p_ct_huff_code1 [4] = { 0, 2, 6, 7 }
 VLC tables for code table indexes. More...
 
static const uint8_t atrac3p_ct_huff_bits1 [4] = { 1, 2, 3, 3 }
 
static const uint8_t atrac3p_ct_huff_code2 [8] = { 0, 2, 3, 4, 5, 6, 0xE, 0xF }
 
static const uint8_t atrac3p_ct_huff_bits2 [8] = { 2, 3, 3, 3, 3, 3, 4, 4 }
 
static const uint8_t atrac3p_ct_huff_xlat1 [8] = { 0, 1, 2, 3, 6, 7, 4, 5 }
 
static const uint8_t atrac3p_ct_huff_code3 [8]
 
static const uint8_t atrac3p_ct_huff_bits3 [8] = { 1, 3, 4, 4, 4, 4, 4, 4 }
 
static const int8_t atrac3p_wl_weights [6][32]
 
static const int8_t atrac3p_sf_weights [2][32]
 
static const uint8_t atrac3p_qu_num_to_seg [32]
 Ungroup table for word length segments. More...
 
static const uint8_t atrac3p_qu_to_subband [32]
 Map quant unit number to subband number. More...
 
static const int atrac3p_subband_to_num_powgrps [16]
 Map subband number to number of power compensation groups. More...
 
static const int8_t atrac3p_wl_shapes [8][16][9]
 3D base shape tables. More...
 
static const int8_t atrac3p_sf_shapes [64][9]
 2D base shape tables for scale factor coding. More...
 
static const uint8_t atrac3p_ct_restricted_to_full [2][7][4]
 
static const uint8_t huff_a01_cb [14]
 Tables for spectrum coding. More...
 
static const uint8_t huff_a01_xlat [81]
 
static const uint8_t huff_a02_cb [13]
 
static const uint8_t huff_a02_xlat [81]
 
static const uint8_t huff_a03_cb [9] = { 3, 9, 1, 8, 0, 13, 18, 7, 2 }
 
static const uint8_t huff_a03_xlat [49]
 
static const uint8_t huff_a04_cb [4] = { 2, 3, 2, 4 }
 
static const uint8_t huff_a04_xlat [6] = { 1, 2, 0, 3, 4, 5 }
 
static const uint8_t huff_a05_cb [12]
 
static const uint8_t huff_a05_xlat [225]
 
static const uint8_t huff_a06_cb [7]
 
static const uint8_t huff_a06_xlat [16]
 
static const uint8_t huff_a07_cb [11]
 
static const uint8_t huff_a07_xlat [63]
 
static const uint8_t huff_a11_cb [13]
 
static const uint8_t huff_a11_xlat [81]
 
static const uint8_t huff_a12_cb [8] = { 5, 10, 16, 11, 32, 19, 1, 2 }
 
static const uint8_t huff_a12_xlat [81]
 
static const uint8_t huff_a13_cb [12]
 
static const uint8_t huff_a13_xlat [49]
 
static const uint8_t huff_a14_cb [12]
 
static const uint8_t huff_a14_xlat [121]
 
static const uint8_t huff_a15_cb [9] = { 5, 11, 9, 12, 16, 44, 98, 42, 4 }
 
static const uint8_t huff_a15_xlat [225]
 
static const uint8_t huff_a16_cb [13]
 
static const uint8_t huff_a16_xlat [256]
 
static const uint8_t huff_a17_cb [9] = { 3, 9, 3, 2, 5, 7, 17, 23, 6 }
 
static const uint8_t huff_a17_xlat [63]
 
static const uint8_t huff_a21_cb [14]
 
static const uint8_t huff_a21_xlat [81]
 
static const uint8_t huff_a22_cb [10] = { 2, 9, 1, 4, 0, 4, 3, 8, 3, 2 }
 
static const uint8_t huff_a22_xlat [25]
 
static const uint8_t huff_a23_cb [9] = { 3, 9, 5, 0, 4, 6, 10, 16, 8 }
 
static const uint8_t huff_a23_xlat [49]
 
static const uint8_t huff_a24_cb [5] = { 2, 4, 3, 1, 2 }
 
static const uint8_t huff_a25_cb [5] = { 2, 4, 1, 5, 2 }
 
static const uint8_t huff_a25_xlat [8] = { 1, 0, 2, 3, 4, 5, 6, 7 }
 
static const uint8_t huff_a26_cb [10] = { 4, 11, 3, 4, 12, 15, 34, 83, 75, 30 }
 
static const uint8_t huff_a26_xlat [256]
 
static const uint8_t huff_a27_cb [7] = { 4, 8, 3, 14, 10, 20, 16 }
 
static const uint8_t huff_a27_xlat [63]
 
static const uint8_t huff_a31_cb [8] = { 1, 6, 1, 0, 3, 1, 0, 4 }
 
static const uint8_t huff_a31_xlat [9]
 
static const uint8_t huff_a32_cb [13]
 
static const uint8_t huff_a32_xlat [81]
 
static const uint8_t huff_a33_cb [12]
 
static const uint8_t huff_a33_xlat [256]
 
static const uint8_t huff_a34_cb [7] = { 1, 5, 1, 1, 1, 1, 2 }
 
static const uint8_t huff_a34_xlat [6] = { 1, 0, 2, 3, 4, 5 }
 
static const uint8_t huff_a35_cb [11] = { 2, 10, 1, 0, 2, 3, 6, 19, 9, 75, 110 }
 
static const uint8_t huff_a35_xlat [225]
 
static const uint8_t huff_a36_cb [12]
 
static const uint8_t huff_a36_xlat [256]
 
static const uint8_t huff_a37_cb [7] = { 4, 8, 7, 6, 8, 22, 20 }
 
static const uint8_t huff_a37_xlat [63]
 
static const uint8_t huff_a41_cb [14]
 
static const uint8_t huff_a41_xlat [81]
 
static const uint8_t huff_a42_cb [10] = { 3, 10, 1, 2, 13, 1, 31, 13, 16, 4 }
 
static const uint8_t huff_a42_xlat [81]
 
static const uint8_t huff_a43_cb [5] = { 2, 4, 2, 3, 2 }
 
static const uint8_t huff_a43_xlat [7] = { 0, 7, 1, 2, 6, 3, 5 }
 
static const uint8_t huff_a44_cb [9] = { 4, 10, 5, 4, 12, 17, 47, 24, 12 }
 
static const uint8_t huff_a44_xlat [121]
 
static const uint8_t huff_a45_cb [5] = { 2, 4, 2, 2, 4 }
 
static const uint8_t huff_a45_xlat [8] = { 1, 2, 0, 3, 4, 5, 6, 7 }
 
static const uint8_t huff_a46_cb [7] = { 5, 9, 1, 16, 31, 36, 172 }
 
static const uint8_t huff_a46_xlat [256]
 
static const uint8_t huff_a47_cb [8] = { 4, 9, 5, 12, 9, 12, 15, 10 }
 
static const uint8_t huff_a47_xlat [63]
 
static const uint8_t huff_a51_cb [12]
 
static const uint8_t huff_a51_xlat [81]
 
static const uint8_t huff_a52_cb [12] = { 1, 10, 1, 0, 2, 2, 0, 4, 3, 8, 3, 2 }
 
static const uint8_t huff_a52_xlat [25]
 
static const uint8_t huff_a53_xlat [7] = { 0, 1, 2, 6, 7, 3, 5 }
 
static const uint8_t huff_a54_cb [8] = { 4, 9, 4, 7, 12, 19, 21, 58 }
 
static const uint8_t huff_a54_xlat [121]
 
static const uint8_t huff_a55_cb [8] = { 1, 6, 1, 1, 1, 0, 3, 2 }
 
static const uint8_t huff_a55_xlat [8] = { 0, 1, 2, 3, 6, 7, 4, 5 }
 
static const uint8_t huff_a56_cb [7] = { 3, 7, 1, 8, 6, 8, 8 }
 
static const uint8_t huff_a56_xlat [31]
 
static const uint8_t huff_a57_cb [9] = { 3, 9, 1, 5, 7, 8, 16, 22, 4 }
 
static const uint8_t huff_a57_xlat [63]
 
static const uint8_t huff_a61_cb [12]
 
static const uint8_t huff_a61_xlat [81]
 
static const uint8_t huff_a62_cb [8] = { 3, 8, 5, 2, 2, 9, 5, 2 }
 
static const uint8_t huff_a62_xlat [25]
 
static const uint8_t huff_a63_cb [11]
 
static const uint8_t huff_a63_xlat [256]
 
static const uint8_t huff_a64_cb [8] = { 4, 9, 1, 7, 12, 36, 63, 2 }
 
static const uint8_t huff_a64_xlat [121]
 
static const uint8_t huff_a65_cb [8] = { 2, 7, 3, 0, 1, 3, 4, 4 }
 
static const uint8_t huff_a65_xlat [15]
 
static const uint8_t huff_a66_cb [11] = { 2, 10, 1, 2, 2, 6, 8, 6, 3, 1, 2 }
 
static const uint8_t huff_a66_xlat [31]
 
static const uint8_t huff_a67_cb [10] = { 2, 9, 1, 1, 3, 4, 6, 13, 25, 10 }
 
static const uint8_t huff_a67_xlat [63]
 
static const uint8_t huff_a71_cb [5] = { 1, 3, 1, 1, 2 }
 
static const uint8_t huff_a72_cb [12]
 
static const uint8_t huff_a72_xlat [81]
 
static const uint8_t huff_a73_cb [11] = { 2, 10, 1, 1, 5, 2, 8, 7, 13, 8, 4 }
 
static const uint8_t huff_a73_xlat [49]
 
static const uint8_t huff_a74_cb [14]
 
static const uint8_t huff_a74_xlat [121]
 
static const uint8_t huff_a75_cb [7] = { 2, 6, 1, 3, 3, 4, 4 }
 
static const uint8_t huff_a75_xlat [15]
 
static const uint8_t huff_a76_cb [12]
 
static const uint8_t huff_a76_xlat [256]
 
static const uint8_t huff_b01_cb [14]
 
static const uint8_t huff_b01_xlat [81]
 
static const uint8_t huff_b02_cb [14]
 
static const uint8_t huff_b02_xlat [81]
 
static const uint8_t huff_b03_cb [11] = { 1, 9, 1, 0, 0, 4, 0, 5, 12, 13, 14 }
 
static const uint8_t huff_b03_xlat [49]
 
static const uint8_t huff_b04_cb [12]
 
static const uint8_t huff_b04_xlat [121]
 
static const uint8_t huff_b05_cb [11]
 
static const uint8_t huff_b05_xlat [225]
 
static const uint8_t huff_b07_cb [9] = { 3, 9, 3, 2, 4, 8, 23, 13, 10 }
 
static const uint8_t huff_b07_xlat [63]
 
static const uint8_t huff_b12_cb [10] = { 3, 10, 1, 3, 12, 0, 30, 9, 18, 8 }
 
static const uint8_t huff_b12_xlat [81]
 
static const uint8_t huff_b14_cb [14]
 
static const uint8_t huff_b14_xlat [121]
 
static const uint8_t huff_b16_cb [11]
 
static const uint8_t huff_b16_xlat [256]
 
static const uint8_t huff_b26_cb [12]
 
static const uint8_t huff_b26_xlat [256]
 
static const uint8_t huff_b32_cb [12]
 
static const uint8_t huff_b32_xlat [81]
 
static const uint8_t huff_b33_cb [13]
 
static const uint8_t huff_b33_xlat [256]
 
static const uint8_t huff_b35_cb [14]
 
static const uint8_t huff_b35_xlat [225]
 
static const uint8_t huff_b37_cb [13]
 
static const uint8_t huff_b37_xlat [63]
 
static const uint8_t huff_b41_cb [14]
 
static const uint8_t huff_b41_xlat [81]
 
static const uint8_t huff_b42_cb [11] = { 1, 9, 1, 0, 1, 3, 2, 3, 7, 4, 4 }
 
static const uint8_t huff_b42_xlat [25]
 
static const uint8_t huff_b43_cb [10] = { 2, 9, 1, 1, 3, 4, 9, 15, 12, 4 }
 
static const uint8_t huff_b43_xlat [49]
 
static const uint8_t huff_b47_cb [10] = { 2, 9, 1, 1, 3, 4, 6, 14, 22, 12 }
 
static const uint8_t huff_b47_xlat [63]
 
static const uint8_t huff_b52_cb [11] = { 1, 9, 1, 0, 1, 3, 2, 3, 7, 4, 4 }
 
static const uint8_t huff_b52_xlat [25]
 
static const uint8_t huff_b53_cb [7] = { 1, 5, 1, 1, 1, 0, 4 }
 
static const uint8_t huff_b53_xlat [7] = { 0, 7, 1, 2, 3, 5, 6 }
 
static const uint8_t huff_b56_cb [11] = { 1, 9, 1, 0, 2, 0, 2, 4, 11, 9, 2 }
 
static const uint8_t huff_b56_xlat [31]
 
static const uint8_t huff_b62_cb [14]
 
static const uint8_t huff_b62_xlat [81]
 
static const uint8_t huff_b63_cb [7] = { 1, 5, 1, 1, 1, 0, 4 }
 
static const uint8_t huff_b63_xlat [7] = { 0, 1, 7, 2, 3, 5, 6 }
 
static const uint8_t huff_b64_cb [7] = { 1, 5, 1, 1, 1, 1, 2 }
 
static const uint8_t huff_b64_xlat [6] = { 1, 0, 2, 5, 3, 4 }
 
static const uint8_t huff_b65_cb [14]
 
static const uint8_t huff_b65_xlat [225]
 
static const uint8_t huff_b66_cb [14]
 
static const uint8_t huff_b66_xlat [256]
 
static const uint8_t huff_b67_cb [10] = { 2, 9, 1, 2, 1, 4, 7, 10, 26, 12 }
 
static const uint8_t huff_b67_xlat [63]
 
static const uint8_t huff_b71_cb [14]
 
static const uint8_t huff_b71_xlat [81]
 
static const uint8_t huff_b73_cb [13]
 
static const uint8_t huff_b73_xlat [256]
 
static const uint8_t huff_b74_cb [8] = { 1, 6, 1, 0, 2, 2, 2, 4 }
 
static const uint8_t huff_b74_xlat [11]
 
static const uint8_t huff_b75_cb [13]
 
static const uint8_t huff_b75_xlat [225]
 
static const uint8_t huff_b77_cb [12]
 
static const uint8_t huff_b77_xlat [63]
 
static const Atrac3pSpecCodeTab atrac3p_spectra_tabs [112]
 
static const uint8_t atrac3p_huff_gain_npoints1_cb [9]
 
static const uint8_t atrac3p_huff_gain_npoints2_xlat [8]
 
static const uint8_t atrac3p_huff_gain_lev1_cb [9] = { 1, 7, 1, 0, 2, 2, 1, 2, 8 }
 
static const uint8_t atrac3p_huff_gain_lev1_xlat [16]
 
static const uint8_t atrac3p_huff_gain_lev2_cb [11]
 
static const uint8_t atrac3p_huff_gain_lev2_xlat [15]
 
static const uint8_t atrac3p_huff_gain_lev3_cb [11]
 
static const uint8_t atrac3p_huff_gain_lev3_xlat [16]
 
static const uint8_t atrac3p_huff_gain_lev4_cb [11]
 
static const uint8_t atrac3p_huff_gain_lev4_xlat [16]
 
static const uint8_t atrac3p_huff_gain_loc1_cb [9] = { 2, 8, 1, 2, 4, 4, 4, 0, 16 }
 
static const uint8_t atrac3p_huff_gain_loc1_xlat [31]
 
static const uint8_t atrac3p_huff_gain_loc2_cb [8] = { 3, 8, 5, 3, 2, 3, 2, 16 }
 
static const uint8_t atrac3p_huff_gain_loc2_xlat [31]
 
static const uint8_t atrac3p_huff_gain_loc3_cb [7] = { 2, 6, 1, 0, 2, 11, 18 }
 
static const uint8_t atrac3p_huff_gain_loc3_xlat [32]
 
static const uint8_t atrac3p_huff_gain_loc4_cb [5] = { 4, 6, 3, 23, 6 }
 
static const uint8_t atrac3p_huff_gain_loc4_xlat [32]
 
static const uint8_t atrac3p_huff_gain_loc5_cb [9] = { 1, 7, 1, 0, 0, 3, 2, 6, 20 }
 
static const uint8_t atrac3p_huff_gain_loc5_xlat [32]
 
static const uint8_t atrac3p_huff_tonebands_cb [8] = { 1, 6, 1, 0, 1, 2, 4, 8 }
 
static const uint8_t atrac3p_huff_numwavs1_cb [9] = { 1, 7, 1, 1, 1, 1, 1, 1, 2 }
 
static const uint8_t atrac3p_huff_numwavs2_cb [8] = { 1, 6, 1, 1, 1, 1, 0, 4 }
 
static const uint8_t atrac3p_huff_numwavs2_xlat [8] = { 0, 1, 7, 2, 3, 4, 5, 6 }
 
static const uint8_t atrac3p_huff_wav_ampsf1_cb [7] = { 4, 8, 10, 8, 6, 0, 8 }
 
static const uint8_t atrac3p_huff_wav_ampsf1_xlat [32]
 
static const uint8_t atrac3p_huff_wav_ampsf2_cb [7] = { 4, 8, 11, 5, 6, 6, 4 }
 
static const uint8_t atrac3p_huff_wav_ampsf2_xlat [32]
 
static const uint8_t atrac3p_huff_wav_ampsf3_cb [9] = { 2, 8, 1, 3, 3, 1, 4, 4, 16 }
 
static const uint8_t atrac3p_huff_wav_ampsf3_xlat [32]
 
static const uint8_t atrac3p_huff_freq_cb [13]
 
static const uint8_t atrac3p_huff_freq_xlat [256]
 

Variable Documentation

const uint8_t atrac3p_wl_huff_code1[3] = { 0, 2, 3 }
static

VLC tables for wordlen.

Definition at line 30 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_bits1[3] = { 1, 2, 2 }
static

Definition at line 32 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_xlat1[3] = { 0, 1, 7 }
static

Definition at line 34 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_code2[5] = { 0, 4, 5, 6, 7 }
static

Definition at line 36 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_bits2[5] = { 1, 3, 3, 3, 3 }
static

Definition at line 38 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_xlat2[5] = { 0, 1, 2, 6, 7 }
static

Definition at line 40 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_code3[8]
static
Initial value:
= {
0, 4, 0xC, 0x1E, 0x1F, 0xD, 0xE, 5
}

Definition at line 42 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_bits3[8] = { 1, 3, 4, 5, 5, 4, 4, 3 }
static

Definition at line 46 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_code4[8]
static
Initial value:
= {
0, 4, 0xC, 0xD, 0x1E, 0x1F, 0xE, 5
}

Definition at line 48 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_wl_huff_bits4[8] = { 1, 3, 4, 4, 5, 5, 4, 3 }
static

Definition at line 52 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint16_t atrac3p_sf_huff_code1[64]
static
Initial value:
= {
0, 2, 3, 4, 5, 0xC, 0xD, 0xE0,
0xE1, 0xE2, 0xE3, 0xE4, 0xE5, 0xE6, 0x1CE, 0x1CF,
0x1D0, 0x1D1, 0x1D2, 0x1D3, 0x1D4, 0x1D5, 0x1D6, 0x1D7,
0x1D8, 0x1D9, 0x1DA, 0x1DB, 0x1DC, 0x1DD, 0x1DE, 0x1DF,
0x1E0, 0x1E1, 0x1E2, 0x1E3, 0x1E4, 0x1E5, 0x1E6, 0x1E7,
0x1E8, 0x1E9, 0x1EA, 0x1EB, 0x1EC, 0x1ED, 0x1EE, 0x1EF,
0x1F0, 0x1F1, 0x1F2, 0x1F3, 0x1F4, 0x1F5, 0x1F6, 0x1F7,
0x1F8, 0x1F9, 0x1FA, 0x1FB, 0x1FC, 0x1FD, 0x1FE, 0x1FF
}

VLC tables for scale factor indexes.

Definition at line 55 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_bits1[64]
static
Initial value:
= {
2, 3, 3, 3, 3, 4, 4, 8, 8, 8, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9
}

Definition at line 66 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_xlat1[64]
static
Initial value:
= {
0, 1, 61, 62, 63, 2, 60, 3, 4, 5, 6, 57, 58, 59, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56
}

Definition at line 73 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_xlat2[64]
static
Initial value:
= {
0, 1, 2, 62, 63, 3, 61, 4, 5, 6, 57, 58, 59, 60, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56
}

Definition at line 80 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint16_t atrac3p_sf_huff_code2[64]
static
Initial value:
= {
0, 4, 0x18, 0x19, 0x70, 0x1CA, 0x1CB, 0x1CC,
0x1CD, 0x1CE, 0x1CF, 0x1D0, 0x1D1, 0x1D2, 0x1D3, 0x1D4,
0x1D5, 0x1D6, 0x1D7, 0x1D8, 0x1D9, 0x1DA, 0x1DB, 0x1DC,
0x1DD, 0x1DE, 0x1DF, 0x1E0, 0x1E1, 0x1E2, 0x1E3, 0x1E4,
0x1E5, 0x1E6, 0x1E7, 0x1E8, 0x1E9, 0x1EA, 0x1EB, 0x1EC,
0x1ED, 0x1EE, 0x1EF, 0x1F0, 0x1F1, 0x1F2, 0x1F3, 0x1F4,
0x1F5, 0x1F6, 0x1F7, 0x1F8, 0x1F9, 0x1FA, 0x1FB, 0x1FC,
0x1FD, 0x1FE, 0x1FF, 0xE4, 0x71, 0x1A, 0x1B, 5
}

Definition at line 87 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_bits2[64]
static
Initial value:
= {
1, 3, 5, 5, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 7, 5, 5, 3
}

Definition at line 98 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint16_t atrac3p_sf_huff_code3[64]
static
Initial value:
= {
0, 2, 3, 0x18, 0x19, 0x70, 0x1CC, 0x1CD,
0x1CE, 0x1CF, 0x1D0, 0x1D1, 0x1D2, 0x1D3, 0x1D4, 0x1D5,
0x1D6, 0x1D7, 0x1D8, 0x1D9, 0x1DA, 0x1DB, 0x1DC, 0x1DD,
0x1DE, 0x1DF, 0x1E0, 0x1E1, 0x1E2, 0x1E3, 0x1E4, 0x1E5,
0x1E6, 0x1E7, 0x1E8, 0x1E9, 0x1EA, 0x1EB, 0x1EC, 0x1ED,
0x1EE, 0x1EF, 0x1F0, 0x1F1, 0x1F2, 0x1F3, 0x1F4, 0x1F5,
0x1F6, 0x1F7, 0x1F8, 0x1F9, 0x1FA, 0x1FB, 0x1FC, 0x1FD,
0x1FE, 0x1FF, 0x71, 0x72, 0x1A, 0x1B, 4, 5
}

Definition at line 105 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_bits3[64]
static
Initial value:
= {
2, 3, 3, 5, 5, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 5, 5, 3, 3
}

Definition at line 116 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint16_t atrac3p_sf_huff_code4[16]
static
Initial value:
= {
0, 2, 3, 4, 5, 0xC, 0xD, 0x38, 0x39, 0x3A, 0x3B, 0x3C, 0, 0x3D, 0x3E, 0x3F
}

Definition at line 123 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_bits4[16]
static
Initial value:
= {
2, 3, 3, 3, 3, 4, 4, 6, 6, 6, 6, 6, 0, 6, 6, 6
}

Definition at line 127 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_xlat4[16]
static
Initial value:
= {
0, 1, 13, 14, 15, 2, 12, 3, 4, 5, 6, 7, 8, 9, 10, 11
}

Definition at line 131 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_xlat5[16]
static
Initial value:
= {
0, 1, 2, 14, 15, 3, 13, 4, 5, 6, 7, 9, 8, 10, 11, 12
}

Definition at line 135 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint16_t atrac3p_sf_huff_code5[16]
static
Initial value:
= {
0, 4, 0xC, 0x1C, 0x78, 0x79, 0x7A, 0x7B,
0, 0x7C, 0x7D, 0x7E, 0x7F, 0x1D, 0xD, 5
}

Definition at line 139 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_bits5[16]
static
Initial value:
= {
1, 3, 4, 5, 7, 7, 7, 7, 0, 7, 7, 7, 7, 5, 4, 3
}

Definition at line 144 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint16_t atrac3p_sf_huff_code6[16]
static
Initial value:
= {
0, 2, 3, 0xC, 0x1C, 0x3C, 0x7C, 0x7D, 0, 0x7E, 0x7F, 0x3D, 0x1D, 0xD, 4, 5
}

Definition at line 148 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_sf_huff_bits6[16]
static
Initial value:
= {
2, 3, 3, 4, 5, 6, 7, 7, 0, 7, 7, 6, 5, 4, 3, 3
}

Definition at line 152 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_code1[4] = { 0, 2, 6, 7 }
static

VLC tables for code table indexes.

Definition at line 157 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_bits1[4] = { 1, 2, 3, 3 }
static

Definition at line 159 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_code2[8] = { 0, 2, 3, 4, 5, 6, 0xE, 0xF }
static

Definition at line 161 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_bits2[8] = { 2, 3, 3, 3, 3, 3, 4, 4 }
static

Definition at line 163 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_xlat1[8] = { 0, 1, 2, 3, 6, 7, 4, 5 }
static

Definition at line 165 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_code3[8]
static
Initial value:
= {
0, 4, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF
}

Definition at line 167 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_ct_huff_bits3[8] = { 1, 3, 4, 4, 4, 4, 4, 4 }
static

Definition at line 171 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const int8_t atrac3p_wl_weights[6][32]
static
Initial value:
= {
{ 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ 5, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ 6, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 },
{ 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ 5, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ 6, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 2, 2, 1, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
}

Definition at line 174 of file atrac3plus_data.h.

Referenced by add_wordlen_weights().

const int8_t atrac3p_sf_weights[2][32]
static
Initial value:
= {
{ 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7,
8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15 },
{ 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5,
5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10 }
}

Definition at line 192 of file atrac3plus_data.h.

Referenced by subtract_sf_weights().

const uint8_t atrac3p_qu_num_to_seg[32]
static
Initial value:
= {
0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5,
5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9
}

Ungroup table for word length segments.

Numbers in this table tell which coeff belongs to which segment.

Definition at line 201 of file atrac3plus_data.h.

Referenced by unpack_vq_shape().

const uint8_t atrac3p_qu_to_subband[32]
static
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2,
3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
}

Map quant unit number to subband number.

Definition at line 207 of file atrac3plus_data.h.

Referenced by ff_atrac3p_decode_channel_unit().

const int atrac3p_subband_to_num_powgrps[16]
static
Initial value:
= {
1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5
}

Map subband number to number of power compensation groups.

Definition at line 213 of file atrac3plus_data.h.

Referenced by decode_spectrum().

const int8_t atrac3p_wl_shapes[8][16][9]
static

3D base shape tables.

The values are grouped together as follows: [num_start_values = 8][num_shape_tables = 16][num_seg_coeffs = 9] For each of the 8 start values there are 16 different shapes each 9 coefficients long.

Definition at line 221 of file atrac3plus_data.h.

Referenced by decode_channel_wordlen().

const int8_t atrac3p_sf_shapes[64][9]
static

2D base shape tables for scale factor coding.

The values are grouped together as follows: [num_shape_tables = 64][num_seg_coeffs = 9]

Definition at line 355 of file atrac3plus_data.h.

const uint8_t atrac3p_ct_restricted_to_full[2][7][4]
static
Initial value:
= {
{ { 0, 5, 4, 1 },
{ 0, 1, 2, 3 },
{ 3, 0, 4, 2 },
{ 4, 0, 1, 2 },
{ 1, 0, 4, 3 },
{ 3, 0, 2, 1 },
{ 0, 3, 1, 2 } },
{ { 4, 0, 1, 2 },
{ 0, 3, 2, 1 },
{ 0, 1, 2, 3 },
{ 0, 1, 2, 4 },
{ 0, 1, 2, 3 },
{ 1, 4, 2, 0 },
{ 0, 1, 2, 3 } }
}

Definition at line 422 of file atrac3plus_data.h.

Referenced by decode_spectrum().

const uint8_t huff_a01_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 1, 7, 0, 19, 5, 13, 21, 6, 8
}

Tables for spectrum coding.

Definition at line 440 of file atrac3plus_data.h.

const uint8_t huff_a01_xlat[81]
static
Initial value:
= {
0x00, 0x03, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x01, 0x50, 0xD0, 0x70,
0xF0, 0xC4, 0x14, 0x34, 0x4C, 0x1C, 0x3C, 0x41, 0xC1, 0x31, 0x05, 0x0D,
0xC3, 0x13, 0x07, 0x0F, 0x44, 0xCC, 0x11, 0x43, 0x33, 0x54, 0x74, 0xDC,
0xFC, 0x71, 0x15, 0x4D, 0xCD, 0x1D, 0xD3, 0xC7, 0x37, 0x3F, 0xD4, 0xF4,
0x5C, 0x7C, 0x51, 0xD1, 0xF1, 0x45, 0xC5, 0x35, 0xDD, 0x3D, 0x53, 0x73,
0xF3, 0x47, 0x17, 0x77, 0x4F, 0xCF, 0x1F, 0x55, 0xF5, 0x7D, 0xD7, 0x5F,
0xFF, 0xD5, 0x75, 0x5D, 0xFD, 0x57, 0xF7, 0xDF, 0x7F
}

Definition at line 444 of file atrac3plus_data.h.

const uint8_t huff_a02_cb[13]
static
Initial value:
= {
2, 12, 1, 0, 4, 11, 0, 1, 29, 6, 20, 7, 2
}

Definition at line 454 of file atrac3plus_data.h.

const uint8_t huff_a02_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x04, 0x01, 0x50, 0x44, 0x14, 0x54, 0x41, 0x11, 0x51,
0x05, 0x45, 0x15, 0x55, 0x90, 0x80, 0x20, 0x60, 0x84, 0x94, 0x24, 0x64,
0x08, 0x48, 0x18, 0x58, 0x81, 0x91, 0x21, 0x85, 0x95, 0x65, 0x09, 0x49,
0x19, 0x59, 0x02, 0x42, 0x12, 0x52, 0x06, 0x46, 0x16, 0x56, 0x88, 0x61,
0x25, 0x29, 0x69, 0x5A, 0xA0, 0xA4, 0x98, 0x28, 0x68, 0xA1, 0xA5, 0x89,
0x99, 0xA9, 0x82, 0x92, 0x22, 0x62, 0x96, 0x26, 0x66, 0x0A, 0x4A, 0x1A,
0xA8, 0x86, 0xA6, 0x8A, 0x9A, 0x2A, 0x6A, 0xA2, 0xAA
}

Definition at line 458 of file atrac3plus_data.h.

const uint8_t huff_a03_cb[9] = { 3, 9, 1, 8, 0, 13, 18, 7, 2 }
static

Definition at line 468 of file atrac3plus_data.h.

const uint8_t huff_a03_xlat[49]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x09, 0x39, 0x07, 0x0F, 0x3F, 0x10, 0x30, 0x11,
0x31, 0x02, 0x0A, 0x3A, 0x05, 0x06, 0x0E, 0x3E, 0x17, 0x37, 0x18, 0x28,
0x19, 0x29, 0x2A, 0x32, 0x03, 0x0B, 0x33, 0x3B, 0x0D, 0x15, 0x3D, 0x16,
0x1E, 0x36, 0x1F, 0x2F, 0x12, 0x1A, 0x13, 0x2B, 0x1D, 0x35, 0x2E, 0x1B,
0x2D
}

Definition at line 470 of file atrac3plus_data.h.

const uint8_t huff_a04_cb[4] = { 2, 3, 2, 4 }
static

Definition at line 478 of file atrac3plus_data.h.

const uint8_t huff_a04_xlat[6] = { 1, 2, 0, 3, 4, 5 }
static

Definition at line 479 of file atrac3plus_data.h.

const uint8_t huff_a05_cb[12]
static
Initial value:
= {
3, 12, 1, 3, 5, 8, 12, 23, 72, 68, 31, 2
}

Definition at line 481 of file atrac3plus_data.h.

const uint8_t huff_a05_xlat[225]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x11, 0xF1, 0x0F, 0x1F, 0xFF, 0x20, 0xE0, 0xE1,
0x02, 0xF2, 0x0E, 0x1E, 0x2F, 0x30, 0xD0, 0x21, 0x12, 0x22, 0xE2, 0x03,
0x0D, 0x2E, 0xEE, 0xFE, 0xEF, 0x40, 0xC0, 0x31, 0xC1, 0xD1, 0x32, 0xD2,
0x13, 0x23, 0xE3, 0xF3, 0x04, 0xF4, 0x0C, 0x1C, 0x1D, 0x2D, 0xED, 0xFD,
0x3E, 0xDE, 0x3F, 0xDF, 0x50, 0x60, 0x70, 0x90, 0xA0, 0xB0, 0x41, 0x51,
0x61, 0x71, 0x91, 0xA1, 0xB1, 0x42, 0x62, 0x92, 0xA2, 0xC2, 0x33, 0xC3,
0xD3, 0x14, 0x24, 0x34, 0xD4, 0xE4, 0x05, 0x15, 0xF5, 0x06, 0x16, 0x26,
0xE6, 0xF6, 0x07, 0x17, 0xE7, 0xF7, 0x09, 0x19, 0x29, 0xF9, 0x0A, 0x1A,
0x2A, 0xEA, 0xFA, 0x0B, 0x1B, 0xFB, 0x2C, 0x3C, 0xDC, 0xEC, 0xFC, 0x3D,
0x4D, 0xCD, 0xDD, 0x4E, 0x6E, 0x7E, 0xAE, 0xCE, 0x4F, 0x5F, 0x6F, 0x7F,
0x9F, 0xAF, 0xBF, 0xCF, 0x52, 0x72, 0xB2, 0x43, 0x53, 0x63, 0x73, 0x93,
0xA3, 0xB3, 0x44, 0x64, 0x74, 0x94, 0xA4, 0xB4, 0xC4, 0x25, 0x35, 0xA5,
0xC5, 0xD5, 0xE5, 0x36, 0x46, 0xB6, 0xC6, 0xD6, 0x27, 0x37, 0x47, 0xB7,
0xC7, 0xD7, 0x39, 0x49, 0x59, 0xC9, 0xD9, 0xE9, 0x3A, 0x4A, 0x5A, 0xCA,
0xDA, 0x2B, 0x3B, 0x4B, 0x6B, 0x7B, 0xDB, 0xEB, 0x4C, 0x5C, 0x6C, 0x7C,
0x9C, 0xAC, 0xCC, 0x5D, 0x6D, 0x7D, 0x9D, 0xAD, 0xBD, 0x5E, 0x9E, 0xBE,
0x54, 0x45, 0x55, 0x65, 0x75, 0x95, 0xB5, 0x56, 0x66, 0x76, 0x96, 0xA6,
0x57, 0x67, 0x97, 0xA7, 0x69, 0x79, 0xA9, 0xB9, 0x6A, 0x7A, 0x9A, 0xAA,
0xBA, 0x5B, 0x9B, 0xAB, 0xBB, 0xCB, 0xBC, 0x77, 0x99
}

Definition at line 485 of file atrac3plus_data.h.

const uint8_t huff_a06_cb[7]
static
Initial value:
= {
2, 6, 1, 3, 2, 6, 4
}

Definition at line 507 of file atrac3plus_data.h.

const uint8_t huff_a06_xlat[16]
static
Initial value:
= {
1, 0, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 10, 11, 12, 15
}

Definition at line 511 of file atrac3plus_data.h.

const uint8_t huff_a07_cb[11]
static
Initial value:
= {
2, 10, 1, 2, 2, 2, 6, 14, 21, 13, 2
}

Definition at line 515 of file atrac3plus_data.h.

const uint8_t huff_a07_xlat[63]
static
Initial value:
= {
0, 1, 63, 2, 62, 3, 61, 4, 5, 6, 58, 59, 60, 7, 8, 9,
10, 26, 27, 28, 36, 37, 38, 54, 55, 56, 57, 11, 12, 13, 14, 15,
16, 25, 29, 30, 31, 33, 34, 35, 39, 47, 48, 49, 50, 51, 52, 53,
17, 18, 19, 20, 21, 22, 23, 41, 42, 43, 44, 45, 46, 24, 40
}

Definition at line 519 of file atrac3plus_data.h.

const uint8_t huff_a11_cb[13]
static
Initial value:
= {
1, 11, 1, 0, 0, 0, 8, 1, 18, 9, 22, 10, 12
}

Definition at line 526 of file atrac3plus_data.h.

const uint8_t huff_a11_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x01, 0x03, 0xD0, 0x50, 0x70,
0xF0, 0xC4, 0x34, 0x4C, 0xCC, 0x1C, 0x41, 0xC1, 0x31, 0x05, 0x0D, 0x43,
0xC3, 0x13, 0x07, 0x0F, 0x44, 0x14, 0x74, 0xDC, 0x3C, 0x11, 0x1D, 0x33,
0x37, 0x54, 0xD4, 0xF4, 0x5C, 0x7C, 0xFC, 0xD1, 0x71, 0xF1, 0x15, 0x35,
0x4D, 0xCD, 0xDD, 0x3D, 0xD3, 0x73, 0x47, 0xC7, 0x17, 0x77, 0x3F, 0x51,
0x45, 0xC5, 0x55, 0x53, 0xF3, 0x4F, 0xCF, 0x1F, 0xFF, 0xD5, 0x75, 0xF5,
0x5D, 0x7D, 0xFD, 0x57, 0xD7, 0xF7, 0x5F, 0xDF, 0x7F
}

Definition at line 530 of file atrac3plus_data.h.

const uint8_t huff_a12_cb[8] = { 5, 10, 16, 11, 32, 19, 1, 2 }
static

Definition at line 540 of file atrac3plus_data.h.

const uint8_t huff_a12_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x50, 0x04, 0x44, 0x14, 0x54, 0x01, 0x41, 0x11, 0x51,
0x05, 0x45, 0x15, 0x55, 0x90, 0x94, 0x58, 0x91, 0x95, 0x19, 0x59, 0x06,
0x46, 0x16, 0x56, 0x80, 0x60, 0x84, 0x24, 0x64, 0xA4, 0x08, 0x48, 0x18,
0x68, 0x81, 0x21, 0x61, 0xA1, 0x85, 0x25, 0x65, 0xA5, 0x09, 0x49, 0x99,
0x69, 0xA9, 0x02, 0x42, 0x12, 0x52, 0x96, 0x26, 0x66, 0x1A, 0x5A, 0x20,
0xA0, 0x88, 0x98, 0x28, 0xA8, 0x89, 0x29, 0x82, 0x92, 0x22, 0x62, 0x86,
0xA6, 0x0A, 0x4A, 0x9A, 0x6A, 0xAA, 0xA2, 0x8A, 0x2A
}

Definition at line 542 of file atrac3plus_data.h.

const uint8_t huff_a13_cb[12]
static
Initial value:
= {
1, 10, 1, 0, 0, 4, 2, 2, 9, 15, 12, 4
}

Definition at line 552 of file atrac3plus_data.h.

const uint8_t huff_a13_xlat[49]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x07, 0x39, 0x0F, 0x09, 0x3F, 0x10, 0x30, 0x31,
0x02, 0x3A, 0x06, 0x0E, 0x3E, 0x17, 0x18, 0x28, 0x11, 0x29, 0x0A, 0x32,
0x03, 0x0B, 0x3B, 0x05, 0x0D, 0x3D, 0x16, 0x1F, 0x37, 0x19, 0x12, 0x1A,
0x2A, 0x13, 0x33, 0x15, 0x35, 0x1E, 0x2E, 0x36, 0x2F, 0x1B, 0x2B, 0x1D,
0x2D
}

Definition at line 556 of file atrac3plus_data.h.

const uint8_t huff_a14_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 4, 3, 5, 16, 28, 34, 26, 4
}

Definition at line 564 of file atrac3plus_data.h.

const uint8_t huff_a14_xlat[121]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0xF1, 0x1F, 0xFF, 0x20, 0xE0, 0x11, 0x02,
0x0E, 0x30, 0x50, 0xB0, 0xD0, 0x21, 0xE1, 0x12, 0xF2, 0x03, 0x05, 0x0B,
0x0D, 0x1E, 0xFE, 0x2F, 0xEF, 0x40, 0xC0, 0x31, 0x51, 0xB1, 0xC1, 0xD1,
0x22, 0x52, 0xE2, 0x13, 0xF3, 0x04, 0x15, 0xF5, 0x1B, 0xEB, 0xFB, 0x0C,
0x1D, 0xFD, 0x2E, 0x5E, 0xEE, 0x3F, 0x5F, 0xBF, 0xDF, 0x41, 0x32, 0x42,
0xB2, 0xD2, 0x23, 0x53, 0xB3, 0xE3, 0x14, 0x24, 0xE4, 0xF4, 0x25, 0x35,
0xD5, 0xE5, 0x2B, 0x3B, 0xDB, 0x1C, 0x2C, 0xBC, 0xEC, 0xFC, 0x2D, 0xBD,
0xED, 0x3E, 0x4E, 0xBE, 0xDE, 0x4F, 0xCF, 0xC2, 0x33, 0x43, 0xC3, 0xD3,
0x34, 0x44, 0x54, 0xB4, 0xD4, 0x45, 0x55, 0xC5, 0x4B, 0xCB, 0x3C, 0x4C,
0x5C, 0xCC, 0xDC, 0x3D, 0x4D, 0x5D, 0xCD, 0xDD, 0xCE, 0xC4, 0xB5, 0x5B,
0xBB
}

Definition at line 568 of file atrac3plus_data.h.

const uint8_t huff_a15_cb[9] = { 5, 11, 9, 12, 16, 44, 98, 42, 4 }
static

Definition at line 582 of file atrac3plus_data.h.

const uint8_t huff_a15_xlat[225]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x11, 0xF1, 0x0F, 0x1F, 0xFF, 0x20, 0xE0, 0x21,
0xE1, 0x02, 0x12, 0xF2, 0x0E, 0x1E, 0xFE, 0x2F, 0xEF, 0x30, 0xD0, 0x31,
0xD1, 0x22, 0xE2, 0x03, 0x13, 0xF3, 0x0D, 0x1D, 0xFD, 0x2E, 0xEE, 0x3F,
0xDF, 0x40, 0x60, 0x70, 0x90, 0xA0, 0xC0, 0x41, 0xC1, 0x32, 0x42, 0xC2,
0xD2, 0x23, 0x33, 0xD3, 0xE3, 0x04, 0x14, 0x24, 0xE4, 0xF4, 0x06, 0x16,
0xF6, 0x07, 0x09, 0x0A, 0x1A, 0xFA, 0x0C, 0x1C, 0x2C, 0xEC, 0xFC, 0x2D,
0x3D, 0xDD, 0xED, 0x3E, 0x4E, 0xCE, 0xDE, 0x4F, 0xCF, 0x50, 0xB0, 0x51,
0x61, 0x71, 0x91, 0xA1, 0xB1, 0x52, 0x62, 0x72, 0x92, 0xA2, 0xB2, 0x43,
0x53, 0x63, 0x73, 0x93, 0xA3, 0xC3, 0x34, 0x44, 0x64, 0xA4, 0xC4, 0xD4,
0x05, 0x15, 0x25, 0x35, 0xD5, 0xE5, 0xF5, 0x26, 0x36, 0x46, 0xC6, 0xD6,
0xE6, 0x17, 0x27, 0x37, 0xC7, 0xD7, 0xE7, 0xF7, 0x19, 0x29, 0x39, 0xC9,
0xD9, 0xE9, 0xF9, 0x2A, 0x3A, 0x4A, 0x5A, 0xCA, 0xDA, 0xEA, 0x0B, 0x1B,
0x2B, 0x3B, 0xCB, 0xDB, 0xEB, 0xFB, 0x3C, 0x4C, 0x6C, 0x7C, 0x9C, 0xAC,
0xBC, 0xCC, 0xDC, 0x4D, 0x5D, 0x6D, 0x7D, 0x9D, 0xAD, 0xBD, 0xCD, 0x5E,
0x6E, 0x7E, 0x9E, 0xAE, 0xBE, 0x5F, 0x6F, 0x7F, 0x9F, 0xAF, 0xBF, 0xB3,
0x54, 0x74, 0x94, 0xB4, 0x45, 0x55, 0x65, 0x75, 0x95, 0xA5, 0xB5, 0xC5,
0x56, 0x66, 0x76, 0x96, 0xA6, 0xB6, 0x47, 0x57, 0x67, 0xA7, 0xB7, 0x49,
0x59, 0x69, 0xA9, 0xB9, 0x6A, 0x7A, 0x9A, 0xAA, 0xBA, 0x4B, 0x5B, 0x6B,
0x7B, 0x9B, 0xAB, 0xBB, 0x5C, 0x77, 0x97, 0x79, 0x99
}

Definition at line 584 of file atrac3plus_data.h.

const uint8_t huff_a16_cb[13]
static
Initial value:
= {
2, 12, 1, 1, 2, 2, 5, 7, 21, 54, 85, 62, 16
}

Definition at line 606 of file atrac3plus_data.h.

const uint8_t huff_a16_xlat[256]
static
Initial value:
= {
0x00, 0x01, 0x10, 0x11, 0x21, 0x12, 0x20, 0x31, 0x02, 0x22, 0x13, 0x30,
0x41, 0x32, 0x03, 0x23, 0x14, 0x24, 0x40, 0x51, 0x61, 0xD1, 0xE1, 0x42,
0x52, 0xD2, 0x33, 0x43, 0xD3, 0x04, 0x34, 0x05, 0x15, 0x25, 0x16, 0x1D,
0x2D, 0x1E, 0x2E, 0x50, 0x60, 0xD0, 0xE0, 0xF0, 0x71, 0x81, 0xF1, 0x62,
0x72, 0xE2, 0xF2, 0x53, 0x63, 0xE3, 0xF3, 0x44, 0x54, 0xD4, 0xE4, 0xF4,
0x35, 0x45, 0x55, 0xD5, 0xE5, 0xF5, 0x06, 0x26, 0x36, 0xD6, 0x07, 0x17,
0x27, 0x37, 0xD7, 0x18, 0x28, 0x1C, 0x0D, 0x3D, 0x4D, 0x5D, 0x6D, 0x8D,
0x0E, 0x3E, 0x4E, 0x5E, 0x0F, 0x1F, 0x2F, 0x3F, 0x5F, 0x70, 0x80, 0x90,
0xC0, 0x91, 0xA1, 0xB1, 0xC1, 0x82, 0x92, 0xA2, 0xC2, 0x73, 0x83, 0x93,
0xA3, 0xC3, 0x64, 0x74, 0x84, 0x94, 0xA4, 0xC4, 0x65, 0x75, 0x85, 0x46,
0x56, 0x66, 0xC6, 0xE6, 0xF6, 0x47, 0x57, 0xE7, 0xF7, 0x08, 0x38, 0x48,
0x58, 0x68, 0xD8, 0xE8, 0xF8, 0x09, 0x19, 0x29, 0x39, 0x59, 0xD9, 0xE9,
0xF9, 0x1A, 0x2A, 0x3A, 0xDA, 0xEA, 0xFA, 0x1B, 0x2B, 0xDB, 0xEB, 0xFB,
0x0C, 0x2C, 0x3C, 0xDC, 0xEC, 0x7D, 0x9D, 0xAD, 0xBD, 0xCD, 0x6E, 0x7E,
0x8E, 0x9E, 0xAE, 0xBE, 0xCE, 0x4F, 0x6F, 0x7F, 0x8F, 0xAF, 0xA0, 0xB2,
0xB3, 0xB4, 0x95, 0xA5, 0xB5, 0xC5, 0x76, 0x86, 0x96, 0xA6, 0xB6, 0x67,
0x77, 0x87, 0x97, 0xC7, 0x78, 0x88, 0x98, 0xC8, 0x49, 0x69, 0x79, 0x89,
0x99, 0xC9, 0x0A, 0x4A, 0x5A, 0x6A, 0x7A, 0xCA, 0x0B, 0x3B, 0x4B, 0x5B,
0x6B, 0xCB, 0x4C, 0x5C, 0x6C, 0x7C, 0x8C, 0x9C, 0xAC, 0xBC, 0xCC, 0xFC,
0xDD, 0xED, 0xFD, 0xDE, 0xEE, 0xFE, 0x9F, 0xBF, 0xCF, 0xDF, 0xEF, 0xFF,
0xB0, 0xA7, 0xB7, 0xA8, 0xB8, 0xA9, 0xB9, 0x8A, 0x9A, 0xAA, 0xBA, 0x7B,
0x8B, 0x9B, 0xAB, 0xBB
}

Definition at line 610 of file atrac3plus_data.h.

const uint8_t huff_a17_cb[9] = { 3, 9, 3, 2, 5, 7, 17, 23, 6 }
static

Definition at line 635 of file atrac3plus_data.h.

const uint8_t huff_a17_xlat[63]
static
Initial value:
= {
0, 1, 63, 2, 62, 3, 4, 59, 60, 61, 5, 6, 7, 8, 56, 57,
58, 9, 10, 11, 12, 13, 14, 26, 27, 36, 37, 38, 50, 51, 52, 53,
54, 55, 15, 16, 17, 18, 19, 20, 21, 25, 28, 29, 30, 31, 33, 34,
35, 39, 43, 44, 45, 46, 47, 48, 49, 22, 23, 24, 40, 41, 42
}

Definition at line 637 of file atrac3plus_data.h.

const uint8_t huff_a21_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 2, 6, 0, 7, 21, 15, 17, 8, 4
}

Definition at line 644 of file atrac3plus_data.h.

const uint8_t huff_a21_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x01, 0x03, 0xD0, 0x70, 0x34,
0x1C, 0x0D, 0x13, 0x07, 0x50, 0xF0, 0x44, 0xC4, 0x14, 0x74, 0x4C, 0xCC,
0xDC, 0x3C, 0x41, 0xC1, 0x11, 0x31, 0x05, 0x1D, 0x43, 0xC3, 0x33, 0x37,
0x0F, 0x54, 0xF4, 0xFC, 0xD1, 0x71, 0x15, 0x4D, 0xCD, 0xDD, 0xD3, 0x73,
0x47, 0xC7, 0x77, 0x3F, 0xD4, 0x5C, 0x7C, 0x51, 0xF1, 0x45, 0xC5, 0x55,
0x35, 0x3D, 0x53, 0xF3, 0x17, 0x4F, 0xCF, 0x1F, 0xFF, 0x75, 0xF5, 0x5D,
0x7D, 0xD7, 0xF7, 0x5F, 0xDF, 0xD5, 0xFD, 0x57, 0x7F
}

Definition at line 648 of file atrac3plus_data.h.

const uint8_t huff_a22_cb[10] = { 2, 9, 1, 4, 0, 4, 3, 8, 3, 2 }
static

Definition at line 658 of file atrac3plus_data.h.

const uint8_t huff_a22_xlat[25]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x07, 0x09, 0x39, 0x0F, 0x3F, 0x10, 0x02, 0x06,
0x30, 0x11, 0x31, 0x0A, 0x3A, 0x0E, 0x17, 0x37, 0x32, 0x16, 0x3E, 0x12,
0x36
}

Definition at line 660 of file atrac3plus_data.h.

const uint8_t huff_a23_cb[9] = { 3, 9, 5, 0, 4, 6, 10, 16, 8 }
static

Definition at line 666 of file atrac3plus_data.h.

const uint8_t huff_a23_xlat[49]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x07, 0x09, 0x39, 0x0F, 0x3F, 0x10, 0x30, 0x02,
0x3A, 0x06, 0x0E, 0x18, 0x28, 0x11, 0x31, 0x0A, 0x03, 0x05, 0x3E, 0x17,
0x37, 0x19, 0x29, 0x12, 0x2A, 0x32, 0x0B, 0x33, 0x3B, 0x0D, 0x15, 0x3D,
0x16, 0x1E, 0x36, 0x1F, 0x2F, 0x1A, 0x13, 0x1B, 0x2B, 0x1D, 0x2D, 0x35,
0x2E
}

Definition at line 668 of file atrac3plus_data.h.

const uint8_t huff_a24_cb[5] = { 2, 4, 3, 1, 2 }
static

Definition at line 676 of file atrac3plus_data.h.

const uint8_t huff_a25_cb[5] = { 2, 4, 1, 5, 2 }
static

Definition at line 678 of file atrac3plus_data.h.

const uint8_t huff_a25_xlat[8] = { 1, 0, 2, 3, 4, 5, 6, 7 }
static

Definition at line 680 of file atrac3plus_data.h.

const uint8_t huff_a26_cb[10] = { 4, 11, 3, 4, 12, 15, 34, 83, 75, 30 }
static

Definition at line 682 of file atrac3plus_data.h.

const uint8_t huff_a26_xlat[256]
static
Initial value:
= {
0x00, 0x01, 0x11, 0x10, 0x21, 0x12, 0x22, 0x20, 0x30, 0x31, 0x41, 0x02,
0x32, 0x03, 0x13, 0x23, 0x33, 0x14, 0x24, 0x40, 0x51, 0x61, 0x42, 0x52,
0x43, 0x53, 0x04, 0x34, 0x44, 0x15, 0x25, 0x35, 0x16, 0x26, 0x50, 0x60,
0x71, 0x81, 0xD1, 0x62, 0x72, 0x82, 0xD2, 0x63, 0x73, 0xD3, 0x54, 0x64,
0x05, 0x45, 0x55, 0x65, 0x06, 0x36, 0x46, 0x56, 0x17, 0x27, 0x37, 0x47,
0x18, 0x28, 0x38, 0x19, 0x1D, 0x2D, 0x3D, 0x1E, 0x70, 0x80, 0x90, 0xD0,
0xE0, 0x91, 0xA1, 0xB1, 0xC1, 0xE1, 0xF1, 0x92, 0xA2, 0xC2, 0xE2, 0xF2,
0x83, 0x93, 0xA3, 0xC3, 0xE3, 0xF3, 0x74, 0x84, 0x94, 0xA4, 0xC4, 0xD4,
0xE4, 0xF4, 0x75, 0x85, 0x95, 0xD5, 0xE5, 0x66, 0x76, 0x86, 0xD6, 0xE6,
0x07, 0x57, 0x67, 0x77, 0xD7, 0x08, 0x48, 0x58, 0x68, 0xD8, 0x09, 0x29,
0x39, 0x49, 0x59, 0x69, 0x1A, 0x2A, 0x3A, 0x4A, 0x1B, 0x2B, 0x1C, 0x2C,
0x3C, 0x4C, 0x0D, 0x4D, 0x5D, 0x6D, 0x7D, 0x8D, 0x0E, 0x2E, 0x3E, 0x4E,
0x5E, 0x6E, 0x1F, 0x2F, 0x3F, 0x4F, 0x5F, 0xA0, 0xB0, 0xC0, 0xF0, 0xB2,
0xB3, 0xB4, 0xA5, 0xB5, 0xC5, 0xF5, 0x96, 0xA6, 0xB6, 0xC6, 0xF6, 0x87,
0x97, 0xA7, 0xB7, 0xC7, 0xE7, 0xF7, 0x78, 0x88, 0x98, 0xA8, 0xC8, 0xE8,
0xF8, 0x79, 0x89, 0x99, 0xC9, 0xD9, 0xE9, 0xF9, 0x0A, 0x5A, 0x6A, 0x7A,
0x8A, 0xDA, 0xEA, 0xFA, 0x0B, 0x3B, 0x4B, 0x5B, 0x6B, 0x7B, 0x8B, 0xDB,
0x0C, 0x5C, 0x6C, 0x7C, 0x8C, 0x9C, 0xDC, 0x9D, 0xAD, 0xBD, 0xCD, 0x7E,
0x8E, 0x9E, 0xAE, 0xBE, 0x0F, 0x6F, 0x7F, 0x8F, 0x9F, 0xAF, 0xB8, 0xA9,
0xB9, 0x9A, 0xAA, 0xBA, 0xCA, 0x9B, 0xAB, 0xBB, 0xCB, 0xEB, 0xFB, 0xAC,
0xBC, 0xCC, 0xEC, 0xFC, 0xDD, 0xED, 0xFD, 0xCE, 0xDE, 0xEE, 0xFE, 0xBF,
0xCF, 0xDF, 0xEF, 0xFF
}

Definition at line 684 of file atrac3plus_data.h.

const uint8_t huff_a27_cb[7] = { 4, 8, 3, 14, 10, 20, 16 }
static

Definition at line 709 of file atrac3plus_data.h.

const uint8_t huff_a27_xlat[63]
static
Initial value:
= {
0, 2, 3, 1, 5, 6, 7, 9, 54, 55, 56, 58, 59, 60, 61, 62,
63, 4, 8, 10, 11, 12, 14, 49, 52, 53, 57, 13, 15, 16, 17, 18,
19, 22, 23, 25, 26, 30, 39, 43, 44, 45, 46, 47, 48, 50, 51, 20,
21, 24, 27, 28, 29, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42
}

Definition at line 711 of file atrac3plus_data.h.

const uint8_t huff_a31_cb[8] = { 1, 6, 1, 0, 3, 1, 0, 4 }
static

Definition at line 718 of file atrac3plus_data.h.

const uint8_t huff_a31_xlat[9]
static
Initial value:
= {
0x00, 0x04, 0x0C, 0x01, 0x03, 0x05, 0x0D, 0x07, 0x0F
}

Definition at line 720 of file atrac3plus_data.h.

const uint8_t huff_a32_cb[13]
static
Initial value:
= {
1, 11, 1, 0, 0, 2, 2, 6, 12, 18, 19, 15, 6
}

Definition at line 724 of file atrac3plus_data.h.

const uint8_t huff_a32_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x01, 0x10, 0x04, 0x80, 0x50, 0x20, 0x14, 0x05, 0x02, 0x90,
0x60, 0x44, 0x54, 0x24, 0x08, 0x18, 0x41, 0x11, 0x15, 0x09, 0x06, 0xA0,
0x84, 0x94, 0x64, 0xA4, 0x48, 0x58, 0x28, 0x51, 0x21, 0x45, 0x55, 0x25,
0x19, 0x12, 0x16, 0x0A, 0x1A, 0x68, 0xA8, 0x81, 0x91, 0x61, 0xA1, 0x85,
0x95, 0x65, 0xA5, 0x49, 0x59, 0x29, 0x69, 0x42, 0x52, 0x46, 0x56, 0x2A,
0x88, 0x98, 0x89, 0x99, 0xA9, 0x82, 0x92, 0x22, 0x62, 0x86, 0x26, 0x66,
0x4A, 0x5A, 0x6A, 0xA2, 0x96, 0xA6, 0x8A, 0x9A, 0xAA
}

Definition at line 728 of file atrac3plus_data.h.

const uint8_t huff_a33_cb[12]
static
Initial value:
= {
3, 12, 1, 1, 13, 1, 14, 28, 33, 81, 32, 52
}

Definition at line 738 of file atrac3plus_data.h.

const uint8_t huff_a33_xlat[256]
static
Initial value:
= {
0x00, 0x10, 0x40, 0x50, 0x04, 0x44, 0x14, 0x54, 0x01, 0x41, 0x11, 0x51,
0x05, 0x45, 0x15, 0x55, 0x90, 0x20, 0x94, 0x64, 0x18, 0x21, 0x95, 0x19,
0x69, 0x02, 0x52, 0x06, 0x46, 0x16, 0x80, 0x60, 0x84, 0xD4, 0x24, 0x08,
0x48, 0x58, 0x68, 0x81, 0x91, 0x61, 0x85, 0x25, 0x65, 0xA5, 0x09, 0x49,
0x59, 0x29, 0x42, 0x12, 0x56, 0x96, 0xA6, 0x0A, 0x17, 0x1B, 0xD0, 0xC4,
0x74, 0xF4, 0x88, 0xC8, 0x28, 0xA1, 0x71, 0xC5, 0xD5, 0x75, 0x99, 0xB9,
0x4D, 0x1D, 0x2D, 0x6D, 0x22, 0x62, 0x66, 0x4A, 0x1A, 0x9A, 0x6A, 0x8E,
0x5E, 0x43, 0x23, 0x07, 0x47, 0x57, 0x6B, 0xC0, 0xA0, 0xE0, 0x70, 0xB0,
0xA4, 0xE4, 0x34, 0xB4, 0x98, 0xD8, 0xA8, 0x38, 0x78, 0x0C, 0x4C, 0x1C,
0x5C, 0x9C, 0x6C, 0x7C, 0xC1, 0xD1, 0xE1, 0x31, 0xE5, 0x35, 0xB5, 0xF5,
0x89, 0xA9, 0x79, 0xF9, 0x0D, 0xCD, 0x9D, 0xDD, 0xAD, 0x3D, 0x7D, 0x82,
0xC2, 0x92, 0xD2, 0xE2, 0x72, 0xF2, 0x86, 0xD6, 0xE6, 0x76, 0xB6, 0x8A,
0x5A, 0xDA, 0xEA, 0xFA, 0x4E, 0x1E, 0x9E, 0xEE, 0x03, 0x13, 0x53, 0x97,
0xB7, 0x0B, 0x4B, 0x8B, 0x5B, 0x9B, 0xEB, 0x7B, 0x0F, 0x4F, 0x1F, 0x5F,
0x9F, 0x2F, 0x3F, 0xBF, 0xE8, 0xB8, 0xF8, 0x8C, 0x2C, 0x3C, 0xFC, 0xB1,
0xC9, 0xD9, 0xE9, 0x39, 0x5D, 0xED, 0xBD, 0xA2, 0x32, 0x26, 0x36, 0x2A,
0xAA, 0xBA, 0x0E, 0x2E, 0x6E, 0x83, 0xC3, 0x93, 0x63, 0xB3, 0xA7, 0x37,
0x30, 0xF0, 0xCC, 0xDC, 0xAC, 0xEC, 0xBC, 0xF1, 0x8D, 0xFD, 0xB2, 0xC6,
0xF6, 0xCA, 0x3A, 0x7A, 0xCE, 0xDE, 0xAE, 0x3E, 0x7E, 0xBE, 0xFE, 0xD3,
0xA3, 0xE3, 0x33, 0x73, 0xF3, 0x87, 0xC7, 0xD7, 0x27, 0x67, 0xE7, 0x77,
0xF7, 0xCB, 0xDB, 0x2B, 0xAB, 0x3B, 0xBB, 0xFB, 0x8F, 0xCF, 0xDF, 0x6F,
0xAF, 0xEF, 0x7F, 0xFF
}

Definition at line 742 of file atrac3plus_data.h.

const uint8_t huff_a34_cb[7] = { 1, 5, 1, 1, 1, 1, 2 }
static

Definition at line 767 of file atrac3plus_data.h.

const uint8_t huff_a34_xlat[6] = { 1, 0, 2, 3, 4, 5 }
static

Definition at line 769 of file atrac3plus_data.h.

const uint8_t huff_a35_cb[11] = { 2, 10, 1, 0, 2, 3, 6, 19, 9, 75, 110 }
static

Definition at line 771 of file atrac3plus_data.h.

const uint8_t huff_a35_xlat[225]
static
Initial value:
= {
0x00, 0xF0, 0x0F, 0x10, 0x01, 0xFF, 0x20, 0xE0, 0x11, 0xF1, 0x0E, 0x1F,
0x30, 0x40, 0xD0, 0x21, 0xE1, 0x02, 0x12, 0x22, 0xE2, 0xF2, 0x03, 0x13,
0x1E, 0x2E, 0x3E, 0xEE, 0xFE, 0x2F, 0xEF, 0xD2, 0x43, 0xF3, 0x04, 0x0D,
0x2D, 0x3D, 0x3F, 0xDF, 0x50, 0x60, 0x70, 0x90, 0xB0, 0x31, 0x41, 0x91,
0xA1, 0xC1, 0xD1, 0x42, 0xA2, 0xC2, 0x23, 0x33, 0xE3, 0x24, 0x34, 0xB4,
0xD4, 0xF4, 0x05, 0x15, 0x45, 0xE5, 0x16, 0x36, 0x56, 0xA6, 0xC6, 0xD6,
0xF6, 0x57, 0xC7, 0xF7, 0x09, 0x29, 0x49, 0x59, 0x69, 0xF9, 0x0A, 0x2A,
0x3A, 0x4A, 0xDA, 0xEA, 0xFA, 0x0B, 0x2B, 0xAB, 0xEB, 0xFB, 0x0C, 0x1C,
0x2C, 0x3C, 0x4C, 0x5C, 0xCC, 0xDC, 0xFC, 0x1D, 0x4D, 0x6D, 0xBD, 0xCD,
0xED, 0xFD, 0x4E, 0x6E, 0xCE, 0xDE, 0x7F, 0xA0, 0xC0, 0x51, 0x61, 0x71,
0xB1, 0x32, 0x52, 0x62, 0x72, 0x92, 0xB2, 0x53, 0x63, 0x73, 0x93, 0xA3,
0xB3, 0xC3, 0xD3, 0x14, 0x44, 0x54, 0x64, 0x74, 0x94, 0xA4, 0xC4, 0xE4,
0x25, 0x35, 0x55, 0x65, 0x75, 0x95, 0xA5, 0xB5, 0xC5, 0xD5, 0xF5, 0x06,
0x26, 0x46, 0x66, 0x76, 0x96, 0xB6, 0xE6, 0x07, 0x17, 0x27, 0x37, 0x47,
0x67, 0x77, 0x97, 0xA7, 0xB7, 0xD7, 0xE7, 0x19, 0x39, 0x79, 0x99, 0xA9,
0xB9, 0xC9, 0xD9, 0xE9, 0x1A, 0x5A, 0x6A, 0x7A, 0x9A, 0xAA, 0xBA, 0xCA,
0x1B, 0x3B, 0x4B, 0x5B, 0x6B, 0x7B, 0x9B, 0xBB, 0xCB, 0xDB, 0x6C, 0x7C,
0x9C, 0xAC, 0xBC, 0xEC, 0x5D, 0x7D, 0x9D, 0xAD, 0xDD, 0x5E, 0x7E, 0x9E,
0xAE, 0xBE, 0x4F, 0x5F, 0x6F, 0x9F, 0xAF, 0xBF, 0xCF
}

Definition at line 773 of file atrac3plus_data.h.

const uint8_t huff_a36_cb[12]
static
Initial value:
= {
3, 12, 1, 3, 5, 5, 13, 27, 69, 96, 35, 2
}

Definition at line 795 of file atrac3plus_data.h.

const uint8_t huff_a36_xlat[256]
static
Initial value:
= {
0x00, 0x10, 0x01, 0x11, 0x20, 0x21, 0x02, 0x12, 0x22, 0x31, 0x41, 0x32,
0x13, 0x23, 0x30, 0x40, 0x51, 0x42, 0x03, 0x33, 0x43, 0x04, 0x14, 0x24,
0x34, 0x15, 0x25, 0x50, 0x61, 0x71, 0xD1, 0x52, 0x62, 0x72, 0xD2, 0x53,
0x63, 0xD3, 0x44, 0x54, 0x64, 0x05, 0x35, 0x45, 0x55, 0x16, 0x26, 0x36,
0x46, 0x17, 0x27, 0x1D, 0x2D, 0x3D, 0x60, 0x70, 0xD0, 0x81, 0x91, 0xA1,
0xC1, 0xE1, 0xF1, 0x82, 0x92, 0xC2, 0xE2, 0xF2, 0x73, 0x83, 0xE3, 0xF3,
0x74, 0x84, 0xC4, 0xD4, 0xE4, 0xF4, 0x65, 0x75, 0x85, 0xD5, 0xE5, 0x06,
0x56, 0x66, 0xD6, 0xE6, 0x07, 0x37, 0x47, 0x57, 0x67, 0xD7, 0xE7, 0x18,
0x28, 0x38, 0x48, 0x58, 0xD8, 0x19, 0x29, 0x2A, 0x1C, 0x2C, 0x0D, 0x4D,
0x5D, 0x6D, 0x7D, 0x8D, 0x9D, 0x1E, 0x2E, 0x3E, 0x4E, 0x5E, 0x6E, 0x7E,
0x1F, 0x2F, 0x3F, 0x80, 0x90, 0xA0, 0xC0, 0xE0, 0xF0, 0xB1, 0xA2, 0xB2,
0x93, 0xA3, 0xB3, 0xC3, 0x94, 0xA4, 0xB4, 0x95, 0xA5, 0xB5, 0xC5, 0xF5,
0x76, 0x86, 0x96, 0xA6, 0xC6, 0xF6, 0x77, 0x87, 0x97, 0xA7, 0xC7, 0xF7,
0x08, 0x68, 0x78, 0x88, 0x98, 0xC8, 0xE8, 0xF8, 0x09, 0x39, 0x49, 0x59,
0x69, 0x79, 0x89, 0xD9, 0xE9, 0xF9, 0x0A, 0x1A, 0x3A, 0x4A, 0x5A, 0x6A,
0xDA, 0xEA, 0xFA, 0x1B, 0x2B, 0x3B, 0x4B, 0x5B, 0xDB, 0xEB, 0xFB, 0x0C,
0x3C, 0x4C, 0x5C, 0x6C, 0x7C, 0x8C, 0x9C, 0xDC, 0xEC, 0xAD, 0xBD, 0xCD,
0xDD, 0xED, 0x0E, 0x8E, 0x9E, 0xAE, 0xBE, 0x0F, 0x4F, 0x5F, 0x6F, 0x7F,
0x8F, 0x9F, 0xAF, 0xB0, 0xB6, 0xB7, 0xA8, 0xB8, 0x99, 0xA9, 0xB9, 0xC9,
0x7A, 0x8A, 0x9A, 0xAA, 0xBA, 0xCA, 0x0B, 0x6B, 0x7B, 0x8B, 0x9B, 0xCB,
0xAC, 0xBC, 0xCC, 0xFC, 0xFD, 0xCE, 0xDE, 0xEE, 0xFE, 0xBF, 0xCF, 0xDF,
0xEF, 0xFF, 0xAB, 0xBB
}

Definition at line 799 of file atrac3plus_data.h.

const uint8_t huff_a37_cb[7] = { 4, 8, 7, 6, 8, 22, 20 }
static

Definition at line 824 of file atrac3plus_data.h.

const uint8_t huff_a37_xlat[63]
static
Initial value:
= {
0, 1, 2, 3, 61, 62, 63, 4, 5, 6, 58, 59, 60, 7, 8, 9,
10, 54, 55, 56, 57, 11, 12, 13, 14, 15, 16, 25, 26, 27, 28, 29,
30, 35, 36, 37, 38, 48, 49, 50, 51, 52, 53, 17, 18, 19, 20, 21,
22, 23, 24, 31, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47
}

Definition at line 826 of file atrac3plus_data.h.

const uint8_t huff_a41_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 6, 2, 0, 0, 0, 19, 9, 24, 20
}

Definition at line 833 of file atrac3plus_data.h.

const uint8_t huff_a41_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x01, 0x03, 0x50, 0xD0, 0x70,
0xF0, 0xC4, 0x34, 0x4C, 0xCC, 0x1C, 0x41, 0xC1, 0x31, 0x05, 0x0D, 0x43,
0xC3, 0x13, 0x07, 0x0F, 0x44, 0x14, 0x74, 0xDC, 0x3C, 0x11, 0x1D, 0x33,
0x37, 0x54, 0xD4, 0xF4, 0x5C, 0x7C, 0xFC, 0xD1, 0x71, 0xF1, 0xC5, 0x15,
0x35, 0x4D, 0xCD, 0xDD, 0x3D, 0xD3, 0x73, 0x47, 0xC7, 0x17, 0x77, 0x1F,
0x3F, 0x51, 0x45, 0x55, 0xD5, 0x75, 0xF5, 0x5D, 0x7D, 0xFD, 0x53, 0xF3,
0x57, 0xD7, 0xF7, 0x4F, 0xCF, 0x5F, 0xDF, 0x7F, 0xFF
}

Definition at line 837 of file atrac3plus_data.h.

const uint8_t huff_a42_cb[10] = { 3, 10, 1, 2, 13, 1, 31, 13, 16, 4 }
static

Definition at line 847 of file atrac3plus_data.h.

const uint8_t huff_a42_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x01, 0x10, 0x50, 0x04, 0x44, 0x14, 0x54, 0x41, 0x11, 0x51,
0x05, 0x45, 0x15, 0x55, 0x59, 0x80, 0x90, 0x20, 0x60, 0x84, 0x94, 0x24,
0x64, 0x08, 0x48, 0x18, 0x58, 0x81, 0x91, 0x21, 0x61, 0x85, 0x95, 0x25,
0x65, 0x09, 0x49, 0x19, 0x02, 0x42, 0x12, 0x52, 0x06, 0x46, 0x16, 0x56,
0xA0, 0xA4, 0x68, 0xA1, 0xA5, 0x99, 0x29, 0x69, 0x96, 0x66, 0x4A, 0x1A,
0x5A, 0x88, 0x98, 0x28, 0x89, 0xA9, 0x82, 0x92, 0x22, 0x62, 0x86, 0x26,
0xA6, 0x0A, 0x9A, 0x2A, 0x6A, 0xA8, 0xA2, 0x8A, 0xAA
}

Definition at line 849 of file atrac3plus_data.h.

const uint8_t huff_a43_cb[5] = { 2, 4, 2, 3, 2 }
static

Definition at line 859 of file atrac3plus_data.h.

const uint8_t huff_a43_xlat[7] = { 0, 7, 1, 2, 6, 3, 5 }
static

Definition at line 861 of file atrac3plus_data.h.

const uint8_t huff_a44_cb[9] = { 4, 10, 5, 4, 12, 17, 47, 24, 12 }
static

Definition at line 863 of file atrac3plus_data.h.

const uint8_t huff_a44_xlat[121]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0x11, 0xF1, 0x1F, 0xFF, 0x20, 0xE0, 0x21,
0xE1, 0x02, 0x12, 0xF2, 0x0E, 0x1E, 0xFE, 0x2F, 0xEF, 0x30, 0x50, 0xD0,
0xD1, 0x22, 0xE2, 0x03, 0x13, 0xF3, 0x0D, 0x1D, 0x2D, 0xFD, 0x2E, 0xEE,
0x3F, 0xDF, 0x40, 0xB0, 0xC0, 0x31, 0x41, 0x51, 0xB1, 0xC1, 0x32, 0xB2,
0xC2, 0xD2, 0x23, 0xB3, 0xD3, 0xE3, 0x04, 0x14, 0xE4, 0xF4, 0x05, 0x15,
0xD5, 0xE5, 0xF5, 0x0B, 0x1B, 0x2B, 0x3B, 0xEB, 0xFB, 0x0C, 0x1C, 0x2C,
0xFC, 0x3D, 0x5D, 0xED, 0x3E, 0x4E, 0x5E, 0xBE, 0xDE, 0x4F, 0x5F, 0xBF,
0xCF, 0x42, 0x52, 0x33, 0x53, 0xC3, 0x24, 0xB4, 0xD4, 0x25, 0x35, 0xC5,
0x4B, 0xCB, 0xDB, 0x3C, 0x4C, 0x5C, 0xDC, 0xEC, 0x4D, 0xBD, 0xCD, 0xDD,
0xCE, 0x43, 0x34, 0x44, 0x54, 0xC4, 0x45, 0x55, 0xB5, 0x5B, 0xBB, 0xBC,
0xCC
}

Definition at line 865 of file atrac3plus_data.h.

const uint8_t huff_a45_cb[5] = { 2, 4, 2, 2, 4 }
static

Definition at line 879 of file atrac3plus_data.h.

const uint8_t huff_a45_xlat[8] = { 1, 2, 0, 3, 4, 5, 6, 7 }
static

Definition at line 881 of file atrac3plus_data.h.

const uint8_t huff_a46_cb[7] = { 5, 9, 1, 16, 31, 36, 172 }
static

Definition at line 883 of file atrac3plus_data.h.

const uint8_t huff_a46_xlat[256]
static
Initial value:
= {
0x02, 0x00, 0x30, 0x21, 0x31, 0x41, 0x61, 0x12, 0x22, 0x42, 0x62, 0x43,
0x53, 0x24, 0x45, 0x26, 0x27, 0x10, 0x40, 0xB0, 0x01, 0x11, 0x81, 0x32,
0x52, 0x72, 0x92, 0x03, 0x13, 0x33, 0x63, 0x14, 0x34, 0x54, 0x64, 0x74,
0x05, 0x15, 0x25, 0x35, 0x55, 0x65, 0x06, 0x46, 0x56, 0x57, 0x67, 0x88,
0x20, 0x51, 0x91, 0xD1, 0xF2, 0x23, 0x83, 0x93, 0x04, 0x44, 0x84, 0x94,
0x75, 0x85, 0xC5, 0x36, 0x66, 0x96, 0xB6, 0x07, 0x37, 0x97, 0x08, 0x28,
0x38, 0x48, 0x68, 0x09, 0x69, 0x79, 0x0A, 0x2A, 0x1B, 0x9B, 0x2C, 0x4D,
0x50, 0x60, 0x70, 0x80, 0x90, 0xA0, 0xC0, 0xD0, 0xE0, 0xF0, 0x71, 0xA1,
0xB1, 0xC1, 0xE1, 0xF1, 0x82, 0xA2, 0xB2, 0xC2, 0xD2, 0xE2, 0x73, 0xA3,
0xB3, 0xC3, 0xD3, 0xE3, 0xF3, 0xA4, 0xB4, 0xC4, 0xD4, 0xE4, 0xF4, 0x95,
0xA5, 0xB5, 0xD5, 0xE5, 0xF5, 0x16, 0x76, 0x86, 0xA6, 0xC6, 0xD6, 0xE6,
0xF6, 0x17, 0x47, 0x77, 0x87, 0xA7, 0xB7, 0xC7, 0xD7, 0xE7, 0xF7, 0x18,
0x58, 0x78, 0x98, 0xA8, 0xB8, 0xC8, 0xD8, 0xE8, 0xF8, 0x19, 0x29, 0x39,
0x49, 0x59, 0x89, 0x99, 0xA9, 0xB9, 0xC9, 0xD9, 0xE9, 0xF9, 0x1A, 0x3A,
0x4A, 0x5A, 0x6A, 0x7A, 0x8A, 0x9A, 0xAA, 0xBA, 0xCA, 0xDA, 0xEA, 0xFA,
0x0B, 0x2B, 0x3B, 0x4B, 0x5B, 0x6B, 0x7B, 0x8B, 0xAB, 0xBB, 0xCB, 0xDB,
0xEB, 0xFB, 0x0C, 0x1C, 0x3C, 0x4C, 0x5C, 0x6C, 0x7C, 0x8C, 0x9C, 0xAC,
0xBC, 0xCC, 0xDC, 0xEC, 0xFC, 0x0D, 0x1D, 0x2D, 0x3D, 0x5D, 0x6D, 0x7D,
0x8D, 0x9D, 0xAD, 0xBD, 0xCD, 0xDD, 0xED, 0xFD, 0x0E, 0x1E, 0x2E, 0x3E,
0x4E, 0x5E, 0x6E, 0x7E, 0x8E, 0x9E, 0xAE, 0xBE, 0xCE, 0xDE, 0xEE, 0xFE,
0x0F, 0x1F, 0x2F, 0x3F, 0x4F, 0x5F, 0x6F, 0x7F, 0x8F, 0x9F, 0xAF, 0xBF,
0xCF, 0xDF, 0xEF, 0xFF
}

Definition at line 885 of file atrac3plus_data.h.

const uint8_t huff_a47_cb[8] = { 4, 9, 5, 12, 9, 12, 15, 10 }
static

Definition at line 910 of file atrac3plus_data.h.

const uint8_t huff_a47_xlat[63]
static
Initial value:
= {
0, 1, 2, 62, 63, 3, 4, 5, 6, 8, 54, 56, 57, 58, 59, 60,
61, 7, 9, 10, 11, 12, 13, 14, 53, 55, 15, 16, 17, 18, 19, 20,
21, 36, 37, 39, 42, 52, 22, 25, 28, 35, 38, 40, 41, 43, 45, 46,
47, 48, 49, 50, 51, 23, 24, 26, 27, 29, 30, 31, 33, 34, 44
}

Definition at line 912 of file atrac3plus_data.h.

const uint8_t huff_a51_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 6, 2, 6, 18, 4, 26, 6, 12
}

Definition at line 919 of file atrac3plus_data.h.

const uint8_t huff_a51_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0xC0, 0x30, 0x04, 0x01, 0x03, 0x10, 0x0C, 0xD0, 0x70, 0x34,
0x1C, 0x0D, 0x07, 0x50, 0xF0, 0x44, 0xC4, 0x14, 0x4C, 0xCC, 0x3C, 0x41,
0xC1, 0x11, 0x31, 0x05, 0x43, 0xC3, 0x13, 0x33, 0x0F, 0x74, 0xDC, 0x1D,
0x37, 0x54, 0xD4, 0xF4, 0x5C, 0x7C, 0xFC, 0xD1, 0x71, 0xF1, 0xC5, 0x15,
0x35, 0x4D, 0xCD, 0xDD, 0x3D, 0x53, 0xD3, 0x73, 0x47, 0xC7, 0x17, 0x77,
0x4F, 0x1F, 0x3F, 0x51, 0x45, 0x55, 0xF3, 0xCF, 0xFF, 0xD5, 0x75, 0xF5,
0x5D, 0x7D, 0xFD, 0x57, 0xD7, 0xF7, 0x5F, 0xDF, 0x7F
}

Definition at line 923 of file atrac3plus_data.h.

const uint8_t huff_a52_cb[12] = { 1, 10, 1, 0, 2, 2, 0, 4, 3, 8, 3, 2 }
static

Definition at line 933 of file atrac3plus_data.h.

const uint8_t huff_a52_xlat[25]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x07, 0x09, 0x39, 0x0F, 0x3F, 0x10, 0x02, 0x06,
0x30, 0x11, 0x31, 0x0A, 0x3A, 0x0E, 0x17, 0x37, 0x32, 0x16, 0x3E, 0x12,
0x36
}

Definition at line 935 of file atrac3plus_data.h.

const uint8_t huff_a53_xlat[7] = { 0, 1, 2, 6, 7, 3, 5 }
static

Definition at line 941 of file atrac3plus_data.h.

const uint8_t huff_a54_cb[8] = { 4, 9, 4, 7, 12, 19, 21, 58 }
static

Definition at line 943 of file atrac3plus_data.h.

const uint8_t huff_a54_xlat[121]
static
Initial value:
= {
0x00, 0x01, 0x0F, 0x1F, 0x10, 0xE0, 0xF0, 0x11, 0xF1, 0x2F, 0xFF, 0x20,
0x21, 0xE1, 0x02, 0x12, 0xF2, 0x03, 0xF3, 0x0E, 0x2E, 0xFE, 0x3F, 0x30,
0x40, 0xD0, 0xC1, 0xD1, 0x22, 0xC2, 0x33, 0xE3, 0x0C, 0xCC, 0x0D, 0x1D,
0x2D, 0xFD, 0x1E, 0x3E, 0x5E, 0xEF, 0xC0, 0x52, 0xB2, 0xD2, 0x43, 0xC3,
0xD3, 0x24, 0x45, 0xF5, 0x4B, 0x5B, 0xFB, 0x1C, 0x3D, 0xBD, 0xDD, 0xEE,
0xBF, 0xCF, 0xDF, 0x50, 0xB0, 0x31, 0x41, 0x51, 0xB1, 0x32, 0x42, 0xE2,
0x13, 0x23, 0x53, 0xB3, 0x04, 0x14, 0x34, 0x44, 0x54, 0xB4, 0xC4, 0xD4,
0xE4, 0xF4, 0x05, 0x15, 0x25, 0x35, 0x55, 0xB5, 0xC5, 0xD5, 0xE5, 0x0B,
0x1B, 0x2B, 0x3B, 0xBB, 0xCB, 0xDB, 0xEB, 0x2C, 0x3C, 0x4C, 0x5C, 0xBC,
0xDC, 0xEC, 0xFC, 0x4D, 0x5D, 0xCD, 0xED, 0x4E, 0xBE, 0xCE, 0xDE, 0x4F,
0x5F
}

Definition at line 945 of file atrac3plus_data.h.

const uint8_t huff_a55_cb[8] = { 1, 6, 1, 1, 1, 0, 3, 2 }
static

Definition at line 959 of file atrac3plus_data.h.

const uint8_t huff_a55_xlat[8] = { 0, 1, 2, 3, 6, 7, 4, 5 }
static

Definition at line 961 of file atrac3plus_data.h.

const uint8_t huff_a56_cb[7] = { 3, 7, 1, 8, 6, 8, 8 }
static

Definition at line 963 of file atrac3plus_data.h.

const uint8_t huff_a56_xlat[31]
static
Initial value:
= {
4, 0, 1, 2, 3, 28, 29, 30, 31, 5, 6, 7, 24, 25, 27, 8,
9, 14, 19, 21, 22, 23, 26, 10, 11, 12, 13, 15, 17, 18, 20
}

Definition at line 965 of file atrac3plus_data.h.

const uint8_t huff_a57_cb[9] = { 3, 9, 1, 5, 7, 8, 16, 22, 4 }
static

Definition at line 970 of file atrac3plus_data.h.

const uint8_t huff_a57_xlat[63]
static
Initial value:
= {
0, 1, 2, 61, 62, 63, 3, 4, 5, 6, 58, 59,
60, 7, 8, 9, 10, 54, 55, 56, 57, 11, 12, 13,
14, 15, 26, 27, 28, 36, 37, 38, 49, 50, 51, 52,
53, 16, 17, 18, 19, 20, 21, 23, 24, 25, 29, 30,
31, 33, 34, 35, 39, 43, 44, 45, 46, 47, 48, 22,
40, 41, 42
}

Definition at line 972 of file atrac3plus_data.h.

const uint8_t huff_a61_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 8, 0, 1, 16, 10, 29, 12, 4
}

Definition at line 981 of file atrac3plus_data.h.

const uint8_t huff_a61_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x01, 0x03, 0x70, 0x50, 0xD0,
0xF0, 0x44, 0xC4, 0x14, 0x34, 0x4C, 0x1C, 0x3C, 0x31, 0x05, 0x0D, 0x13,
0x07, 0x0F, 0x74, 0xCC, 0xDC, 0xFC, 0x41, 0xC1, 0x11, 0x43, 0xC3, 0x33,
0x54, 0xD4, 0xF4, 0x5C, 0x7C, 0x51, 0xD1, 0x71, 0xF1, 0x45, 0xC5, 0x15,
0x35, 0x4D, 0xCD, 0x1D, 0x3D, 0x53, 0xD3, 0x73, 0xF3, 0x47, 0xC7, 0x17,
0x37, 0x4F, 0xCF, 0x1F, 0x3F, 0x55, 0xD5, 0x75, 0xF5, 0x5D, 0xDD, 0xFD,
0x57, 0xD7, 0x77, 0xF7, 0xFF, 0x7D, 0x5F, 0xDF, 0x7F
}

Definition at line 985 of file atrac3plus_data.h.

const uint8_t huff_a62_cb[8] = { 3, 8, 5, 2, 2, 9, 5, 2 }
static

Definition at line 995 of file atrac3plus_data.h.

const uint8_t huff_a62_xlat[25]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x07, 0x39, 0x0F, 0x09, 0x3F, 0x10, 0x30, 0x31,
0x02, 0x3A, 0x06, 0x0E, 0x17, 0x37, 0x11, 0x0A, 0x32, 0x16, 0x3E, 0x12,
0x36
}

Definition at line 997 of file atrac3plus_data.h.

const uint8_t huff_a63_cb[11]
static
Initial value:
= {
3, 11, 1, 1, 10, 4, 16, 29, 46, 75, 74
}

Definition at line 1003 of file atrac3plus_data.h.

const uint8_t huff_a63_xlat[256]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x50, 0x04, 0x44, 0x14, 0x01, 0x41, 0x05, 0x45, 0x55,
0x54, 0x11, 0x51, 0x15, 0x80, 0x90, 0x60, 0x24, 0x64, 0xA4, 0x48, 0x61,
0x95, 0x25, 0xA5, 0x02, 0x42, 0x52, 0x16, 0x56, 0x20, 0x84, 0x94, 0x18,
0x58, 0x81, 0x91, 0x85, 0x65, 0x09, 0x49, 0x19, 0x59, 0x99, 0x29, 0x69,
0x79, 0x5D, 0x12, 0x62, 0x06, 0x46, 0x86, 0x66, 0x1A, 0x5A, 0x6A, 0x47,
0x17, 0xC0, 0xA0, 0xE0, 0xC4, 0xD4, 0x74, 0x08, 0x78, 0x0C, 0x4C, 0x1C,
0x5C, 0xD1, 0x21, 0xE1, 0x71, 0xC5, 0xE5, 0x75, 0xB5, 0x89, 0xBD, 0x92,
0x22, 0x96, 0xA6, 0x36, 0x0A, 0x4A, 0x8A, 0x9A, 0x2A, 0x7A, 0xDE, 0x6E,
0x43, 0x13, 0x53, 0x23, 0x07, 0x77, 0x4B, 0x1B, 0x9B, 0x6B, 0x2F, 0xD0,
0x30, 0x70, 0xE4, 0x34, 0xF4, 0xC8, 0x98, 0x28, 0x68, 0xA8, 0xE8, 0x38,
0xB8, 0xF8, 0x9C, 0x2C, 0x6C, 0x7C, 0xA1, 0xB1, 0xD5, 0x35, 0xC9, 0xD9,
0xA9, 0xE9, 0x39, 0xB9, 0xF9, 0xCD, 0x1D, 0x2D, 0xAD, 0x7D, 0xC2, 0xD2,
0xA2, 0xB2, 0xF2, 0xC6, 0x26, 0x76, 0xB6, 0xDA, 0xAA, 0xEA, 0x3A, 0xFA,
0x0E, 0x4E, 0x2E, 0x7E, 0xBE, 0xFE, 0x03, 0x83, 0x63, 0xA3, 0xB3, 0x87,
0x57, 0x97, 0xD7, 0x27, 0x0B, 0x8B, 0x5B, 0x2B, 0xAB, 0xCF, 0x1F, 0x9F,
0x7F, 0xBF, 0xB0, 0xF0, 0xB4, 0x88, 0xD8, 0x8C, 0xCC, 0xDC, 0xAC, 0xEC,
0x3C, 0xBC, 0xFC, 0xC1, 0x31, 0xF1, 0xF5, 0x0D, 0x4D, 0x8D, 0x9D, 0xDD,
0x6D, 0xED, 0x3D, 0xFD, 0x82, 0xE2, 0x32, 0x72, 0xD6, 0xE6, 0xF6, 0xCA,
0xBA, 0x8E, 0xCE, 0x1E, 0x5E, 0x9E, 0xAE, 0xEE, 0x3E, 0xC3, 0x93, 0xD3,
0xE3, 0x33, 0x73, 0xF3, 0xC7, 0x67, 0xA7, 0xE7, 0x37, 0xB7, 0xF7, 0xCB,
0xDB, 0xEB, 0x3B, 0x7B, 0xBB, 0xFB, 0x0F, 0x4F, 0x8F, 0x5F, 0xDF, 0x6F,
0xAF, 0xEF, 0x3F, 0xFF
}

Definition at line 1007 of file atrac3plus_data.h.

const uint8_t huff_a64_cb[8] = { 4, 9, 1, 7, 12, 36, 63, 2 }
static

Definition at line 1032 of file atrac3plus_data.h.

const uint8_t huff_a64_xlat[121]
static
Initial value:
= {
0x00, 0x10, 0x20, 0xE0, 0xF0, 0x02, 0x0E, 0xEF, 0x30, 0x01, 0x11, 0x21,
0x31, 0xF1, 0x12, 0xF2, 0x1E, 0xEE, 0xDF, 0xFF, 0x40, 0xC0, 0xD0, 0xD1,
0xE1, 0x22, 0x32, 0x42, 0xD2, 0xE2, 0x03, 0x13, 0x23, 0xB3, 0xC3, 0xE3,
0xF3, 0xE4, 0x05, 0xF5, 0x2B, 0x0C, 0xFC, 0x1D, 0x2D, 0xBD, 0xDD, 0xFD,
0x2E, 0x4E, 0xDE, 0xFE, 0x0F, 0x1F, 0x2F, 0x3F, 0x50, 0xB0, 0x41, 0x51,
0xB1, 0xC1, 0x52, 0xB2, 0xC2, 0x33, 0x43, 0x53, 0xD3, 0x04, 0x14, 0x24,
0x34, 0x44, 0x54, 0xB4, 0xC4, 0xD4, 0xF4, 0x15, 0x25, 0x35, 0x45, 0x55,
0xB5, 0xC5, 0xD5, 0xE5, 0x0B, 0x1B, 0x3B, 0x4B, 0x5B, 0xBB, 0xCB, 0xDB,
0xEB, 0xFB, 0x1C, 0x2C, 0x3C, 0x4C, 0x5C, 0xBC, 0xCC, 0xDC, 0xEC, 0x0D,
0x3D, 0x4D, 0x5D, 0xCD, 0xED, 0x3E, 0x5E, 0xBE, 0xCE, 0x4F, 0xCF, 0x5F,
0xBF
}

Definition at line 1034 of file atrac3plus_data.h.

const uint8_t huff_a65_cb[8] = { 2, 7, 3, 0, 1, 3, 4, 4 }
static

Definition at line 1048 of file atrac3plus_data.h.

const uint8_t huff_a65_xlat[15]
static
Initial value:
= {
0, 1, 15, 14, 2, 3, 13, 4, 6, 10, 12, 5, 7, 9, 11
}

Definition at line 1050 of file atrac3plus_data.h.

const uint8_t huff_a66_cb[11] = { 2, 10, 1, 2, 2, 6, 8, 6, 3, 1, 2 }
static

Definition at line 1054 of file atrac3plus_data.h.

const uint8_t huff_a66_xlat[31]
static
Initial value:
= {
0, 1, 31, 2, 30, 3, 4, 15, 17, 28, 29, 5, 6, 7, 8, 24,
25, 26, 27, 9, 10, 11, 21, 22, 23, 12, 19, 20, 13, 14, 18
}

Definition at line 1056 of file atrac3plus_data.h.

const uint8_t huff_a67_cb[10] = { 2, 9, 1, 1, 3, 4, 6, 13, 25, 10 }
static

Definition at line 1061 of file atrac3plus_data.h.

const uint8_t huff_a67_xlat[63]
static
Initial value:
= {
0, 1, 2, 62, 63, 3, 4, 60, 61, 5, 6, 7, 57, 58, 59, 8,
9, 10, 11, 12, 13, 26, 38, 52, 53, 54, 55, 56, 14, 15, 16, 17,
18, 19, 25, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 39, 45, 46,
47, 48, 49, 50, 51, 20, 21, 22, 23, 24, 40, 41, 42, 43, 44
}

Definition at line 1063 of file atrac3plus_data.h.

const uint8_t huff_a71_cb[5] = { 1, 3, 1, 1, 2 }
static

Definition at line 1070 of file atrac3plus_data.h.

const uint8_t huff_a72_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 4, 8, 3, 8, 24, 17, 12, 4
}

Definition at line 1072 of file atrac3plus_data.h.

const uint8_t huff_a72_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x04, 0x01, 0x50, 0x44, 0x14, 0x54, 0x41, 0x11, 0x05,
0x15, 0x51, 0x45, 0x55, 0x80, 0x90, 0x20, 0x64, 0x08, 0x19, 0x02, 0x06,
0x60, 0x84, 0x94, 0x24, 0x48, 0x18, 0x58, 0x81, 0x91, 0x21, 0x61, 0x85,
0x95, 0x25, 0x65, 0x09, 0x49, 0x59, 0x42, 0x12, 0x52, 0x46, 0x16, 0x56,
0xA0, 0xA4, 0x98, 0x28, 0x68, 0xA1, 0xA5, 0x99, 0x29, 0x69, 0x96, 0x26,
0x66, 0x0A, 0x4A, 0x1A, 0x5A, 0x88, 0xA8, 0x89, 0xA9, 0x82, 0x92, 0x22,
0x62, 0x86, 0xA6, 0x2A, 0x6A, 0xA2, 0x8A, 0x9A, 0xAA
}

Definition at line 1076 of file atrac3plus_data.h.

const uint8_t huff_a73_cb[11] = { 2, 10, 1, 1, 5, 2, 8, 7, 13, 8, 4 }
static

Definition at line 1086 of file atrac3plus_data.h.

const uint8_t huff_a73_xlat[49]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x39, 0x07, 0x0F, 0x09, 0x3F, 0x10, 0x30, 0x31,
0x02, 0x3A, 0x06, 0x0E, 0x17, 0x11, 0x0A, 0x32, 0x0D, 0x16, 0x3E, 0x37,
0x18, 0x28, 0x19, 0x29, 0x12, 0x2A, 0x03, 0x3B, 0x05, 0x15, 0x1E, 0x1F,
0x2F, 0x1A, 0x0B, 0x2B, 0x33, 0x35, 0x3D, 0x2E, 0x36, 0x13, 0x1B, 0x1D,
0x2D
}

Definition at line 1088 of file atrac3plus_data.h.

const uint8_t huff_a74_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 4, 0, 4, 5, 9, 30, 45, 21, 2
}

Definition at line 1096 of file atrac3plus_data.h.

const uint8_t huff_a74_xlat[121]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0x11, 0xF1, 0x1F, 0xFF, 0x20, 0xE0, 0x02,
0xF2, 0x0E, 0x21, 0xE1, 0x12, 0xE2, 0x1E, 0x2E, 0xFE, 0x2F, 0xEF, 0x30,
0x50, 0xB0, 0xC0, 0xD0, 0x31, 0xB1, 0xD1, 0x22, 0xD2, 0x03, 0x13, 0xE3,
0xF3, 0xF4, 0x05, 0xE5, 0xF5, 0x0B, 0x1B, 0x0C, 0x0D, 0x1D, 0x2D, 0xFD,
0x3E, 0xEE, 0x3F, 0x5F, 0xDF, 0x40, 0x41, 0x51, 0xC1, 0x32, 0x42, 0x52,
0xB2, 0xC2, 0x23, 0x33, 0xB3, 0xC3, 0xD3, 0x04, 0x14, 0x24, 0xD4, 0xE4,
0x15, 0x25, 0xC5, 0xD5, 0x2B, 0x3B, 0xEB, 0xFB, 0x1C, 0x2C, 0x3C, 0x5C,
0xEC, 0xFC, 0x3D, 0x5D, 0xDD, 0xED, 0x4E, 0x5E, 0xBE, 0xCE, 0xDE, 0x4F,
0xBF, 0xCF, 0x43, 0x53, 0x34, 0x54, 0xB4, 0xC4, 0x35, 0x45, 0x55, 0xB5,
0x4B, 0x5B, 0xCB, 0xDB, 0x4C, 0xBC, 0xCC, 0xDC, 0x4D, 0xBD, 0xCD, 0x44,
0xBB
}

Definition at line 1100 of file atrac3plus_data.h.

const uint8_t huff_a75_cb[7] = { 2, 6, 1, 3, 3, 4, 4 }
static

Definition at line 1114 of file atrac3plus_data.h.

const uint8_t huff_a75_xlat[15]
static
Initial value:
= {
0, 1, 14, 15, 2, 3, 13, 4, 6, 10, 12, 5, 7, 9, 11
}

Definition at line 1116 of file atrac3plus_data.h.

const uint8_t huff_a76_cb[12]
static
Initial value:
= {
3, 12, 1, 3, 4, 8, 10, 36, 60, 78, 48, 8
}

Definition at line 1120 of file atrac3plus_data.h.

const uint8_t huff_a76_xlat[256]
static
Initial value:
= {
0x00, 0x10, 0x01, 0x11, 0x20, 0x21, 0x02, 0x12, 0x30, 0x31, 0x41, 0x22,
0x03, 0x13, 0x23, 0x14, 0x40, 0x51, 0x61, 0x32, 0x42, 0x33, 0x04, 0x24,
0x15, 0x16, 0x50, 0x60, 0xD0, 0x71, 0x81, 0xD1, 0xE1, 0xF1, 0x52, 0x62,
0x72, 0xD2, 0x43, 0x53, 0x63, 0xD3, 0x34, 0x44, 0x54, 0x05, 0x25, 0x35,
0x45, 0x06, 0x26, 0x36, 0x17, 0x27, 0x18, 0x0D, 0x1D, 0x2D, 0x3D, 0x1E,
0x2E, 0x1F, 0x70, 0x80, 0xE0, 0xF0, 0x91, 0xA1, 0xC1, 0x82, 0x92, 0xC2,
0xE2, 0xF2, 0x73, 0x83, 0x93, 0xE3, 0xF3, 0x64, 0x74, 0x84, 0xD4, 0xE4,
0xF4, 0x55, 0x65, 0xD5, 0xE5, 0xF5, 0x46, 0x56, 0x66, 0xD6, 0x07, 0x37,
0x47, 0x57, 0x08, 0x28, 0x38, 0x48, 0x19, 0x29, 0x39, 0x1A, 0x2A, 0x1B,
0x1C, 0x2C, 0x3C, 0x4D, 0x5D, 0x6D, 0x0E, 0x3E, 0x4E, 0x5E, 0x0F, 0x2F,
0x3F, 0x4F, 0x90, 0xA0, 0xB0, 0xC0, 0xB1, 0xA2, 0xB2, 0xA3, 0xB3, 0xC3,
0x94, 0xA4, 0xB4, 0xC4, 0x75, 0x85, 0x95, 0xA5, 0xC5, 0x76, 0x86, 0x96,
0xE6, 0xF6, 0x67, 0x77, 0x87, 0xD7, 0xE7, 0xF7, 0x58, 0x68, 0x78, 0x88,
0xD8, 0xE8, 0xF8, 0x09, 0x49, 0x59, 0x69, 0xD9, 0xE9, 0xF9, 0x0A, 0x3A,
0x4A, 0x5A, 0xDA, 0xEA, 0x0B, 0x2B, 0x3B, 0x4B, 0xDB, 0x0C, 0x4C, 0x5C,
0x6C, 0xDC, 0x7D, 0x8D, 0x9D, 0xAD, 0xBD, 0xCD, 0x6E, 0x7E, 0x8E, 0x9E,
0xAE, 0xBE, 0x5F, 0x6F, 0x7F, 0x8F, 0x9F, 0xAF, 0xB5, 0xA6, 0xB6, 0xC6,
0x97, 0xA7, 0xC7, 0x98, 0xA8, 0xB8, 0xC8, 0x79, 0x89, 0x99, 0xA9, 0xB9,
0xC9, 0x6A, 0x7A, 0x8A, 0x9A, 0xAA, 0xCA, 0xFA, 0x5B, 0x6B, 0x7B, 0x8B,
0xCB, 0xEB, 0xFB, 0x7C, 0x8C, 0x9C, 0xAC, 0xBC, 0xEC, 0xFC, 0xDD, 0xED,
0xFD, 0xCE, 0xDE, 0xEE, 0xFE, 0xBF, 0xCF, 0xDF, 0xB7, 0xBA, 0x9B, 0xAB,
0xBB, 0xCC, 0xEF, 0xFF
}

Definition at line 1124 of file atrac3plus_data.h.

const uint8_t huff_b01_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 2, 6, 0, 11, 13, 12, 24, 4, 8
}

Definition at line 1149 of file atrac3plus_data.h.

const uint8_t huff_b01_xlat[81]
static
Initial value:
= {
0x00, 0x01, 0x03, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x50, 0xD0, 0x70,
0xF0, 0x34, 0x1C, 0x05, 0x0D, 0x13, 0x07, 0x0F, 0x44, 0xC4, 0x14, 0x4C,
0xCC, 0x3C, 0x41, 0xC1, 0x11, 0x31, 0x43, 0xC3, 0x33, 0x54, 0x74, 0xDC,
0xFC, 0x71, 0x15, 0x4D, 0x1D, 0xD3, 0xC7, 0x37, 0x3F, 0xD4, 0xF4, 0x5C,
0x7C, 0x51, 0xD1, 0xF1, 0x45, 0xC5, 0x55, 0x35, 0xCD, 0xDD, 0x3D, 0x53,
0x73, 0xF3, 0x47, 0x17, 0x77, 0x4F, 0xCF, 0x1F, 0xFF, 0xF5, 0x7D, 0xD7,
0x5F, 0xD5, 0x75, 0x5D, 0xFD, 0x57, 0xF7, 0xDF, 0x7F
}

Definition at line 1153 of file atrac3plus_data.h.

const uint8_t huff_b02_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 4, 0, 8, 4, 9, 19, 13, 13, 10
}

Definition at line 1163 of file atrac3plus_data.h.

const uint8_t huff_b02_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x04, 0x01, 0x50, 0x44, 0x14, 0x54, 0x41, 0x11, 0x05,
0x15, 0x80, 0x51, 0x45, 0x55, 0x90, 0x20, 0x60, 0x24, 0x08, 0x18, 0x09,
0x02, 0x06, 0x84, 0x94, 0x64, 0x48, 0x58, 0x81, 0x91, 0x21, 0x61, 0x95,
0x25, 0x65, 0x19, 0x59, 0x42, 0x12, 0x46, 0x16, 0x56, 0xA0, 0xA4, 0x28,
0x68, 0x85, 0xA5, 0x49, 0x29, 0x69, 0x52, 0x0A, 0x1A, 0x5A, 0x88, 0x98,
0xA1, 0x89, 0x99, 0xA9, 0x22, 0x62, 0x96, 0x26, 0x66, 0x4A, 0x6A, 0xA8,
0x82, 0x92, 0xA2, 0x86, 0xA6, 0x8A, 0x9A, 0x2A, 0xAA
}

Definition at line 1167 of file atrac3plus_data.h.

const uint8_t huff_b03_cb[11] = { 1, 9, 1, 0, 0, 4, 0, 5, 12, 13, 14 }
static

Definition at line 1177 of file atrac3plus_data.h.

const uint8_t huff_b03_xlat[49]
static
Initial value:
= {
0x00, 0x08, 0x38, 0x01, 0x07, 0x30, 0x09, 0x39, 0x0F, 0x3F, 0x10, 0x18,
0x28, 0x31, 0x02, 0x3A, 0x03, 0x05, 0x06, 0x0E, 0x17, 0x37, 0x11, 0x19,
0x29, 0x0A, 0x32, 0x0B, 0x3B, 0x0D, 0x15, 0x3D, 0x3E, 0x1F, 0x2F, 0x12,
0x1A, 0x2A, 0x13, 0x1B, 0x2B, 0x33, 0x1D, 0x2D, 0x35, 0x16, 0x1E, 0x2E,
0x36
}

Definition at line 1179 of file atrac3plus_data.h.

const uint8_t huff_b04_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 4, 4, 5, 9, 30, 45, 21, 2
}

Definition at line 1187 of file atrac3plus_data.h.

const uint8_t huff_b04_xlat[121]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0x11, 0xF1, 0x1F, 0xFF, 0x20, 0xE0, 0x02,
0xF2, 0x0E, 0x21, 0xE1, 0x12, 0xE2, 0x1E, 0x2E, 0xFE, 0x2F, 0xEF, 0x30,
0x50, 0xB0, 0xC0, 0xD0, 0x31, 0xB1, 0xD1, 0x22, 0xD2, 0x03, 0x13, 0xE3,
0xF3, 0xF4, 0x05, 0xE5, 0xF5, 0x0B, 0x1B, 0x0C, 0x0D, 0x1D, 0x2D, 0xFD,
0x3E, 0xEE, 0x3F, 0x5F, 0xDF, 0x40, 0x41, 0x51, 0xC1, 0x32, 0x42, 0x52,
0xB2, 0xC2, 0x23, 0x33, 0xB3, 0xC3, 0xD3, 0x04, 0x14, 0x24, 0xD4, 0xE4,
0x15, 0x25, 0xC5, 0xD5, 0x2B, 0x3B, 0xEB, 0xFB, 0x1C, 0x2C, 0x3C, 0x5C,
0xEC, 0xFC, 0x3D, 0x5D, 0xDD, 0xED, 0x4E, 0x5E, 0xBE, 0xCE, 0xDE, 0x4F,
0xBF, 0xCF, 0x43, 0x53, 0x34, 0x54, 0xB4, 0xC4, 0x35, 0x45, 0x55, 0xB5,
0x4B, 0x5B, 0xCB, 0xDB, 0x4C, 0xBC, 0xCC, 0xDC, 0x4D, 0xBD, 0xCD, 0x44,
0xBB
}

Definition at line 1191 of file atrac3plus_data.h.

const uint8_t huff_b05_cb[11]
static
Initial value:
= {
3, 11, 1, 4, 4, 4, 12, 30, 73, 75, 22
}

Definition at line 1205 of file atrac3plus_data.h.

const uint8_t huff_b05_xlat[225]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0x11, 0xF1, 0x1F, 0xFF, 0x20, 0xE0, 0x02,
0x0E, 0x30, 0xD0, 0x21, 0xE1, 0x12, 0xF2, 0x03, 0x0D, 0x1E, 0xFE, 0x2F,
0xEF, 0x40, 0x60, 0x70, 0x90, 0xA0, 0xC0, 0x31, 0xD1, 0x22, 0x32, 0xD2,
0xE2, 0x13, 0x23, 0xE3, 0xF3, 0x04, 0x06, 0x07, 0x09, 0x0A, 0x0C, 0x1D,
0x2D, 0xFD, 0x2E, 0x3E, 0xEE, 0x3F, 0xDF, 0x50, 0xB0, 0x41, 0x51, 0x61,
0x71, 0x91, 0xA1, 0xB1, 0xC1, 0x42, 0x62, 0x72, 0x92, 0xA2, 0xC2, 0x33,
0x93, 0xA3, 0xD3, 0x14, 0x24, 0xE4, 0xF4, 0x05, 0x15, 0xF5, 0x16, 0x26,
0xD6, 0xE6, 0xF6, 0x17, 0x27, 0xD7, 0xE7, 0xF7, 0x19, 0x29, 0x39, 0xE9,
0xF9, 0x1A, 0x2A, 0xEA, 0xFA, 0x0B, 0x1B, 0xFB, 0x1C, 0x2C, 0xEC, 0xFC,
0x3D, 0x7D, 0x9D, 0xDD, 0xED, 0x4E, 0x6E, 0x7E, 0x9E, 0xAE, 0xCE, 0xDE,
0x4F, 0x5F, 0x6F, 0x7F, 0x9F, 0xAF, 0xBF, 0xCF, 0x52, 0xB2, 0x43, 0x53,
0x63, 0x73, 0xB3, 0xC3, 0x34, 0x44, 0x64, 0x74, 0x94, 0xA4, 0xB4, 0xC4,
0xD4, 0x25, 0x35, 0x65, 0x75, 0x95, 0xA5, 0xD5, 0xE5, 0x36, 0x46, 0x56,
0x66, 0xA6, 0xB6, 0xC6, 0x37, 0x47, 0x57, 0xB7, 0xC7, 0x49, 0x59, 0x69,
0xB9, 0xC9, 0xD9, 0x3A, 0x4A, 0x5A, 0x6A, 0xAA, 0xBA, 0xCA, 0xDA, 0x2B,
0x3B, 0x6B, 0x7B, 0x9B, 0xAB, 0xDB, 0xEB, 0x3C, 0x4C, 0x6C, 0x7C, 0x9C,
0xAC, 0xCC, 0xDC, 0x4D, 0x5D, 0x6D, 0xAD, 0xBD, 0xCD, 0x5E, 0xBE, 0x54,
0x45, 0x55, 0xB5, 0xC5, 0x76, 0x96, 0x67, 0x77, 0x97, 0xA7, 0x79, 0x99,
0xA9, 0x7A, 0x9A, 0x4B, 0x5B, 0xBB, 0xCB, 0x5C, 0xBC
}

Definition at line 1209 of file atrac3plus_data.h.

const uint8_t huff_b07_cb[9] = { 3, 9, 3, 2, 4, 8, 23, 13, 10 }
static

Definition at line 1231 of file atrac3plus_data.h.

const uint8_t huff_b07_xlat[63]
static
Initial value:
= {
0, 1, 63, 2, 62, 3, 4, 60, 61, 5, 6, 7, 8, 56, 57, 58,
59, 9, 10, 11, 12, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36,
37, 38, 39, 51, 52, 53, 54, 55, 13, 14, 15, 16, 17, 18, 19, 45,
46, 47, 48, 49, 50, 20, 21, 22, 23, 24, 40, 41, 42, 43, 44
}

Definition at line 1233 of file atrac3plus_data.h.

const uint8_t huff_b12_cb[10] = { 3, 10, 1, 3, 12, 0, 30, 9, 18, 8 }
static

Definition at line 1240 of file atrac3plus_data.h.

const uint8_t huff_b12_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x04, 0x01, 0x10, 0x50, 0x44, 0x14, 0x54, 0x41, 0x11, 0x51,
0x05, 0x45, 0x15, 0x55, 0x80, 0x90, 0x20, 0x60, 0x84, 0x94, 0x24, 0x64,
0x08, 0x48, 0x18, 0x81, 0x91, 0x61, 0x85, 0x95, 0x25, 0x65, 0x09, 0x49,
0x19, 0x59, 0x02, 0x42, 0x12, 0x52, 0x06, 0x46, 0x16, 0x56, 0xA4, 0x58,
0x68, 0x21, 0xA5, 0x29, 0x69, 0x1A, 0x5A, 0xA0, 0x88, 0x98, 0x28, 0xA1,
0x89, 0x99, 0xA9, 0x92, 0x22, 0x62, 0x86, 0x96, 0x26, 0x66, 0x0A, 0x4A,
0x6A, 0xA8, 0x82, 0xA2, 0xA6, 0x8A, 0x9A, 0x2A, 0xAA
}

Definition at line 1242 of file atrac3plus_data.h.

const uint8_t huff_b14_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 4, 0, 3, 5, 16, 28, 34, 26, 4
}

Definition at line 1252 of file atrac3plus_data.h.

const uint8_t huff_b14_xlat[121]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0xF1, 0x1F, 0xFF, 0x20, 0xE0, 0x11, 0x02,
0x0E, 0x30, 0x50, 0xB0, 0xD0, 0x21, 0xE1, 0x12, 0xF2, 0x03, 0x05, 0x0B,
0x0D, 0x1E, 0xFE, 0x2F, 0xEF, 0x40, 0xC0, 0x31, 0x51, 0xB1, 0xC1, 0xD1,
0x22, 0x52, 0xE2, 0x13, 0xF3, 0x04, 0x15, 0xF5, 0x1B, 0xEB, 0xFB, 0x0C,
0x1D, 0xFD, 0x2E, 0x5E, 0xEE, 0x3F, 0x5F, 0xBF, 0xDF, 0x41, 0x32, 0x42,
0xB2, 0xD2, 0x23, 0x53, 0xB3, 0xE3, 0x14, 0x24, 0xE4, 0xF4, 0x25, 0x35,
0xD5, 0xE5, 0x2B, 0x3B, 0xDB, 0x1C, 0x2C, 0xBC, 0xEC, 0xFC, 0x2D, 0xBD,
0xED, 0x3E, 0x4E, 0xBE, 0xDE, 0x4F, 0xCF, 0xC2, 0x33, 0x43, 0xC3, 0xD3,
0x34, 0x44, 0x54, 0xB4, 0xD4, 0x45, 0x55, 0xC5, 0x4B, 0xCB, 0x3C, 0x4C,
0x5C, 0xCC, 0xDC, 0x3D, 0x4D, 0x5D, 0xCD, 0xDD, 0xCE, 0xC4, 0xB5, 0x5B,
0xBB
}

Definition at line 1256 of file atrac3plus_data.h.

const uint8_t huff_b16_cb[11]
static
Initial value:
= {
4, 12, 4, 4, 9, 13, 37, 76, 72, 39, 2
}

Definition at line 1270 of file atrac3plus_data.h.

const uint8_t huff_b16_xlat[256]
static
Initial value:
= {
0x00, 0x10, 0x01, 0x11, 0x20, 0x21, 0x02, 0x12, 0x30, 0x31, 0x41, 0x22,
0x32, 0x03, 0x13, 0x23, 0x14, 0x40, 0x51, 0x61, 0x42, 0x52, 0x33, 0x43,
0x04, 0x24, 0x34, 0x15, 0x25, 0x16, 0x50, 0x60, 0x70, 0x71, 0x81, 0xD1,
0xE1, 0x62, 0x72, 0x82, 0xD2, 0x53, 0x63, 0x73, 0xD3, 0x44, 0x54, 0x05,
0x35, 0x45, 0x55, 0x06, 0x26, 0x36, 0x07, 0x17, 0x27, 0x37, 0x18, 0x28,
0x19, 0x1D, 0x2D, 0x3D, 0x1E, 0x2E, 0x1F, 0x80, 0x90, 0xD0, 0xE0, 0xF0,
0x91, 0xA1, 0xB1, 0xC1, 0xF1, 0x92, 0xA2, 0xB2, 0xC2, 0xE2, 0xF2, 0x83,
0x93, 0xA3, 0xC3, 0xE3, 0xF3, 0x64, 0x74, 0x84, 0x94, 0xD4, 0xE4, 0xF4,
0x65, 0x75, 0x85, 0xD5, 0xE5, 0x46, 0x56, 0x66, 0x76, 0xD6, 0xE6, 0x47,
0x57, 0x67, 0xD7, 0x08, 0x38, 0x48, 0x58, 0x09, 0x29, 0x39, 0x49, 0x0A,
0x1A, 0x2A, 0x3A, 0x1B, 0x2B, 0x0C, 0x1C, 0x2C, 0x3C, 0x0D, 0x4D, 0x5D,
0x6D, 0x7D, 0x0E, 0x3E, 0x4E, 0x5E, 0x6E, 0x0F, 0x2F, 0x3F, 0x4F, 0xA0,
0xB0, 0xC0, 0xB3, 0xA4, 0xB4, 0xC4, 0x95, 0xA5, 0xB5, 0xC5, 0xF5, 0x86,
0x96, 0xA6, 0xB6, 0xC6, 0xF6, 0x77, 0x87, 0x97, 0xA7, 0xC7, 0xE7, 0xF7,
0x68, 0x78, 0x88, 0x98, 0xD8, 0xE8, 0xF8, 0x59, 0x69, 0x79, 0x89, 0xD9,
0xE9, 0xF9, 0x4A, 0x5A, 0x6A, 0x7A, 0xDA, 0xEA, 0x0B, 0x3B, 0x4B, 0x5B,
0xDB, 0xEB, 0x4C, 0x5C, 0x6C, 0x7C, 0x8C, 0xDC, 0x8D, 0x9D, 0xAD, 0xBD,
0xCD, 0x7E, 0x8E, 0x9E, 0xAE, 0xBE, 0x5F, 0x6F, 0x7F, 0x8F, 0x9F, 0xB7,
0xA8, 0xB8, 0xC8, 0x99, 0xA9, 0xB9, 0xC9, 0x8A, 0x9A, 0xAA, 0xBA, 0xCA,
0xFA, 0x6B, 0x7B, 0x8B, 0x9B, 0xAB, 0xBB, 0xCB, 0xFB, 0x9C, 0xAC, 0xBC,
0xCC, 0xEC, 0xFC, 0xDD, 0xED, 0xFD, 0xCE, 0xDE, 0xEE, 0xFE, 0xAF, 0xBF,
0xCF, 0xDF, 0xEF, 0xFF
}

Definition at line 1274 of file atrac3plus_data.h.

const uint8_t huff_b26_cb[12]
static
Initial value:
= {
3, 12, 2, 2, 4, 5, 11, 26, 67, 78, 51, 10
}

Definition at line 1299 of file atrac3plus_data.h.

const uint8_t huff_b26_xlat[256]
static
Initial value:
= {
0x00, 0x01, 0x10, 0x11, 0x20, 0x21, 0x02, 0x12, 0x30, 0x31, 0x22, 0x03,
0x13, 0x40, 0x41, 0x51, 0x32, 0x42, 0x23, 0x33, 0x04, 0x14, 0x24, 0x15,
0x50, 0x61, 0x71, 0xD1, 0xE1, 0x52, 0x62, 0xD2, 0x43, 0x53, 0xD3, 0x34,
0x44, 0x05, 0x25, 0x35, 0x06, 0x16, 0x26, 0x17, 0x18, 0x1D, 0x2D, 0x3D,
0x1E, 0x2E, 0x60, 0x70, 0x80, 0xD0, 0xE0, 0xF0, 0x81, 0x91, 0xA1, 0xC1,
0xF1, 0x72, 0x82, 0x92, 0xC2, 0xE2, 0xF2, 0x63, 0x73, 0xE3, 0xF3, 0x54,
0x64, 0x74, 0xD4, 0xE4, 0xF4, 0x45, 0x55, 0x65, 0xD5, 0xE5, 0xF5, 0x36,
0x46, 0x56, 0xD6, 0xE6, 0x07, 0x27, 0x37, 0x47, 0xD7, 0x08, 0x28, 0x38,
0x19, 0x29, 0x1A, 0x1B, 0x1C, 0x2C, 0x0D, 0x4D, 0x5D, 0x6D, 0x7D, 0x0E,
0x3E, 0x4E, 0x5E, 0x6E, 0x0F, 0x1F, 0x2F, 0x3F, 0x4F, 0x90, 0xA0, 0xC0,
0xB1, 0xA2, 0xB2, 0x83, 0x93, 0xA3, 0xB3, 0xC3, 0x84, 0x94, 0xA4, 0xC4,
0x75, 0x85, 0x95, 0xC5, 0x66, 0x76, 0x86, 0x96, 0xC6, 0xF6, 0x57, 0x67,
0x77, 0xE7, 0xF7, 0x48, 0x58, 0x68, 0x78, 0xD8, 0xE8, 0xF8, 0x09, 0x39,
0x49, 0x59, 0xD9, 0xE9, 0xF9, 0x0A, 0x2A, 0x3A, 0x4A, 0xDA, 0xEA, 0x0B,
0x2B, 0x3B, 0xDB, 0xEB, 0x0C, 0x3C, 0x4C, 0x5C, 0x6C, 0xDC, 0x8D, 0x9D,
0xAD, 0xBD, 0xCD, 0x7E, 0x8E, 0x9E, 0xAE, 0xBE, 0xCE, 0x5F, 0x6F, 0x7F,
0x8F, 0x9F, 0xAF, 0xB0, 0xB4, 0xA5, 0xB5, 0xA6, 0xB6, 0x87, 0x97, 0xA7,
0xB7, 0xC7, 0x88, 0x98, 0xA8, 0xC8, 0x69, 0x79, 0x89, 0x99, 0xA9, 0xC9,
0x5A, 0x6A, 0x7A, 0x9A, 0xCA, 0xFA, 0x4B, 0x5B, 0x6B, 0x7B, 0xCB, 0xFB,
0x7C, 0x8C, 0x9C, 0xAC, 0xBC, 0xCC, 0xEC, 0xFC, 0xDD, 0xED, 0xFD, 0xDE,
0xEE, 0xFE, 0xBF, 0xCF, 0xDF, 0xEF, 0xB8, 0xB9, 0x8A, 0xAA, 0xBA, 0x8B,
0x9B, 0xAB, 0xBB, 0xFF
}

Definition at line 1303 of file atrac3plus_data.h.

const uint8_t huff_b32_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 4, 6, 7, 10, 22, 11, 16, 4
}

Definition at line 1328 of file atrac3plus_data.h.

const uint8_t huff_b32_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x04, 0x01, 0x50, 0x44, 0x14, 0x41, 0x11, 0x05, 0x80,
0x54, 0x51, 0x45, 0x15, 0x55, 0x02, 0x90, 0x20, 0x60, 0x84, 0x24, 0x08,
0x18, 0x09, 0x12, 0x06, 0xA0, 0x94, 0x64, 0x48, 0x58, 0x81, 0x91, 0x21,
0x61, 0x85, 0x95, 0x25, 0x65, 0x49, 0x19, 0x59, 0x42, 0x52, 0x46, 0x16,
0x56, 0x0A, 0xA4, 0x28, 0x68, 0xA1, 0xA5, 0x29, 0x69, 0x26, 0x4A, 0x1A,
0x5A, 0x88, 0x98, 0xA8, 0x89, 0x99, 0xA9, 0x82, 0x92, 0x22, 0x62, 0x86,
0x96, 0x66, 0x9A, 0x2A, 0x6A, 0xA2, 0xA6, 0x8A, 0xAA
}

Definition at line 1332 of file atrac3plus_data.h.

const uint8_t huff_b33_cb[13]
static
Initial value:
= {
2, 12, 1, 0, 0, 4, 11, 8, 28, 92, 97, 13, 2
}

Definition at line 1342 of file atrac3plus_data.h.

const uint8_t huff_b33_xlat[256]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x04, 0x01, 0x50, 0x44, 0x14, 0x54, 0x41, 0x11, 0x51,
0x05, 0x45, 0x15, 0x55, 0x20, 0x95, 0x65, 0x49, 0x59, 0x52, 0x46, 0x16,
0x80, 0x90, 0x60, 0x84, 0x94, 0x24, 0x64, 0xA4, 0x08, 0x48, 0x18, 0x58,
0x81, 0x91, 0x21, 0x61, 0x85, 0x25, 0x09, 0x19, 0x69, 0x02, 0x42, 0x12,
0x06, 0x56, 0x5A, 0x57, 0xD0, 0x74, 0x68, 0x5C, 0xC1, 0xD5, 0xA5, 0xE5,
0x75, 0xB5, 0xF5, 0x99, 0xD9, 0xA9, 0xE9, 0x79, 0xB9, 0xF9, 0x1D, 0x5D,
0x9D, 0xDD, 0x6D, 0xAD, 0xED, 0x7D, 0xBD, 0xFD, 0x82, 0x92, 0xD2, 0x62,
0x96, 0xD6, 0x26, 0x66, 0xA6, 0xE6, 0x76, 0xB6, 0xF6, 0x0A, 0x4A, 0x1A,
0x9A, 0xDA, 0x2A, 0x6A, 0xAA, 0xEA, 0x7A, 0xBA, 0xFA, 0x5E, 0x9E, 0xDE,
0x6E, 0xAE, 0xEE, 0x7E, 0xBE, 0xFE, 0x03, 0x13, 0x53, 0x17, 0x97, 0xD7,
0x67, 0xA7, 0xE7, 0x77, 0xB7, 0xF7, 0x5B, 0x9B, 0xDB, 0x6B, 0xAB, 0xEB,
0x7B, 0xBB, 0xFB, 0x5F, 0x9F, 0xDF, 0x6F, 0xAF, 0xEF, 0x7F, 0xBF, 0xFF,
0xC0, 0xA0, 0xE0, 0x30, 0xC4, 0xD4, 0xE4, 0x34, 0xB4, 0xF4, 0x88, 0xC8,
0x98, 0xD8, 0x28, 0xA8, 0xE8, 0x38, 0x78, 0xB8, 0xF8, 0x0C, 0x4C, 0x1C,
0x9C, 0xDC, 0x6C, 0xAC, 0xEC, 0x7C, 0xBC, 0xFC, 0xD1, 0xA1, 0xE1, 0x31,
0x71, 0xB1, 0xF1, 0xC5, 0x35, 0x89, 0xC9, 0x29, 0x39, 0x0D, 0x4D, 0x8D,
0xCD, 0x2D, 0x3D, 0x22, 0xA2, 0xE2, 0x72, 0xB2, 0xF2, 0x86, 0xC6, 0x36,
0x8A, 0xCA, 0x3A, 0x0E, 0x4E, 0x8E, 0xCE, 0x1E, 0x2E, 0x3E, 0x43, 0x83,
0x93, 0xD3, 0x23, 0x63, 0xA3, 0xE3, 0x73, 0xB3, 0xF3, 0x07, 0x47, 0x87,
0xC7, 0x27, 0x37, 0x4B, 0x8B, 0xCB, 0x1B, 0x2B, 0x3B, 0x4F, 0x8F, 0xCF,
0x1F, 0x70, 0xB0, 0xF0, 0x8C, 0xCC, 0x2C, 0x3C, 0xC2, 0x32, 0xC3, 0x0F,
0x2F, 0x3F, 0x33, 0x0B
}

Definition at line 1346 of file atrac3plus_data.h.

const uint8_t huff_b35_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 0, 4, 6, 6, 14, 42, 63, 59, 30
}

Definition at line 1371 of file atrac3plus_data.h.

const uint8_t huff_b35_xlat[225]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0x11, 0xF1, 0x02, 0x0E, 0x1F, 0xFF, 0x20,
0xE0, 0x21, 0xF2, 0xFE, 0xEF, 0x30, 0xD0, 0xE1, 0x12, 0x22, 0xE2, 0x03,
0x0D, 0x1D, 0x1E, 0x2E, 0xEE, 0x2F, 0xDF, 0x40, 0x60, 0x70, 0x90, 0xA0,
0xB0, 0xC0, 0x31, 0x71, 0x91, 0xC1, 0xD1, 0x32, 0xD2, 0x13, 0xE3, 0xF3,
0x04, 0x05, 0x06, 0x07, 0x17, 0xF7, 0x09, 0x19, 0x0A, 0x1A, 0xFA, 0x0C,
0x1C, 0x2D, 0xED, 0xFD, 0x3E, 0x7E, 0xDE, 0x3F, 0x6F, 0x7F, 0x9F, 0xAF,
0xCF, 0x50, 0x41, 0x51, 0x61, 0xA1, 0xB1, 0x62, 0x72, 0x92, 0xA2, 0xC2,
0x23, 0x33, 0x63, 0x73, 0x93, 0xA3, 0xD3, 0x14, 0x24, 0x34, 0xD4, 0xE4,
0xF4, 0x15, 0xF5, 0x16, 0x26, 0xD6, 0xE6, 0xF6, 0x27, 0x37, 0x47, 0xE7,
0x29, 0x39, 0xC9, 0xD9, 0xE9, 0xF9, 0x2A, 0xEA, 0x0B, 0x1B, 0xFB, 0x2C,
0x7C, 0xEC, 0xFC, 0x3D, 0x4D, 0x6D, 0x7D, 0xDD, 0x4E, 0x5E, 0x6E, 0x9E,
0xAE, 0xCE, 0x4F, 0x5F, 0x42, 0x52, 0xB2, 0x43, 0xB3, 0xC3, 0x44, 0x64,
0x74, 0x94, 0xA4, 0x25, 0x35, 0x65, 0x75, 0x95, 0xA5, 0xE5, 0x36, 0x46,
0x66, 0x76, 0x96, 0xA6, 0xB6, 0xC6, 0x57, 0xA7, 0xB7, 0xC7, 0xD7, 0x59,
0xA9, 0xB9, 0x3A, 0x4A, 0x6A, 0xCA, 0xDA, 0x2B, 0x3B, 0x6B, 0x9B, 0xAB,
0xDB, 0xEB, 0x3C, 0x6C, 0x9C, 0xAC, 0xCC, 0xDC, 0x5D, 0x9D, 0xAD, 0xBD,
0xCD, 0xBE, 0xBF, 0x53, 0x54, 0xB4, 0xC4, 0x45, 0x55, 0xB5, 0xC5, 0xD5,
0x56, 0x67, 0x77, 0x97, 0x49, 0x69, 0x79, 0x99, 0x5A, 0x7A, 0x9A, 0xAA,
0xBA, 0x4B, 0x5B, 0x7B, 0xBB, 0xCB, 0x4C, 0x5C, 0xBC
}

Definition at line 1375 of file atrac3plus_data.h.

const uint8_t huff_b37_cb[13]
static
Initial value:
= {
1, 11, 1, 0, 2, 0, 2, 2, 6, 17, 14, 13, 6
}

Definition at line 1397 of file atrac3plus_data.h.

const uint8_t huff_b37_xlat[63]
static
Initial value:
= {
0, 1, 63, 2, 62, 3, 61, 4, 5, 6, 58, 59, 60, 7, 8, 9,
10, 25, 26, 27, 28, 29, 34, 35, 37, 38, 39, 55, 56, 57, 11, 13,
14, 15, 30, 31, 33, 36, 49, 50, 51, 52, 53, 54, 12, 16, 17, 18,
19, 21, 41, 43, 44, 45, 46, 47, 48, 20, 22, 23, 24, 40, 42
}

Definition at line 1401 of file atrac3plus_data.h.

const uint8_t huff_b41_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 1, 7, 0, 20, 4, 10, 24, 2, 12
}

Definition at line 1408 of file atrac3plus_data.h.

const uint8_t huff_b41_xlat[81]
static
Initial value:
= {
0x00, 0x01, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x03, 0x50, 0xD0, 0x70,
0xF0, 0xC4, 0x14, 0x34, 0x4C, 0x1C, 0x3C, 0xC1, 0x11, 0x31, 0x05, 0x0D,
0xC3, 0x13, 0x33, 0x07, 0x0F, 0x44, 0xCC, 0x41, 0x43, 0x54, 0x74, 0xDC,
0xFC, 0x71, 0x15, 0x4D, 0x1D, 0x37, 0x3F, 0xD4, 0xF4, 0x5C, 0x7C, 0x51,
0xD1, 0xF1, 0x45, 0xC5, 0x35, 0xCD, 0xDD, 0x3D, 0x53, 0xD3, 0x73, 0xF3,
0x47, 0xC7, 0x17, 0x77, 0x4F, 0xCF, 0x1F, 0x55, 0xFF, 0xD5, 0x75, 0xF5,
0x5D, 0x7D, 0xFD, 0x57, 0xD7, 0xF7, 0x5F, 0xDF, 0x7F
}

Definition at line 1412 of file atrac3plus_data.h.

const uint8_t huff_b42_cb[11] = { 1, 9, 1, 0, 1, 3, 2, 3, 7, 4, 4 }
static

Definition at line 1422 of file atrac3plus_data.h.

const uint8_t huff_b42_xlat[25]
static
Initial value:
= {
0x00, 0x07, 0x08, 0x38, 0x01, 0x39, 0x0F, 0x10, 0x09, 0x3F, 0x30, 0x31,
0x02, 0x3A, 0x06, 0x0E, 0x17, 0x11, 0x0A, 0x3E, 0x37, 0x12, 0x32, 0x16,
0x36
}

Definition at line 1424 of file atrac3plus_data.h.

const uint8_t huff_b43_cb[10] = { 2, 9, 1, 1, 3, 4, 9, 15, 12, 4 }
static

Definition at line 1430 of file atrac3plus_data.h.

const uint8_t huff_b43_xlat[49]
static
Initial value:
= {
0x00, 0x07, 0x08, 0x38, 0x01, 0x09, 0x39, 0x0F, 0x3F, 0x10, 0x30, 0x31,
0x02, 0x3A, 0x06, 0x0E, 0x17, 0x37, 0x18, 0x28, 0x11, 0x19, 0x29, 0x0A,
0x03, 0x0B, 0x3B, 0x05, 0x0D, 0x3D, 0x3E, 0x1F, 0x2F, 0x12, 0x1A, 0x2A,
0x32, 0x13, 0x33, 0x15, 0x35, 0x16, 0x1E, 0x2E, 0x36, 0x1B, 0x2B, 0x1D,
0x2D
}

Definition at line 1432 of file atrac3plus_data.h.

const uint8_t huff_b47_cb[10] = { 2, 9, 1, 1, 3, 4, 6, 14, 22, 12 }
static

Definition at line 1440 of file atrac3plus_data.h.

const uint8_t huff_b47_xlat[63]
static
Initial value:
= {
0, 1, 2, 62, 63, 3, 4, 60, 61, 5, 6, 7, 57, 58, 59, 8,
9, 10, 11, 12, 26, 27, 37, 38, 52, 53, 54, 55, 56, 13, 14, 15,
16, 17, 18, 25, 28, 29, 30, 31, 33, 34, 35, 36, 39, 46, 47, 48,
49, 50, 51, 19, 20, 21, 22, 23, 24, 40, 41, 42, 43, 44, 45
}

Definition at line 1442 of file atrac3plus_data.h.

const uint8_t huff_b52_cb[11] = { 1, 9, 1, 0, 1, 3, 2, 3, 7, 4, 4 }
static

Definition at line 1449 of file atrac3plus_data.h.

const uint8_t huff_b52_xlat[25]
static
Initial value:
= {
0x00, 0x01, 0x08, 0x38, 0x07, 0x39, 0x0F, 0x30, 0x09, 0x3F, 0x10, 0x31,
0x02, 0x3A, 0x06, 0x0E, 0x17, 0x11, 0x0A, 0x3E, 0x37, 0x12, 0x32, 0x16,
0x36
}

Definition at line 1451 of file atrac3plus_data.h.

const uint8_t huff_b53_cb[7] = { 1, 5, 1, 1, 1, 0, 4 }
static

Definition at line 1457 of file atrac3plus_data.h.

const uint8_t huff_b53_xlat[7] = { 0, 7, 1, 2, 3, 5, 6 }
static

Definition at line 1459 of file atrac3plus_data.h.

const uint8_t huff_b56_cb[11] = { 1, 9, 1, 0, 2, 0, 2, 4, 11, 9, 2 }
static

Definition at line 1461 of file atrac3plus_data.h.

const uint8_t huff_b56_xlat[31]
static
Initial value:
= {
0, 1, 31, 2, 30, 3, 4, 13, 29, 5, 6, 7, 14, 15, 17, 18,
19, 26, 27, 28, 8, 9, 12, 20, 21, 22, 23, 24, 25, 10, 11
}

Definition at line 1463 of file atrac3plus_data.h.

const uint8_t huff_b62_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 2, 3, 5, 12, 14, 18, 15, 9, 2
}

Definition at line 1468 of file atrac3plus_data.h.

const uint8_t huff_b62_xlat[81]
static
Initial value:
= {
0x00, 0x40, 0x01, 0x10, 0x04, 0x02, 0x80, 0x50, 0x90, 0x05, 0x06, 0x20,
0x60, 0x44, 0x14, 0x54, 0x24, 0x08, 0x18, 0x41, 0x11, 0x15, 0x09, 0xA0,
0x84, 0x94, 0x64, 0xA4, 0x28, 0x51, 0x45, 0x55, 0x19, 0x12, 0x16, 0x0A,
0x1A, 0x48, 0x58, 0x68, 0x81, 0x91, 0x21, 0x61, 0x85, 0x95, 0x25, 0x65,
0x49, 0x59, 0x29, 0x69, 0x42, 0x46, 0x56, 0x88, 0x98, 0xA8, 0xA1, 0xA5,
0x99, 0xA9, 0x52, 0x22, 0x26, 0x66, 0x4A, 0x5A, 0x2A, 0x6A, 0x89, 0x82,
0x92, 0x62, 0x86, 0x96, 0xA6, 0x8A, 0xAA, 0xA2, 0x9A
}

Definition at line 1472 of file atrac3plus_data.h.

const uint8_t huff_b63_cb[7] = { 1, 5, 1, 1, 1, 0, 4 }
static

Definition at line 1482 of file atrac3plus_data.h.

const uint8_t huff_b63_xlat[7] = { 0, 1, 7, 2, 3, 5, 6 }
static

Definition at line 1484 of file atrac3plus_data.h.

const uint8_t huff_b64_cb[7] = { 1, 5, 1, 1, 1, 1, 2 }
static

Definition at line 1486 of file atrac3plus_data.h.

const uint8_t huff_b64_xlat[6] = { 1, 0, 2, 5, 3, 4 }
static

Definition at line 1488 of file atrac3plus_data.h.

const uint8_t huff_b65_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 2, 2, 2, 6, 12, 34, 92, 54, 20
}

Definition at line 1490 of file atrac3plus_data.h.

const uint8_t huff_b65_xlat[225]
static
Initial value:
= {
0x00, 0xF0, 0x01, 0x10, 0x0F, 0x11, 0xF1, 0x20, 0xE0, 0x02, 0x0E, 0x1F,
0xFF, 0xD0, 0x21, 0xE1, 0x12, 0xF2, 0x07, 0x0A, 0x0D, 0x1E, 0xFE, 0x2F,
0xEF, 0x30, 0x70, 0x90, 0xA0, 0xC0, 0x71, 0x91, 0xC1, 0xD1, 0x32, 0x92,
0xE2, 0x03, 0x13, 0x63, 0x04, 0x06, 0xE6, 0xE7, 0xF7, 0x09, 0x19, 0x39,
0xFA, 0x0C, 0x1C, 0xDD, 0xED, 0xFD, 0x2E, 0x7E, 0x9E, 0x3F, 0x9F, 0x40,
0x50, 0x60, 0xB0, 0x31, 0x41, 0x61, 0xA1, 0xB1, 0x22, 0x42, 0x72, 0xA2,
0xB2, 0xC2, 0xD2, 0x23, 0x33, 0x73, 0xA3, 0xC3, 0xD3, 0xE3, 0xF3, 0x14,
0x24, 0x34, 0x44, 0x74, 0xD4, 0xE4, 0x05, 0x25, 0x45, 0x65, 0x95, 0xA5,
0x16, 0x26, 0x46, 0x76, 0xA6, 0xB6, 0xC6, 0xD6, 0xF6, 0x17, 0x27, 0x37,
0x47, 0x67, 0xA7, 0xD7, 0x29, 0x69, 0xB9, 0xD9, 0xE9, 0xF9, 0x1A, 0x2A,
0x3A, 0x9A, 0xCA, 0xDA, 0xEA, 0x0B, 0x1B, 0x3B, 0x6B, 0xEB, 0xFB, 0x2C,
0x6C, 0xEC, 0xFC, 0x1D, 0x2D, 0x4D, 0x6D, 0x9D, 0xAD, 0x3E, 0x4E, 0x6E,
0xAE, 0xCE, 0xEE, 0x4F, 0x5F, 0x6F, 0xDF, 0x51, 0x52, 0x62, 0x43, 0x93,
0xB3, 0x54, 0x94, 0xA4, 0xF4, 0x15, 0x75, 0xB5, 0xE5, 0xF5, 0x36, 0x56,
0x66, 0x96, 0x57, 0x77, 0x49, 0x59, 0xA9, 0xC9, 0x4A, 0x5A, 0x6A, 0x7A,
0xAA, 0xBA, 0x2B, 0x4B, 0x7B, 0x9B, 0xAB, 0xDB, 0x3C, 0x4C, 0x7C, 0x9C,
0xAC, 0xBC, 0xCC, 0x3D, 0x5D, 0x7D, 0xBD, 0xCD, 0x5E, 0xBE, 0xDE, 0xBF,
0xCF, 0x53, 0x64, 0xB4, 0xC4, 0x35, 0x55, 0xC5, 0xD5, 0x97, 0xB7, 0xC7,
0x79, 0x99, 0x5B, 0xBB, 0xCB, 0x5C, 0xDC, 0x7F, 0xAF
}

Definition at line 1494 of file atrac3plus_data.h.

const uint8_t huff_b66_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 3, 0, 3, 3, 10, 40, 85, 61, 50
}

Definition at line 1516 of file atrac3plus_data.h.

const uint8_t huff_b66_xlat[256]
static
Initial value:
= {
0x00, 0x10, 0x01, 0x11, 0x21, 0x02, 0x12, 0x20, 0x22, 0x13, 0x30, 0x31,
0x41, 0xD1, 0xE1, 0x32, 0x52, 0x03, 0x23, 0x2D, 0x40, 0x50, 0x60, 0x80,
0xD0, 0xE0, 0x51, 0x61, 0xF1, 0x42, 0x62, 0xD2, 0xE2, 0xF2, 0x33, 0x43,
0xC3, 0xD3, 0xE3, 0x04, 0x14, 0xD4, 0xF4, 0x25, 0x35, 0x16, 0x17, 0xF7,
0xD8, 0x1C, 0x3C, 0x0D, 0x1D, 0x3D, 0x5D, 0x0E, 0x1E, 0x2E, 0x7E, 0x2F,
0xC0, 0xF0, 0x71, 0x81, 0x91, 0xC1, 0x72, 0x82, 0x92, 0xB2, 0xC2, 0x53,
0x63, 0x73, 0x93, 0xA3, 0xF3, 0x24, 0x44, 0x64, 0x84, 0xA4, 0xB4, 0x05,
0x15, 0x95, 0xD5, 0x06, 0x26, 0x36, 0x46, 0x96, 0xD6, 0xE6, 0xF6, 0x07,
0x27, 0x37, 0xD7, 0xE7, 0x08, 0x18, 0x28, 0x38, 0xE8, 0xF8, 0x09, 0x19,
0x29, 0xE9, 0xF9, 0x0A, 0x1A, 0xCA, 0xDA, 0xEA, 0x0B, 0x1B, 0xDB, 0xEB,
0xFB, 0x2C, 0x4C, 0x5C, 0x7C, 0x8C, 0x4D, 0x6D, 0x8D, 0x9D, 0xFD, 0x3E,
0x5E, 0x6E, 0x8E, 0x9E, 0xEE, 0x0F, 0x1F, 0x3F, 0x4F, 0x5F, 0x6F, 0x7F,
0xCF, 0x70, 0xA1, 0xA2, 0x83, 0xB3, 0x34, 0x74, 0xC4, 0xE4, 0x55, 0x65,
0x85, 0xA5, 0xC5, 0xE5, 0xF5, 0x56, 0x66, 0x76, 0x86, 0xA6, 0xC6, 0x57,
0x67, 0x77, 0x97, 0xA7, 0x48, 0x88, 0x98, 0x49, 0x59, 0x79, 0x99, 0x3A,
0x4A, 0x8A, 0xBA, 0xFA, 0x2B, 0x7B, 0x0C, 0xAC, 0xBC, 0xCC, 0xEC, 0x7D,
0xAD, 0xBD, 0xDD, 0x4E, 0xBE, 0xCE, 0xFE, 0x8F, 0x9F, 0xAF, 0xBF, 0xDF,
0xEF, 0xFF, 0x90, 0xA0, 0xB0, 0xB1, 0x54, 0x94, 0x45, 0x75, 0xB5, 0xB6,
0x47, 0x87, 0xB7, 0xC7, 0x58, 0x68, 0x78, 0xA8, 0xB8, 0xC8, 0x39, 0x69,
0x89, 0xA9, 0xB9, 0xC9, 0xD9, 0x2A, 0x5A, 0x6A, 0x7A, 0x9A, 0xAA, 0x3B,
0x4B, 0x5B, 0x6B, 0x8B, 0x9B, 0xAB, 0xBB, 0xCB, 0x6C, 0x9C, 0xDC, 0xFC,
0xCD, 0xED, 0xAE, 0xDE
}

Definition at line 1520 of file atrac3plus_data.h.

const uint8_t huff_b67_cb[10] = { 2, 9, 1, 2, 1, 4, 7, 10, 26, 12 }
static

Definition at line 1545 of file atrac3plus_data.h.

const uint8_t huff_b67_xlat[63]
static
Initial value:
= {
0, 1, 63, 62, 2, 3, 60, 61, 4, 5, 6, 7, 57, 58, 59, 8,
9, 10, 11, 12, 52, 53, 54, 55, 56, 13, 14, 15, 16, 17, 18, 25,
26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 46, 47, 48,
49, 50, 51, 19, 20, 21, 22, 23, 24, 40, 41, 42, 43, 44, 45
}

Definition at line 1547 of file atrac3plus_data.h.

const uint8_t huff_b71_cb[14]
static
Initial value:
= {
1, 12, 1, 0, 0, 1, 7, 0, 19, 5, 13, 23, 0, 12
}

Definition at line 1554 of file atrac3plus_data.h.

const uint8_t huff_b71_xlat[81]
static
Initial value:
= {
0x00, 0x03, 0x40, 0xC0, 0x10, 0x30, 0x04, 0x0C, 0x01, 0x50, 0xD0, 0x70,
0xF0, 0xC4, 0x14, 0x34, 0x4C, 0x1C, 0x3C, 0xC1, 0x11, 0x31, 0x05, 0x0D,
0x13, 0x33, 0x07, 0x0F, 0x44, 0xCC, 0x41, 0x43, 0xC3, 0x54, 0x74, 0xDC,
0xFC, 0xF1, 0xC5, 0x15, 0x1D, 0x53, 0xC7, 0x37, 0x4F, 0x3F, 0xD4, 0xF4,
0x5C, 0x7C, 0x51, 0xD1, 0x71, 0x45, 0x55, 0x35, 0x4D, 0xCD, 0xDD, 0x3D,
0xD3, 0x73, 0xF3, 0x47, 0x17, 0x77, 0xCF, 0x1F, 0xFF, 0xD5, 0x75, 0xF5,
0x5D, 0x7D, 0xFD, 0x57, 0xD7, 0xF7, 0x5F, 0xDF, 0x7F
}

Definition at line 1558 of file atrac3plus_data.h.

const uint8_t huff_b73_cb[13]
static
Initial value:
= {
1, 11, 1, 0, 0, 0, 1, 4, 9, 4, 103, 110, 24
}

Definition at line 1568 of file atrac3plus_data.h.

const uint8_t huff_b73_xlat[256]
static
Initial value:
= {
0x00, 0x40, 0x10, 0x04, 0x01, 0x05, 0x50, 0x14, 0x54, 0x41, 0x11, 0x51,
0x45, 0x15, 0x55, 0x44, 0x95, 0x6A, 0x03, 0x80, 0xC0, 0x90, 0xD0, 0x94,
0xD4, 0x24, 0x64, 0x58, 0x91, 0xA1, 0x85, 0xD5, 0x25, 0x65, 0xA5, 0xE5,
0x75, 0xB5, 0xF5, 0x19, 0x59, 0x99, 0xD9, 0x69, 0xA9, 0xE9, 0x79, 0xB9,
0xF9, 0x4D, 0x5D, 0x9D, 0xDD, 0x6D, 0xAD, 0xED, 0x7D, 0xBD, 0xFD, 0x02,
0x42, 0x52, 0x06, 0x46, 0x16, 0x56, 0x96, 0xD6, 0x26, 0x66, 0xA6, 0xE6,
0x76, 0xB6, 0xF6, 0x1A, 0x5A, 0x9A, 0xDA, 0xAA, 0xEA, 0x7A, 0xBA, 0xFA,
0x5E, 0x9E, 0xDE, 0x6E, 0xAE, 0xEE, 0x7E, 0xBE, 0xFE, 0x07, 0x47, 0x57,
0x97, 0xD7, 0x67, 0xA7, 0xE7, 0x77, 0xB7, 0xF7, 0x5B, 0x9B, 0xDB, 0x6B,
0xAB, 0xEB, 0x7B, 0xBB, 0xFB, 0x5F, 0x9F, 0xDF, 0x6F, 0xAF, 0xEF, 0x7F,
0xBF, 0xFF, 0x20, 0x60, 0x70, 0xB0, 0xF0, 0x84, 0xC4, 0xA4, 0xE4, 0x74,
0xB4, 0xF4, 0x08, 0x88, 0x18, 0x98, 0xD8, 0x68, 0xA8, 0xE8, 0x78, 0xB8,
0xF8, 0x1C, 0x5C, 0x9C, 0xDC, 0x6C, 0xAC, 0xEC, 0x3C, 0x7C, 0xBC, 0xFC,
0x81, 0xD1, 0x21, 0x61, 0xE1, 0x71, 0xB1, 0xF1, 0xC5, 0x35, 0x09, 0x49,
0x89, 0xC9, 0x29, 0x39, 0x0D, 0x8D, 0xCD, 0x1D, 0x2D, 0x3D, 0x92, 0xD2,
0x22, 0x62, 0xA2, 0xE2, 0x72, 0xB2, 0xF2, 0x86, 0xC6, 0x36, 0x0A, 0x4A,
0x8A, 0xCA, 0x2A, 0x3A, 0x0E, 0x4E, 0x8E, 0xCE, 0x1E, 0x2E, 0x3E, 0x13,
0x53, 0x93, 0xD3, 0x63, 0xA3, 0xE3, 0x73, 0xB3, 0xF3, 0x87, 0xC7, 0x17,
0x27, 0x37, 0x0B, 0x4B, 0x8B, 0xCB, 0x1B, 0x2B, 0x3B, 0x0F, 0x4F, 0x8F,
0xCF, 0x1F, 0x2F, 0x3F, 0xA0, 0xE0, 0x30, 0x34, 0x48, 0xC8, 0x28, 0x38,
0x0C, 0x4C, 0x8C, 0xCC, 0x2C, 0xC1, 0x31, 0x82, 0xC2, 0x12, 0x32, 0x43,
0x83, 0xC3, 0x23, 0x33
}

Definition at line 1572 of file atrac3plus_data.h.

const uint8_t huff_b74_cb[8] = { 1, 6, 1, 0, 2, 2, 2, 4 }
static

Definition at line 1597 of file atrac3plus_data.h.

const uint8_t huff_b74_xlat[11]
static
Initial value:
= {
0, 1, 15, 2, 14, 5, 13, 3, 4, 11, 12
}

Definition at line 1599 of file atrac3plus_data.h.

const uint8_t huff_b75_cb[13]
static
Initial value:
= {
2, 12, 1, 4, 0, 0, 0, 8, 11, 24, 53, 64, 60
}

Definition at line 1603 of file atrac3plus_data.h.

const uint8_t huff_b75_xlat[225]
static
Initial value:
= {
0x00, 0x10, 0xF0, 0x01, 0x0F, 0x20, 0xE0, 0x11, 0xF1, 0x02, 0x0E, 0x1F,
0xFF, 0xD0, 0x21, 0xE1, 0x12, 0xF2, 0x03, 0x0D, 0x1E, 0xFE, 0x2F, 0xEF,
0x30, 0x40, 0x60, 0x70, 0x90, 0xA0, 0xC0, 0x31, 0xD1, 0x22, 0xE2, 0x13,
0xF3, 0x04, 0x06, 0x07, 0x09, 0x0C, 0x1D, 0xFD, 0x2E, 0xEE, 0x3F, 0xDF,
0x50, 0xB0, 0x41, 0x61, 0x71, 0x91, 0xA1, 0xC1, 0x32, 0x62, 0x72, 0x92,
0xA2, 0xD2, 0x23, 0xD3, 0xE3, 0x14, 0xF4, 0x05, 0x16, 0x26, 0xE6, 0xF6,
0x17, 0x27, 0xE7, 0xF7, 0x19, 0x29, 0xF9, 0x0A, 0x1A, 0x2A, 0xFA, 0x0B,
0x1C, 0x2C, 0xFC, 0x2D, 0x3D, 0xED, 0x3E, 0x4E, 0x7E, 0x9E, 0xDE, 0x4F,
0x6F, 0x7F, 0x9F, 0xAF, 0xCF, 0x51, 0xB1, 0x42, 0x52, 0xB2, 0xC2, 0x33,
0x63, 0x73, 0x93, 0xA3, 0xB3, 0xC3, 0x24, 0x34, 0x74, 0xA4, 0xD4, 0xE4,
0x15, 0x25, 0x65, 0x95, 0xE5, 0xF5, 0x36, 0xD6, 0x37, 0x47, 0xC7, 0xD7,
0x39, 0x59, 0xB9, 0xC9, 0xD9, 0xE9, 0x3A, 0x6A, 0xDA, 0xEA, 0x1B, 0x2B,
0x9B, 0xAB, 0xEB, 0xFB, 0x6C, 0x7C, 0x9C, 0xAC, 0xEC, 0x4D, 0x6D, 0x7D,
0x9D, 0xAD, 0xBD, 0xDD, 0x5E, 0x6E, 0xAE, 0xCE, 0x5F, 0x43, 0x53, 0x44,
0x54, 0x64, 0x94, 0xB4, 0xC4, 0x35, 0x45, 0x55, 0x75, 0xA5, 0xB5, 0xC5,
0xD5, 0x46, 0x56, 0x66, 0x76, 0x96, 0xA6, 0xB6, 0xC6, 0x57, 0x67, 0x77,
0x97, 0xA7, 0xB7, 0x49, 0x69, 0x79, 0x99, 0xA9, 0x4A, 0x5A, 0x7A, 0x9A,
0xAA, 0xBA, 0xCA, 0x3B, 0x4B, 0x5B, 0x6B, 0x7B, 0xBB, 0xCB, 0xDB, 0x3C,
0x4C, 0x5C, 0xBC, 0xCC, 0xDC, 0x5D, 0xCD, 0xBE, 0xBF
}

Definition at line 1607 of file atrac3plus_data.h.

const uint8_t huff_b77_cb[12]
static
Initial value:
= {
2, 11, 1, 0, 4, 6, 10, 12, 7, 15, 4, 4
}

Definition at line 1629 of file atrac3plus_data.h.

const uint8_t huff_b77_xlat[63]
static
Initial value:
= {
0, 1, 2, 62, 63, 3, 4, 5, 59, 60, 61, 6, 7, 8, 9, 10,
54, 55, 56, 57, 58, 11, 12, 13, 14, 15, 16, 47, 49, 50, 51, 52,
53, 17, 18, 19, 20, 45, 46, 48, 21, 22, 23, 24, 25, 26, 27, 37,
38, 39, 40, 41, 42, 43, 44, 28, 29, 30, 35, 31, 33, 34, 36
}

Definition at line 1633 of file atrac3plus_data.h.

const Atrac3pSpecCodeTab atrac3p_spectra_tabs[112]
static

Definition at line 1652 of file atrac3plus_data.h.

Referenced by decode_spectrum(), and ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_npoints1_cb[9]
static
Initial value:
= {
1, 7, 1, 1, 1, 1, 1, 1, 2
}

Definition at line 1801 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_npoints2_xlat[8]
static
Initial value:
= {
0, 1, 7, 2, 6, 3, 4, 5
}

Definition at line 1805 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev1_cb[9] = { 1, 7, 1, 0, 2, 2, 1, 2, 8 }
static

Definition at line 1809 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev1_xlat[16]
static
Initial value:
= {
7, 5, 8, 6, 9, 4, 10, 11, 0, 1, 2, 3, 12, 13, 14, 15
}

Definition at line 1810 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev2_cb[11]
static
Initial value:
= {
1, 9, 1, 1, 1, 1, 1, 0, 2, 0, 8
}

Definition at line 1814 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev2_xlat[15]
static
Initial value:
= {
15, 14, 1, 13, 2, 3, 12, 4, 5, 6, 7, 8, 9, 10, 11
}

Definition at line 1818 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev3_cb[11]
static
Initial value:
= {
1, 9, 1, 0, 3, 1, 1, 0, 2, 0, 8
}

Definition at line 1822 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev3_xlat[16]
static
Initial value:
= {
0, 1, 14, 15, 2, 13, 3, 12, 4, 5, 6, 7, 8, 9, 10, 11
}

Definition at line 1826 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev4_cb[11]
static
Initial value:
= {
1, 9, 1, 1, 1, 1, 1, 0, 1, 2, 8
}

Definition at line 1830 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_lev4_xlat[16]
static
Initial value:
= {
0, 1, 15, 14, 2, 13, 3, 12, 4, 5, 6, 7, 8, 9, 10, 11
}

Definition at line 1834 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc1_cb[9] = { 2, 8, 1, 2, 4, 4, 4, 0, 16 }
static

Definition at line 1838 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc1_xlat[31]
static
Initial value:
= {
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
}

Definition at line 1839 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc2_cb[8] = { 3, 8, 5, 3, 2, 3, 2, 16 }
static

Definition at line 1844 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc2_xlat[31]
static
Initial value:
= {
2, 3, 4, 5, 6, 1, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
}

Definition at line 1845 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc3_cb[7] = { 2, 6, 1, 0, 2, 11, 18 }
static

Definition at line 1850 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc3_xlat[32]
static
Initial value:
= {
0, 1, 31, 2, 3, 4, 5, 6, 7, 26, 27, 28, 29, 30, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25
}

Definition at line 1851 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc4_cb[5] = { 4, 6, 3, 23, 6 }
static

Definition at line 1856 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc4_xlat[32]
static
Initial value:
= {
0, 28, 29, 1, 2, 3, 4, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 5, 6, 7, 8, 9, 10
}

Definition at line 1857 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc5_cb[9] = { 1, 7, 1, 0, 0, 3, 2, 6, 20 }
static

Definition at line 1862 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_gain_loc5_xlat[32]
static
Initial value:
= {
0, 1, 2, 31, 3, 4, 5, 6, 7, 8, 29, 30, 9, 10, 11, 12,
13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28
}

Definition at line 1863 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_tonebands_cb[8] = { 1, 6, 1, 0, 1, 2, 4, 8 }
static

Definition at line 1869 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_numwavs1_cb[9] = { 1, 7, 1, 1, 1, 1, 1, 1, 2 }
static

Definition at line 1870 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_numwavs2_cb[8] = { 1, 6, 1, 1, 1, 1, 0, 4 }
static

Definition at line 1871 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_numwavs2_xlat[8] = { 0, 1, 7, 2, 3, 4, 5, 6 }
static

Definition at line 1872 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_wav_ampsf1_cb[7] = { 4, 8, 10, 8, 6, 0, 8 }
static

Definition at line 1873 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_wav_ampsf1_xlat[32]
static
Initial value:
= {
8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 5, 6, 7, 18, 19, 20,
21, 22, 4, 23, 24, 25, 26, 27, 0, 1, 2, 3, 28, 29, 30, 31
}

Definition at line 1874 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_wav_ampsf2_cb[7] = { 4, 8, 11, 5, 6, 6, 4 }
static

Definition at line 1879 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_wav_ampsf2_xlat[32]
static
Initial value:
= {
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 14, 15, 16, 17, 29,
9, 10, 11, 12, 13, 30, 4, 5, 6, 7, 8, 31, 0, 1, 2, 3
}

Definition at line 1880 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_wav_ampsf3_cb[9] = { 2, 8, 1, 3, 3, 1, 4, 4, 16 }
static

Definition at line 1885 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_wav_ampsf3_xlat[32]
static
Initial value:
= {
0, 1, 2, 31, 3, 29, 30, 4, 5, 6, 27, 28, 7, 24, 25, 26,
8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
}

Definition at line 1886 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_freq_cb[13]
static
Initial value:
= {
1, 11, 1, 0, 0, 2, 2, 0, 9, 9, 29, 104, 100
}

Definition at line 1891 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().

const uint8_t atrac3p_huff_freq_xlat[256]
static
Initial value:
= {
0, 1, 255, 2, 254, 3, 4, 5, 6, 7, 8, 251, 252, 253, 9, 10,
11, 12, 246, 247, 248, 249, 250, 13, 14, 15, 16, 17, 18, 19, 20, 21,
22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
38, 243, 244, 245, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82,
83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 194, 195, 196, 197, 198,
199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214,
215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230,
231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 94, 95, 96, 97,
98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145,
146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161,
162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177,
178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193
}

Definition at line 1895 of file atrac3plus_data.h.

Referenced by ff_atrac3p_init_vlcs().