Loading lib_dec/ivas_rom_dec_fx.c +4 −1 Original line number Diff line number Diff line Loading @@ -476,6 +476,7 @@ static const Word16 huff_nodes_alpha_1D_DF[64][2] = { -2, -62 } }; #ifndef FIX_2095_REMOVE_UNUSED_ISAR_TABLES /* Alpha Fine Huffman table dt */ static const Word16 huff_nodes_alpha_1D_DT[64][2] = { Loading Loading @@ -544,6 +545,7 @@ static const Word16 huff_nodes_alpha_1D_DT[64][2] = { -3, -64 }, { -2, -63 } }; #endif /* Beta Fine Huffman table df0 */ static const Word16 huff_nodes_first_band_beta[8][2] = Loading @@ -557,12 +559,13 @@ static const Word16 huff_nodes_beta_1D_DF[16][2] = { -9, 1 }, { -10, 2 }, { -8, 3 }, { -11, 4 }, { -7, 5 }, { 7, 6 }, { -6, -12 }, { 9, 8 }, { -5, -13 }, { 11, 10 }, { -4, -14 }, { -15, 12 }, { -3, 13 }, { -16, 14 }, { -2, 15 }, { -1, -17 } }; #ifndef FIX_2095_REMOVE_UNUSED_ISAR_TABLES /* Beta Fine Huffman table dt */ static const Word16 huff_nodes_beta_1D_DT[16][2] = { { -9, 1 }, { -10, 2 }, { -8, 3 }, { -11, 4 }, { -7, 5 }, { 7, 6 }, { -6, -12 }, { -13, 8 }, { -5, 9 }, { -14, 10 }, { -4, 11 }, { -15, 12 }, { -3, 13 }, { -16, 14 }, { -2, 15 }, { -1, -17 } }; #endif const HUFF_NODE_TABLE ivas_mc_paramupmix_huff_nodes_df0 = { Loading Loading
lib_dec/ivas_rom_dec_fx.c +4 −1 Original line number Diff line number Diff line Loading @@ -476,6 +476,7 @@ static const Word16 huff_nodes_alpha_1D_DF[64][2] = { -2, -62 } }; #ifndef FIX_2095_REMOVE_UNUSED_ISAR_TABLES /* Alpha Fine Huffman table dt */ static const Word16 huff_nodes_alpha_1D_DT[64][2] = { Loading Loading @@ -544,6 +545,7 @@ static const Word16 huff_nodes_alpha_1D_DT[64][2] = { -3, -64 }, { -2, -63 } }; #endif /* Beta Fine Huffman table df0 */ static const Word16 huff_nodes_first_band_beta[8][2] = Loading @@ -557,12 +559,13 @@ static const Word16 huff_nodes_beta_1D_DF[16][2] = { -9, 1 }, { -10, 2 }, { -8, 3 }, { -11, 4 }, { -7, 5 }, { 7, 6 }, { -6, -12 }, { 9, 8 }, { -5, -13 }, { 11, 10 }, { -4, -14 }, { -15, 12 }, { -3, 13 }, { -16, 14 }, { -2, 15 }, { -1, -17 } }; #ifndef FIX_2095_REMOVE_UNUSED_ISAR_TABLES /* Beta Fine Huffman table dt */ static const Word16 huff_nodes_beta_1D_DT[16][2] = { { -9, 1 }, { -10, 2 }, { -8, 3 }, { -11, 4 }, { -7, 5 }, { 7, 6 }, { -6, -12 }, { -13, 8 }, { -5, 9 }, { -14, 10 }, { -4, 11 }, { -15, 12 }, { -3, 13 }, { -16, 14 }, { -2, 15 }, { -1, -17 } }; #endif const HUFF_NODE_TABLE ivas_mc_paramupmix_huff_nodes_df0 = { Loading