annotate rv34vlc.h @ 8718:e9d9d946f213 libavcodec

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.
author diego
date Sun, 01 Feb 2009 02:00:19 +0000
parents c4a4495715dd
children 7dd2a45249a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1 /*
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2 * RealVideo 3/4 decoder
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3 * Copyright (c) 2007 Konstantin Shishkov
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4 *
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
5 * This file is part of FFmpeg.
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
6 *
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
7 * FFmpeg is free software; you can redistribute it and/or
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
8 * modify it under the terms of the GNU Lesser General Public
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
9 * License as published by the Free Software Foundation; either
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
10 * version 2.1 of the License, or (at your option) any later version.
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
11 *
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
12 * FFmpeg is distributed in the hope that it will be useful,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
15 * Lesser General Public License for more details.
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
16 *
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
17 * You should have received a copy of the GNU Lesser General Public
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
18 * License along with FFmpeg; if not, write to the Free Software
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
20 */
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
21
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
22 /**
8718
e9d9d946f213 Use full internal pathname in doxygen @file directives.
diego
parents: 7760
diff changeset
23 * @file libavcodec/rv34vlc.h
5981
b60d7f351e9d cosmetics: comment spelling fixes
diego
parents: 5965
diff changeset
24 * RV30/40 VLC tables
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
25 */
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
26
7760
c4a4495715dd Globally rename the header inclusion guard names.
stefano
parents: 5996
diff changeset
27 #ifndef AVCODEC_RV34VLC_H
c4a4495715dd Globally rename the header inclusion guard names.
stefano
parents: 5996
diff changeset
28 #define AVCODEC_RV34VLC_H
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
29
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
30 #include <stdint.h>
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
31
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
32 #define NUM_INTRA_TABLES 5
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
33 #define NUM_INTER_TABLES 7
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
34
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
35 #define CBPPAT_VLC_SIZE 1296
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
36 #define CBP_VLC_SIZE 16
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
37 #define FIRSTBLK_VLC_SIZE 864
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
38 #define OTHERBLK_VLC_SIZE 108
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
39 #define COEFF_VLC_SIZE 32
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
40
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
41 static const uint8_t rv34_table_intra_cbppat[NUM_INTRA_TABLES][2][CBPPAT_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
42 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
43 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
44 8, 10, 10, 10, 10, 10, 11, 10, 10, 11, 10, 10, 10, 10, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
45 12, 12, 13, 12, 13, 12, 13, 11, 13, 13, 13, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
46 14, 13, 16, 13, 15, 13, 16, 12, 16, 16, 16, 14, 16, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
47 12, 13, 12, 12, 13, 13, 13, 12, 13, 13, 12, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
48 13, 14, 14, 12, 14, 14, 14, 12, 14, 15, 14, 12, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
49 16, 16, 16, 12, 16, 16, 16, 13, 16, 16, 16, 13, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
50 14, 16, 13, 13, 16, 16, 16, 14, 15, 16, 14, 13, 15, 15, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
51 16, 16, 14, 13, 16, 16, 16, 13, 16, 16, 16, 13, 16, 15, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
52 16, 16, 16, 11, 16, 16, 16, 12, 16, 16, 16, 12, 16, 16, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
53 12, 13, 13, 13, 12, 12, 14, 12, 12, 14, 13, 12, 12, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
54 14, 14, 16, 14, 13, 12, 14, 12, 14, 15, 14, 13, 13, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
55 16, 16, 16, 15, 16, 13, 16, 13, 16, 16, 16, 15, 16, 13, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
56 14, 16, 14, 14, 14, 14, 15, 13, 14, 16, 14, 13, 13, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
57 16, 16, 16, 14, 16, 14, 16, 12, 16, 16, 14, 13, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
58 16, 16, 16, 14, 16, 14, 16, 13, 16, 16, 16, 14, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
59 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
60 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 16, 14, 16, 15, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
61 16, 16, 16, 13, 16, 16, 16, 12, 16, 16, 16, 13, 16, 15, 15, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
62 14, 16, 16, 16, 14, 14, 16, 14, 16, 16, 16, 15, 13, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
63 16, 16, 16, 16, 15, 13, 16, 13, 16, 16, 16, 16, 16, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
64 16, 16, 16, 16, 16, 11, 16, 12, 16, 16, 16, 16, 16, 12, 16, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
65 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 14, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
66 16, 16, 16, 16, 16, 15, 16, 13, 16, 16, 16, 15, 16, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
67 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 16, 16, 16, 13, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
68 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
69 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
70 16, 16, 16, 14, 16, 15, 16, 11, 16, 16, 16, 14, 16, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
71 12, 13, 13, 13, 13, 13, 14, 12, 12, 13, 12, 12, 12, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
72 14, 14, 16, 14, 15, 14, 16, 13, 14, 15, 14, 13, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
73 16, 16, 16, 15, 16, 16, 16, 14, 16, 16, 16, 14, 16, 14, 16, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
74 14, 15, 14, 14, 15, 14, 15, 13, 14, 14, 13, 12, 13, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
75 15, 16, 15, 14, 16, 16, 16, 13, 15, 16, 14, 12, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
76 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 16, 13, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
77 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 13, 13, 16, 16, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
78 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 15, 13, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
79 16, 16, 16, 12, 16, 16, 16, 13, 16, 16, 16, 12, 16, 16, 15, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
80 13, 14, 14, 14, 14, 14, 16, 13, 13, 14, 14, 13, 12, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
81 16, 16, 16, 14, 15, 14, 16, 13, 15, 16, 14, 13, 13, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
82 16, 16, 16, 16, 16, 14, 16, 14, 16, 16, 16, 14, 16, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
83 15, 16, 16, 15, 16, 15, 16, 13, 14, 16, 14, 13, 13, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
84 16, 16, 16, 14, 16, 14, 15, 12, 15, 15, 14, 12, 13, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
85 16, 16, 16, 14, 16, 14, 16, 12, 16, 16, 16, 13, 16, 13, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
86 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 14, 14, 16, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
87 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 14, 12, 16, 13, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
88 16, 16, 16, 12, 16, 16, 16, 11, 16, 16, 15, 12, 16, 13, 13, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
89 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 15, 13, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
90 16, 16, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 14, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
91 16, 16, 16, 16, 16, 13, 16, 13, 16, 16, 16, 16, 16, 12, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
92 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 14, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
93 16, 16, 16, 16, 16, 14, 16, 13, 16, 16, 16, 13, 14, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
94 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 16, 13, 14, 12, 13, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
95 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
96 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 13, 15, 13, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
97 16, 16, 16, 13, 16, 14, 16, 11, 16, 16, 16, 12, 16, 12, 12, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
98 14, 16, 15, 16, 16, 16, 16, 15, 14, 15, 14, 14, 13, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
99 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 14, 16, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
100 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
101 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 14, 14, 15, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
102 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 14, 13, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
103 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
104 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 12, 13, 16, 16, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
105 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13, 13, 16, 16, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
106 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 15, 12, 16, 16, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
107 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 15, 14, 13, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
108 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 14, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
109 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
110 16, 16, 16, 16, 16, 16, 16, 15, 15, 16, 14, 14, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
111 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 14, 12, 13, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
112 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 13, 16, 13, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
113 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13, 13, 16, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
114 16, 16, 16, 15, 16, 16, 16, 13, 16, 16, 13, 12, 14, 13, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
115 16, 16, 16, 13, 16, 16, 16, 12, 16, 16, 14, 10, 15, 12, 12, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
116 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 12, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
117 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 15, 13, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
118 16, 16, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 15, 12, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
119 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 13, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
120 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 15, 13, 12, 11, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
121 16, 16, 16, 15, 16, 14, 16, 12, 16, 16, 16, 12, 13, 10, 12, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
122 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 14, 13, 14, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
123 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 13, 12, 13, 12, 10, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
124 16, 16, 16, 13, 16, 13, 16, 10, 16, 16, 13, 10, 13, 10, 10, 1,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
125 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
126 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
127 2, 7, 7, 8, 7, 8, 9, 8, 7, 9, 8, 8, 8, 8, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
128 6, 9, 10, 10, 10, 10, 11, 10, 10, 11, 11, 11, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
129 9, 11, 12, 12, 12, 13, 14, 13, 13, 14, 14, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
130 6, 10, 9, 10, 10, 11, 11, 11, 10, 11, 10, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
131 6, 9, 10, 10, 10, 11, 12, 11, 10, 12, 11, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
132 9, 11, 12, 12, 12, 13, 13, 13, 12, 14, 14, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
133 9, 13, 11, 13, 13, 14, 14, 13, 13, 14, 13, 13, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
134 9, 12, 12, 12, 12, 14, 14, 13, 13, 14, 13, 13, 13, 14, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
135 8, 12, 12, 11, 12, 14, 14, 12, 13, 14, 14, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
136 6, 10, 10, 11, 9, 10, 12, 11, 10, 12, 11, 11, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
137 7, 10, 10, 11, 10, 11, 12, 11, 11, 12, 11, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
138 9, 12, 13, 13, 12, 12, 14, 13, 13, 14, 14, 13, 14, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
139 8, 11, 11, 12, 11, 12, 12, 12, 11, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
140 7, 10, 10, 11, 10, 11, 12, 11, 10, 12, 11, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
141 9, 11, 12, 12, 12, 12, 13, 12, 12, 13, 13, 12, 13, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
142 10, 13, 13, 14, 14, 14, 15, 14, 14, 15, 14, 15, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
143 9, 12, 12, 13, 12, 13, 14, 13, 12, 13, 13, 12, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
144 9, 12, 12, 12, 12, 13, 14, 12, 12, 14, 13, 12, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
145 9, 12, 13, 13, 11, 13, 14, 13, 13, 14, 14, 14, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
146 10, 12, 13, 13, 12, 12, 14, 13, 13, 14, 14, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
147 10, 13, 14, 14, 13, 12, 15, 13, 14, 14, 14, 14, 15, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
148 11, 14, 14, 14, 13, 14, 15, 14, 14, 15, 15, 14, 13, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
149 10, 13, 12, 13, 12, 12, 14, 13, 13, 14, 13, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
150 10, 12, 13, 13, 13, 12, 14, 12, 13, 14, 14, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
151 13, 15, 16, 16, 15, 15, 16, 16, 15, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
152 11, 14, 14, 14, 14, 14, 15, 14, 14, 15, 15, 14, 14, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
153 10, 13, 13, 13, 13, 13, 14, 12, 13, 14, 14, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
154 6, 10, 10, 11, 10, 11, 12, 11, 10, 12, 10, 11, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
155 8, 11, 11, 12, 11, 12, 13, 12, 11, 12, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
156 11, 13, 14, 14, 13, 14, 15, 14, 13, 15, 15, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
157 7, 11, 10, 12, 11, 12, 12, 12, 11, 12, 11, 12, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
158 7, 10, 10, 11, 10, 11, 12, 11, 11, 12, 11, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
159 10, 12, 13, 13, 12, 13, 14, 13, 13, 14, 13, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
160 10, 13, 12, 14, 13, 14, 14, 14, 13, 14, 12, 14, 15, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
161 10, 12, 12, 12, 12, 13, 14, 13, 13, 14, 13, 12, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
162 9, 12, 13, 13, 13, 14, 14, 13, 13, 14, 14, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
163 7, 10, 10, 11, 10, 11, 12, 11, 10, 12, 12, 11, 9, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
164 7, 10, 11, 11, 10, 11, 12, 11, 10, 12, 12, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
165 10, 12, 13, 13, 13, 13, 15, 13, 13, 14, 13, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
166 8, 11, 11, 11, 11, 11, 12, 11, 11, 12, 12, 11, 11, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
167 6, 9, 9, 10, 9, 10, 10, 10, 9, 11, 10, 10, 9, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
168 8, 10, 11, 11, 11, 11, 12, 11, 11, 12, 12, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
169 10, 13, 13, 13, 13, 14, 14, 13, 13, 14, 13, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
170 8, 11, 11, 11, 11, 12, 12, 11, 11, 12, 11, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
171 8, 11, 11, 11, 11, 12, 12, 10, 11, 12, 12, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
172 10, 13, 13, 13, 12, 13, 14, 13, 12, 14, 14, 14, 10, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
173 10, 12, 12, 13, 12, 13, 14, 12, 12, 13, 13, 13, 12, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
174 11, 13, 14, 14, 13, 13, 14, 13, 13, 15, 14, 13, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
175 10, 12, 13, 13, 12, 13, 14, 13, 13, 14, 14, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
176 8, 11, 11, 11, 11, 11, 12, 11, 11, 12, 12, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
177 9, 11, 12, 12, 11, 11, 12, 11, 12, 12, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
178 12, 15, 14, 14, 14, 15, 15, 14, 14, 15, 15, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
179 10, 12, 12, 12, 12, 12, 13, 12, 12, 13, 13, 12, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
180 9, 11, 11, 11, 11, 11, 12, 10, 11, 12, 12, 11, 11, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
181 10, 13, 13, 13, 13, 14, 15, 14, 13, 14, 14, 14, 12, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
182 11, 14, 14, 14, 14, 15, 15, 14, 14, 15, 15, 15, 14, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
183 13, 16, 16, 16, 15, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
184 10, 13, 13, 14, 13, 15, 14, 14, 13, 15, 13, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
185 10, 13, 13, 13, 13, 13, 14, 13, 13, 14, 13, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
186 12, 14, 14, 14, 14, 15, 15, 14, 14, 15, 15, 14, 15, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
187 11, 14, 14, 15, 14, 15, 15, 14, 14, 15, 12, 14, 15, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
188 11, 13, 13, 14, 13, 14, 14, 14, 14, 14, 13, 13, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
189 11, 14, 14, 14, 14, 15, 15, 14, 14, 16, 14, 13, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
190 10, 13, 13, 13, 12, 14, 14, 14, 12, 15, 14, 14, 11, 13, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
191 10, 12, 13, 14, 12, 13, 14, 13, 13, 14, 14, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
192 12, 14, 14, 15, 14, 15, 16, 15, 15, 15, 15, 15, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
193 10, 13, 13, 13, 12, 13, 14, 13, 13, 14, 13, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
194 9, 11, 11, 12, 11, 12, 12, 11, 11, 12, 12, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
195 10, 12, 12, 12, 12, 12, 13, 12, 12, 13, 13, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
196 11, 13, 13, 15, 14, 14, 15, 14, 14, 15, 14, 14, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
197 10, 12, 12, 12, 12, 12, 13, 12, 12, 13, 11, 11, 12, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
198 9, 12, 12, 11, 12, 12, 13, 11, 12, 12, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
199 10, 13, 13, 14, 12, 14, 15, 14, 13, 15, 15, 14, 10, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
200 11, 13, 14, 13, 13, 14, 14, 13, 13, 14, 14, 14, 11, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
201 12, 14, 14, 14, 14, 14, 15, 14, 15, 16, 15, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
202 11, 14, 13, 14, 13, 14, 15, 14, 13, 15, 14, 14, 11, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
203 9, 12, 12, 12, 11, 12, 13, 11, 12, 13, 12, 11, 10, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
204 10, 12, 12, 12, 12, 12, 13, 11, 12, 12, 12, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
205 12, 15, 14, 15, 14, 15, 16, 15, 15, 15, 15, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
206 10, 12, 12, 12, 12, 12, 13, 11, 12, 13, 12, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
207 8, 10, 10, 10, 10, 10, 11, 9, 10, 11, 10, 9, 10, 9, 9, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
208 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
209 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
210 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
211 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
212 12, 12, 11, 9, 11, 10, 11, 9, 11, 11, 10, 9, 9, 8, 9, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
213 14, 13, 14, 11, 14, 11, 13, 10, 14, 13, 12, 10, 12, 10, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
214 16, 13, 16, 12, 16, 12, 16, 11, 16, 14, 16, 12, 15, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
215 14, 14, 12, 11, 14, 12, 13, 10, 13, 13, 11, 10, 12, 11, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
216 16, 15, 14, 11, 16, 13, 14, 10, 15, 14, 13, 10, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
217 16, 16, 16, 11, 16, 14, 16, 11, 16, 16, 15, 12, 15, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
218 16, 16, 13, 12, 16, 16, 15, 12, 16, 16, 12, 11, 15, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
219 16, 16, 14, 11, 16, 16, 16, 11, 16, 16, 14, 11, 15, 14, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
220 16, 16, 15, 10, 16, 16, 16, 10, 16, 16, 15, 11, 16, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
221 14, 14, 14, 12, 13, 11, 13, 10, 13, 13, 12, 11, 11, 10, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
222 16, 15, 16, 13, 13, 11, 14, 11, 15, 14, 13, 11, 12, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
223 16, 15, 16, 14, 16, 11, 16, 11, 16, 16, 16, 13, 16, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
224 16, 16, 14, 13, 15, 13, 14, 11, 14, 15, 13, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
225 16, 16, 15, 13, 15, 13, 14, 11, 16, 15, 14, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
226 16, 16, 16, 13, 16, 13, 16, 11, 16, 16, 16, 12, 16, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
227 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 14, 13, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
228 16, 16, 16, 13, 16, 16, 16, 12, 16, 16, 14, 12, 15, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
229 16, 16, 16, 12, 16, 16, 16, 11, 16, 16, 15, 12, 16, 13, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
230 16, 16, 16, 16, 13, 12, 16, 12, 16, 16, 14, 13, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
231 16, 16, 16, 15, 14, 11, 16, 11, 16, 16, 16, 13, 14, 11, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
232 16, 16, 16, 16, 15, 10, 16, 11, 16, 16, 16, 14, 15, 11, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
233 16, 16, 16, 16, 16, 14, 16, 13, 16, 16, 14, 14, 14, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
234 16, 16, 16, 15, 16, 13, 16, 12, 16, 16, 16, 13, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
235 16, 16, 16, 14, 16, 12, 16, 11, 16, 16, 16, 13, 15, 12, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
236 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 15, 16, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
237 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 14, 16, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
238 16, 16, 16, 14, 16, 14, 16, 10, 16, 16, 16, 13, 16, 13, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
239 14, 14, 13, 12, 13, 12, 13, 11, 12, 13, 11, 10, 11, 10, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
240 16, 16, 15, 13, 16, 13, 15, 11, 14, 14, 13, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
241 16, 16, 16, 14, 16, 14, 16, 12, 16, 16, 16, 13, 16, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
242 16, 16, 13, 13, 15, 14, 14, 11, 13, 14, 11, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
243 16, 16, 15, 12, 16, 14, 15, 11, 14, 14, 12, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
244 16, 16, 16, 13, 16, 14, 16, 12, 16, 16, 14, 12, 16, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
245 16, 16, 14, 14, 16, 16, 16, 13, 16, 16, 12, 11, 15, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
246 16, 16, 15, 13, 16, 16, 16, 12, 16, 16, 13, 11, 16, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
247 16, 16, 16, 11, 16, 16, 16, 11, 16, 16, 14, 11, 16, 14, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
248 16, 16, 15, 13, 14, 13, 14, 11, 14, 14, 12, 11, 11, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
249 16, 16, 16, 13, 14, 12, 15, 11, 15, 14, 13, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
250 16, 16, 16, 14, 16, 13, 16, 12, 16, 16, 16, 13, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
251 16, 16, 15, 13, 15, 14, 14, 12, 14, 14, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
252 16, 16, 14, 12, 15, 13, 14, 11, 15, 14, 13, 11, 12, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
253 16, 16, 16, 13, 16, 13, 16, 11, 16, 15, 14, 11, 14, 11, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
254 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 13, 12, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
255 16, 16, 15, 13, 16, 14, 15, 11, 16, 16, 13, 11, 14, 12, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
256 16, 16, 16, 12, 16, 14, 15, 11, 16, 16, 13, 10, 14, 12, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
257 16, 16, 16, 16, 16, 14, 16, 13, 16, 16, 14, 13, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
258 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 15, 13, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
259 16, 16, 16, 15, 16, 12, 16, 12, 16, 16, 16, 14, 14, 11, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
260 16, 16, 16, 16, 16, 15, 16, 13, 16, 16, 14, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
261 16, 16, 16, 14, 15, 13, 15, 11, 16, 15, 14, 12, 13, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
262 16, 16, 16, 14, 16, 12, 15, 11, 16, 16, 15, 12, 14, 11, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
263 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 15, 13, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
264 16, 16, 16, 14, 16, 14, 16, 12, 16, 16, 14, 12, 13, 12, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
265 16, 16, 16, 13, 16, 13, 15, 10, 16, 16, 14, 11, 14, 11, 11, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
266 16, 16, 15, 14, 16, 16, 16, 13, 14, 14, 12, 12, 12, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
267 16, 16, 16, 15, 16, 16, 16, 14, 16, 16, 14, 13, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
268 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 14, 16, 13, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
269 16, 16, 14, 15, 16, 16, 16, 14, 14, 16, 12, 12, 13, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
270 16, 16, 16, 14, 16, 16, 16, 13, 16, 15, 13, 12, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
271 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 14, 12, 16, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
272 16, 16, 16, 15, 16, 16, 16, 14, 16, 16, 11, 11, 15, 14, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
273 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 12, 11, 15, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
274 16, 16, 16, 13, 16, 16, 16, 12, 16, 16, 13, 10, 16, 13, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
275 16, 16, 16, 16, 16, 15, 16, 13, 14, 16, 13, 13, 12, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
276 16, 16, 16, 15, 16, 14, 16, 13, 16, 16, 14, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
277 16, 16, 16, 16, 16, 15, 16, 13, 16, 16, 16, 13, 15, 12, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
278 16, 16, 16, 15, 16, 16, 16, 13, 14, 16, 13, 12, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
279 16, 16, 16, 14, 16, 14, 16, 12, 14, 14, 13, 11, 13, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
280 16, 16, 16, 14, 16, 14, 16, 12, 16, 15, 14, 11, 14, 11, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
281 16, 16, 16, 15, 16, 16, 16, 14, 16, 16, 12, 12, 14, 13, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
282 16, 16, 15, 14, 16, 16, 16, 12, 16, 15, 12, 11, 13, 12, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
283 16, 16, 16, 13, 16, 14, 16, 11, 16, 14, 13, 10, 14, 11, 11, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
284 16, 16, 16, 16, 16, 16, 16, 14, 14, 16, 15, 13, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
285 16, 16, 16, 16, 16, 15, 16, 13, 16, 16, 16, 13, 12, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
286 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 16, 13, 13, 11, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
287 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 14, 13, 12, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
288 16, 16, 16, 15, 16, 14, 15, 12, 16, 14, 13, 12, 12, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
289 16, 16, 16, 14, 16, 13, 15, 11, 16, 14, 14, 11, 13, 10, 11, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
290 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 13, 12, 12, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
291 16, 16, 16, 14, 16, 14, 15, 12, 16, 15, 12, 11, 12, 11, 10, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
292 16, 16, 16, 13, 16, 13, 14, 10, 16, 14, 12, 9, 12, 10, 9, 3,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
293 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
294 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
295 2, 6, 6, 7, 6, 7, 8, 7, 7, 8, 7, 8, 7, 8, 8, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
296 5, 8, 9, 9, 9, 9, 12, 10, 10, 11, 10, 10, 10, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
297 9, 10, 13, 12, 13, 12, 15, 13, 13, 14, 13, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
298 5, 10, 9, 10, 10, 10, 12, 10, 10, 12, 10, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
299 6, 9, 10, 9, 10, 11, 12, 10, 10, 12, 11, 11, 10, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
300 9, 11, 12, 11, 12, 13, 14, 12, 13, 14, 14, 12, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
301 10, 13, 11, 12, 14, 14, 15, 13, 13, 15, 12, 13, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
302 9, 12, 12, 12, 13, 13, 15, 13, 13, 14, 13, 13, 14, 13, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
303 8, 11, 12, 10, 12, 13, 14, 12, 13, 14, 14, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
304 5, 9, 10, 10, 9, 10, 12, 11, 10, 12, 11, 11, 9, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
305 6, 10, 10, 11, 10, 10, 12, 11, 11, 12, 11, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
306 9, 11, 13, 13, 12, 11, 14, 12, 13, 15, 13, 13, 14, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
307 8, 11, 11, 12, 11, 12, 13, 12, 12, 13, 12, 13, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
308 7, 10, 10, 11, 10, 11, 12, 11, 11, 12, 11, 11, 11, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
309 9, 12, 12, 12, 12, 12, 14, 12, 13, 14, 13, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
310 11, 14, 13, 15, 15, 16, 16, 15, 15, 16, 15, 15, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
311 10, 12, 13, 13, 13, 14, 15, 13, 13, 14, 13, 13, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
312 9, 12, 12, 12, 13, 13, 14, 12, 13, 14, 14, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
313 9, 13, 13, 13, 11, 12, 15, 13, 13, 15, 14, 14, 11, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
314 10, 13, 13, 13, 12, 12, 15, 13, 13, 15, 14, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
315 10, 12, 13, 13, 12, 11, 14, 12, 13, 15, 13, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
316 11, 14, 15, 15, 13, 14, 16, 14, 14, 16, 16, 14, 14, 15, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
317 10, 13, 13, 13, 12, 13, 14, 13, 13, 14, 14, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
318 10, 12, 13, 13, 13, 12, 14, 13, 13, 14, 14, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
319 13, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
320 12, 15, 15, 15, 14, 15, 16, 14, 15, 16, 16, 15, 16, 15, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
321 10, 12, 12, 12, 13, 13, 14, 12, 13, 14, 13, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
322 6, 10, 10, 11, 10, 11, 12, 11, 10, 12, 11, 11, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
323 8, 11, 12, 12, 12, 12, 13, 12, 12, 13, 12, 13, 12, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
324 11, 13, 15, 14, 15, 14, 16, 14, 15, 16, 16, 14, 15, 15, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
325 7, 11, 10, 12, 11, 11, 13, 11, 11, 13, 10, 11, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
326 7, 11, 11, 11, 11, 11, 13, 11, 11, 13, 11, 12, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
327 10, 12, 13, 13, 13, 13, 15, 13, 14, 15, 14, 14, 14, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
328 10, 13, 12, 14, 14, 14, 15, 13, 13, 15, 12, 13, 15, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
329 10, 13, 12, 12, 13, 13, 15, 14, 13, 15, 13, 13, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
330 10, 13, 13, 12, 13, 14, 15, 13, 13, 15, 13, 13, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
331 7, 10, 11, 11, 10, 11, 12, 11, 10, 12, 12, 12, 9, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
332 7, 11, 11, 11, 11, 11, 13, 11, 11, 13, 12, 12, 11, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
333 10, 12, 14, 13, 13, 13, 16, 13, 14, 16, 14, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
334 8, 11, 11, 12, 11, 12, 13, 12, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
335 6, 9, 9, 10, 9, 10, 11, 10, 10, 11, 10, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
336 8, 11, 11, 11, 12, 11, 13, 11, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
337 11, 14, 13, 14, 14, 14, 16, 14, 14, 16, 14, 14, 15, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
338 9, 12, 11, 12, 12, 12, 13, 12, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
339 8, 11, 11, 11, 11, 11, 13, 11, 12, 12, 12, 12, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
340 10, 13, 14, 13, 11, 13, 14, 14, 13, 15, 15, 14, 10, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
341 10, 13, 13, 13, 12, 13, 14, 13, 13, 14, 14, 14, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
342 10, 13, 14, 13, 13, 12, 15, 13, 14, 15, 14, 14, 14, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
343 11, 14, 14, 14, 13, 13, 15, 14, 14, 15, 14, 15, 13, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
344 9, 11, 12, 12, 11, 11, 13, 12, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
345 9, 11, 12, 12, 12, 11, 13, 11, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
346 13, 15, 15, 16, 15, 16, 16, 15, 16, 16, 16, 15, 15, 15, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
347 10, 13, 13, 13, 13, 13, 14, 13, 13, 14, 13, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
348 8, 11, 11, 11, 11, 11, 12, 11, 11, 12, 12, 11, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
349 11, 14, 14, 15, 14, 15, 15, 14, 13, 15, 14, 15, 12, 14, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
350 12, 15, 15, 15, 15, 15, 16, 15, 15, 16, 16, 16, 15, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
351 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
352 11, 14, 13, 15, 14, 14, 16, 14, 14, 16, 13, 14, 15, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
353 11, 14, 13, 14, 14, 14, 16, 15, 14, 16, 14, 14, 15, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
354 13, 15, 15, 15, 15, 16, 16, 15, 16, 16, 16, 15, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
355 11, 14, 13, 14, 14, 14, 15, 14, 14, 16, 12, 14, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
356 11, 14, 14, 14, 14, 15, 16, 15, 14, 16, 13, 14, 16, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
357 12, 14, 14, 14, 14, 14, 16, 14, 15, 16, 14, 14, 14, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
358 11, 14, 14, 14, 13, 14, 16, 15, 13, 16, 15, 15, 11, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
359 11, 14, 14, 15, 14, 14, 16, 14, 14, 15, 14, 14, 13, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
360 13, 15, 16, 15, 15, 15, 16, 15, 16, 16, 16, 16, 15, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
361 11, 14, 14, 14, 14, 14, 15, 14, 14, 16, 14, 14, 14, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
362 9, 12, 12, 12, 12, 12, 13, 12, 12, 13, 12, 13, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
363 11, 13, 13, 13, 13, 13, 14, 13, 13, 14, 13, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
364 12, 15, 14, 15, 15, 15, 16, 15, 14, 16, 14, 14, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
365 10, 12, 12, 12, 12, 12, 14, 12, 13, 13, 12, 12, 13, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
366 10, 12, 12, 12, 12, 12, 14, 12, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
367 10, 14, 14, 14, 12, 14, 16, 14, 13, 16, 16, 16, 10, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
368 11, 14, 14, 14, 13, 14, 16, 14, 14, 16, 15, 14, 12, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
369 12, 14, 14, 14, 14, 14, 16, 14, 14, 16, 15, 15, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
370 12, 14, 15, 15, 14, 15, 16, 14, 15, 15, 15, 15, 13, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
371 9, 12, 12, 12, 12, 13, 13, 12, 12, 13, 13, 12, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
372 10, 12, 12, 12, 12, 12, 13, 12, 12, 13, 12, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
373 13, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 15, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
374 10, 12, 12, 13, 12, 13, 13, 12, 13, 14, 13, 13, 12, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
375 7, 10, 10, 10, 10, 10, 11, 10, 10, 11, 10, 10, 10, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
376 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
377 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
378 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
379 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
380 10, 10, 9, 8, 9, 8, 9, 7, 9, 9, 8, 7, 8, 7, 7, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
381 13, 11, 12, 9, 12, 9, 12, 9, 12, 11, 11, 9, 10, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
382 15, 12, 15, 11, 14, 10, 14, 10, 14, 13, 13, 11, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
383 13, 12, 11, 9, 12, 11, 12, 9, 12, 12, 10, 9, 10, 10, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
384 14, 13, 12, 10, 13, 12, 13, 9, 13, 12, 11, 10, 12, 11, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
385 16, 14, 14, 10, 15, 13, 14, 10, 15, 15, 14, 11, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
386 15, 14, 12, 11, 15, 14, 13, 11, 14, 14, 11, 10, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
387 15, 16, 13, 11, 16, 14, 14, 11, 15, 15, 12, 10, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
388 16, 15, 14, 10, 16, 14, 14, 10, 16, 15, 14, 10, 14, 13, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
389 13, 12, 12, 11, 11, 9, 12, 9, 12, 12, 11, 10, 10, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
390 13, 13, 14, 12, 12, 10, 12, 10, 14, 13, 12, 11, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
391 16, 14, 16, 13, 14, 11, 15, 10, 16, 15, 14, 12, 14, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
392 14, 14, 13, 12, 13, 12, 13, 10, 13, 13, 12, 11, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
393 15, 14, 14, 12, 14, 12, 13, 10, 14, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
394 16, 15, 16, 13, 15, 13, 15, 10, 16, 15, 14, 12, 14, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
395 15, 16, 14, 13, 16, 14, 14, 12, 15, 15, 12, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
396 16, 16, 14, 13, 16, 14, 14, 11, 15, 15, 14, 11, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
397 16, 16, 15, 12, 16, 14, 15, 10, 16, 16, 13, 12, 14, 13, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
398 14, 14, 14, 13, 13, 11, 13, 11, 14, 14, 13, 12, 11, 10, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
399 16, 15, 16, 13, 13, 11, 14, 11, 15, 14, 14, 13, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
400 15, 15, 16, 14, 14, 10, 14, 10, 16, 15, 15, 13, 14, 10, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
401 16, 16, 16, 14, 15, 13, 14, 12, 15, 15, 13, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
402 16, 16, 16, 14, 15, 13, 14, 11, 16, 16, 14, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
403 16, 16, 16, 14, 16, 12, 15, 11, 16, 15, 15, 13, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
404 16, 16, 16, 16, 16, 15, 15, 13, 16, 16, 14, 13, 14, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
405 16, 16, 16, 14, 16, 15, 15, 11, 16, 16, 14, 13, 15, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
406 16, 16, 16, 14, 16, 14, 14, 10, 16, 16, 15, 13, 14, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
407 12, 12, 12, 11, 12, 11, 12, 10, 11, 11, 10, 9, 9, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
408 14, 13, 14, 12, 13, 12, 13, 10, 13, 13, 12, 10, 12, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
409 16, 14, 16, 13, 15, 13, 16, 12, 15, 14, 14, 12, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
410 14, 14, 13, 11, 14, 12, 13, 11, 12, 12, 10, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
411 14, 14, 13, 12, 14, 12, 13, 11, 13, 13, 12, 10, 12, 11, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
412 16, 15, 15, 12, 16, 14, 15, 11, 16, 14, 13, 11, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
413 16, 16, 13, 13, 16, 15, 14, 12, 14, 14, 11, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
414 16, 16, 14, 12, 16, 14, 14, 12, 15, 14, 12, 11, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
415 16, 15, 14, 11, 16, 15, 15, 11, 16, 15, 13, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
416 14, 13, 13, 12, 13, 11, 13, 10, 12, 13, 11, 10, 10, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
417 15, 14, 14, 13, 13, 12, 13, 11, 14, 13, 12, 11, 12, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
418 16, 15, 16, 14, 15, 12, 15, 11, 16, 14, 14, 12, 14, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
419 14, 15, 13, 12, 14, 13, 13, 11, 13, 13, 11, 11, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
420 14, 14, 14, 12, 14, 13, 13, 10, 14, 13, 12, 10, 12, 10, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
421 16, 15, 15, 13, 16, 13, 15, 11, 15, 14, 13, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
422 16, 16, 14, 13, 16, 15, 14, 12, 15, 15, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
423 16, 16, 14, 13, 16, 14, 14, 11, 15, 14, 12, 11, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
424 16, 16, 15, 12, 16, 14, 14, 11, 15, 15, 13, 11, 14, 12, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
425 16, 15, 15, 14, 14, 12, 14, 12, 13, 14, 13, 12, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
426 16, 16, 16, 14, 14, 12, 15, 12, 15, 14, 14, 12, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
427 16, 16, 16, 15, 14, 12, 15, 12, 16, 15, 14, 13, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
428 16, 16, 16, 15, 15, 14, 15, 12, 14, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
429 16, 16, 15, 14, 14, 12, 14, 11, 14, 14, 13, 12, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
430 16, 16, 16, 14, 15, 12, 14, 11, 15, 15, 14, 12, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
431 16, 16, 16, 16, 16, 15, 16, 13, 15, 15, 14, 12, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
432 16, 16, 16, 14, 15, 14, 14, 12, 16, 15, 13, 12, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
433 16, 16, 16, 13, 16, 13, 14, 10, 16, 15, 14, 11, 13, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
434 14, 15, 13, 13, 14, 13, 14, 12, 12, 13, 11, 11, 11, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
435 16, 16, 15, 13, 16, 14, 16, 13, 14, 14, 13, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
436 16, 16, 16, 14, 16, 14, 16, 13, 16, 14, 15, 13, 15, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
437 15, 15, 14, 14, 15, 14, 14, 12, 13, 14, 11, 11, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
438 15, 16, 15, 13, 15, 14, 14, 12, 14, 14, 12, 11, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
439 16, 16, 16, 13, 16, 15, 15, 13, 16, 15, 14, 11, 15, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
440 16, 16, 14, 13, 16, 15, 15, 13, 14, 14, 10, 11, 14, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
441 16, 16, 15, 13, 16, 16, 15, 13, 15, 14, 12, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
442 16, 16, 15, 13, 16, 15, 16, 12, 16, 14, 13, 10, 15, 13, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
443 15, 15, 15, 14, 14, 14, 15, 12, 13, 14, 12, 12, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
444 16, 15, 16, 14, 15, 13, 15, 12, 14, 14, 13, 12, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
445 16, 16, 16, 15, 16, 14, 16, 13, 16, 15, 14, 12, 14, 11, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
446 16, 16, 15, 14, 16, 14, 15, 13, 14, 14, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
447 15, 16, 15, 14, 15, 14, 14, 12, 14, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
448 16, 16, 16, 14, 16, 13, 16, 12, 15, 14, 13, 11, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
449 16, 16, 15, 14, 16, 15, 15, 13, 14, 15, 11, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
450 16, 16, 15, 13, 16, 14, 15, 12, 15, 14, 12, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
451 16, 16, 15, 13, 16, 14, 16, 12, 15, 14, 13, 10, 13, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
452 16, 16, 16, 14, 14, 14, 15, 13, 14, 14, 14, 12, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
453 16, 16, 16, 14, 15, 14, 16, 13, 15, 14, 14, 13, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
454 16, 16, 16, 16, 15, 13, 16, 12, 15, 15, 14, 12, 13, 10, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
455 16, 16, 16, 14, 15, 15, 14, 13, 14, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
456 16, 15, 16, 14, 16, 13, 15, 12, 14, 14, 13, 12, 12, 10, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
457 16, 15, 16, 14, 16, 13, 16, 11, 16, 14, 13, 11, 13, 10, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
458 16, 16, 16, 15, 16, 16, 15, 13, 14, 16, 12, 12, 12, 12, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
459 16, 16, 16, 14, 16, 14, 14, 12, 15, 15, 12, 11, 12, 11, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
460 16, 16, 16, 13, 16, 13, 15, 10, 15, 14, 13, 10, 13, 10, 10, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
461 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
462 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
463 1, 6, 6, 7, 6, 7, 9, 8, 7, 9, 7, 8, 7, 8, 8, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
464 6, 9, 10, 10, 10, 10, 12, 11, 10, 12, 11, 11, 11, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
465 9, 10, 13, 11, 13, 12, 14, 13, 14, 14, 14, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
466 6, 10, 9, 10, 10, 11, 13, 11, 11, 13, 10, 12, 11, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
467 6, 10, 10, 10, 10, 11, 13, 11, 11, 13, 12, 12, 11, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
468 9, 11, 13, 12, 13, 14, 15, 13, 14, 16, 14, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
469 10, 13, 11, 13, 14, 14, 16, 14, 14, 15, 13, 14, 15, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
470 9, 13, 12, 12, 14, 14, 16, 14, 14, 15, 14, 14, 15, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
471 8, 11, 12, 11, 13, 14, 15, 13, 13, 15, 14, 14, 13, 15, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
472 6, 10, 10, 11, 9, 10, 13, 11, 10, 13, 11, 12, 10, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
473 6, 10, 10, 11, 11, 10, 13, 11, 11, 13, 11, 12, 12, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
474 9, 12, 13, 13, 13, 12, 16, 13, 14, 15, 14, 14, 15, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
475 8, 12, 12, 13, 12, 13, 15, 14, 13, 15, 13, 14, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
476 7, 11, 11, 12, 11, 12, 13, 12, 12, 13, 12, 13, 12, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
477 9, 12, 13, 13, 13, 13, 16, 13, 13, 15, 14, 14, 14, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
478 11, 15, 14, 15, 15, 16, 16, 16, 15, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
479 10, 13, 13, 14, 14, 14, 16, 15, 14, 16, 15, 15, 15, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
480 9, 12, 13, 13, 13, 14, 16, 14, 13, 15, 14, 14, 14, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
481 10, 13, 14, 14, 11, 13, 16, 14, 14, 16, 15, 15, 12, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
482 10, 13, 14, 14, 12, 12, 16, 15, 14, 16, 15, 15, 14, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
483 9, 12, 13, 14, 13, 11, 16, 13, 14, 15, 13, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
484 11, 15, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
485 10, 13, 14, 14, 13, 14, 16, 15, 14, 16, 16, 16, 14, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
486 10, 13, 13, 14, 13, 13, 16, 13, 13, 14, 14, 15, 15, 14, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
487 13, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
488 12, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
489 10, 12, 13, 14, 13, 13, 14, 13, 13, 14, 13, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
490 6, 10, 11, 11, 10, 11, 13, 12, 11, 13, 11, 12, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
491 8, 12, 13, 13, 12, 13, 14, 14, 13, 15, 14, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
492 12, 14, 16, 15, 15, 15, 16, 15, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
493 7, 11, 11, 12, 12, 12, 14, 13, 12, 14, 11, 12, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
494 8, 11, 12, 12, 12, 12, 14, 13, 12, 14, 12, 13, 13, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
495 11, 13, 14, 14, 14, 14, 16, 15, 15, 16, 15, 15, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
496 10, 14, 12, 14, 14, 15, 16, 15, 13, 16, 12, 14, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
497 10, 13, 13, 14, 14, 15, 16, 15, 14, 16, 14, 15, 15, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
498 10, 13, 14, 13, 14, 14, 16, 15, 14, 16, 15, 15, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
499 7, 11, 11, 11, 10, 12, 14, 13, 11, 14, 13, 13, 10, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
500 8, 11, 12, 12, 11, 12, 14, 13, 12, 15, 13, 13, 12, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
501 11, 13, 14, 14, 14, 14, 16, 15, 14, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
502 8, 12, 12, 13, 12, 13, 15, 14, 12, 15, 13, 13, 13, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
503 6, 10, 10, 11, 10, 11, 13, 12, 11, 13, 11, 12, 11, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
504 9, 12, 13, 13, 13, 13, 14, 13, 13, 15, 14, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
505 11, 15, 14, 15, 14, 15, 16, 16, 16, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
506 9, 13, 12, 13, 13, 13, 15, 14, 13, 14, 13, 14, 14, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
507 9, 12, 12, 12, 12, 13, 14, 13, 13, 14, 13, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
508 10, 13, 15, 14, 12, 14, 16, 14, 14, 16, 15, 15, 12, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
509 10, 14, 14, 14, 13, 14, 16, 15, 14, 16, 16, 16, 13, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
510 11, 13, 14, 14, 14, 13, 16, 14, 14, 16, 15, 15, 15, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
511 11, 15, 15, 15, 14, 15, 16, 16, 15, 16, 16, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
512 9, 13, 13, 13, 12, 13, 15, 14, 13, 15, 14, 14, 13, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
513 9, 12, 12, 13, 12, 12, 14, 13, 13, 14, 13, 14, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
514 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
515 11, 14, 14, 15, 15, 14, 16, 16, 14, 16, 14, 15, 15, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
516 9, 12, 12, 13, 12, 12, 14, 12, 12, 14, 13, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
517 11, 14, 14, 16, 14, 16, 16, 16, 13, 16, 14, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
518 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
519 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
520 11, 15, 14, 16, 14, 15, 16, 16, 15, 16, 14, 15, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
521 11, 15, 14, 16, 15, 16, 16, 16, 15, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
522 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
523 11, 14, 13, 14, 15, 14, 16, 15, 14, 16, 12, 14, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
524 11, 14, 14, 16, 14, 15, 16, 16, 15, 16, 14, 15, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
525 12, 14, 14, 15, 14, 16, 16, 15, 14, 16, 15, 15, 15, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
526 11, 14, 15, 15, 13, 15, 16, 16, 14, 16, 16, 16, 12, 15, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
527 11, 15, 16, 16, 15, 16, 16, 16, 15, 16, 16, 16, 14, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
528 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
529 11, 15, 14, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
530 10, 13, 13, 14, 14, 14, 16, 15, 14, 16, 14, 15, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
531 12, 15, 14, 16, 14, 15, 16, 15, 15, 16, 15, 15, 16, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
532 12, 16, 14, 16, 15, 16, 16, 16, 16, 16, 14, 15, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
533 10, 13, 13, 14, 14, 13, 16, 14, 13, 16, 13, 14, 15, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
534 10, 13, 13, 14, 13, 13, 16, 14, 14, 15, 14, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
535 10, 14, 15, 14, 13, 15, 16, 15, 14, 16, 16, 16, 11, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
536 11, 14, 14, 16, 14, 15, 16, 15, 15, 16, 16, 16, 13, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
537 12, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
538 12, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
539 10, 13, 14, 14, 13, 14, 16, 14, 13, 16, 15, 14, 12, 14, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
540 10, 13, 13, 14, 13, 14, 16, 14, 14, 15, 14, 14, 13, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
541 13, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
542 11, 13, 14, 15, 14, 14, 16, 15, 14, 16, 14, 15, 14, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
543 8, 11, 11, 11, 11, 12, 13, 12, 11, 13, 11, 12, 11, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
544 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
545 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
546 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
547 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
548 8, 8, 8, 7, 8, 7, 8, 6, 8, 8, 7, 6, 7, 6, 6, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
549 11, 10, 11, 9, 11, 9, 11, 8, 11, 10, 10, 9, 10, 8, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
550 13, 11, 13, 10, 12, 10, 13, 9, 13, 12, 13, 10, 12, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
551 11, 11, 10, 9, 11, 10, 11, 9, 10, 11, 9, 8, 10, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
552 12, 12, 11, 9, 12, 11, 12, 9, 12, 12, 11, 9, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
553 14, 13, 13, 10, 15, 12, 13, 10, 15, 13, 13, 10, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
554 13, 13, 11, 10, 14, 13, 12, 10, 13, 13, 10, 10, 12, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
555 15, 14, 13, 10, 14, 13, 13, 10, 14, 13, 12, 10, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
556 14, 14, 13, 10, 16, 13, 13, 10, 15, 14, 13, 10, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
557 11, 11, 11, 10, 10, 9, 10, 9, 10, 10, 10, 9, 9, 8, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
558 12, 12, 12, 11, 11, 9, 12, 9, 12, 12, 11, 10, 11, 9, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
559 14, 13, 14, 12, 13, 10, 13, 10, 15, 13, 14, 12, 12, 10, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
560 13, 13, 12, 11, 12, 11, 12, 10, 12, 12, 11, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
561 14, 13, 13, 11, 13, 12, 12, 10, 13, 13, 12, 11, 12, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
562 16, 15, 15, 12, 14, 12, 13, 10, 15, 14, 13, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
563 15, 15, 13, 13, 14, 14, 14, 12, 14, 14, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
564 15, 16, 14, 12, 15, 14, 13, 11, 15, 15, 13, 12, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
565 16, 15, 15, 12, 16, 14, 14, 10, 15, 15, 14, 12, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
566 13, 13, 13, 13, 11, 10, 12, 10, 12, 13, 12, 11, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
567 14, 13, 14, 13, 12, 10, 13, 10, 14, 14, 13, 12, 12, 10, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
568 15, 14, 16, 14, 13, 10, 14, 10, 16, 14, 14, 13, 13, 10, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
569 15, 15, 14, 14, 14, 13, 13, 12, 14, 14, 13, 12, 12, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
570 15, 15, 15, 14, 14, 12, 14, 11, 15, 14, 13, 13, 13, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
571 16, 15, 16, 14, 15, 12, 14, 11, 16, 16, 15, 13, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
572 16, 16, 16, 14, 15, 14, 14, 12, 15, 15, 14, 13, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
573 16, 16, 15, 15, 16, 14, 14, 11, 16, 16, 14, 13, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
574 16, 16, 16, 13, 15, 13, 14, 10, 16, 16, 15, 13, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
575 11, 11, 11, 10, 11, 10, 11, 9, 10, 10, 9, 8, 9, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
576 12, 12, 13, 11, 12, 11, 12, 10, 12, 12, 11, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
577 15, 13, 15, 12, 14, 13, 14, 11, 14, 13, 13, 11, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
578 12, 13, 12, 11, 13, 11, 12, 10, 11, 12, 10, 9, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
579 14, 13, 13, 11, 14, 12, 13, 11, 12, 12, 11, 10, 12, 11, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
580 15, 14, 15, 12, 15, 13, 15, 11, 15, 14, 13, 11, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
581 14, 14, 13, 12, 15, 14, 13, 12, 13, 13, 11, 10, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
582 16, 15, 13, 12, 15, 14, 14, 12, 14, 14, 12, 11, 14, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
583 16, 15, 14, 12, 16, 15, 15, 11, 15, 14, 13, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
584 12, 12, 12, 11, 12, 11, 12, 10, 11, 11, 11, 10, 10, 9, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
585 13, 13, 14, 12, 13, 11, 13, 11, 13, 12, 12, 11, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
586 15, 14, 16, 13, 14, 12, 14, 11, 14, 14, 14, 12, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
587 13, 13, 13, 12, 13, 12, 13, 11, 12, 12, 11, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
588 14, 14, 13, 12, 13, 12, 13, 10, 13, 13, 11, 10, 12, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
589 16, 15, 15, 13, 15, 12, 14, 11, 15, 14, 13, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
590 15, 16, 14, 13, 15, 14, 14, 12, 14, 14, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
591 16, 15, 14, 13, 15, 14, 14, 11, 14, 14, 12, 11, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
592 16, 15, 15, 12, 16, 14, 14, 11, 15, 14, 13, 11, 14, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
593 14, 15, 14, 14, 13, 12, 13, 12, 13, 13, 12, 12, 11, 10, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
594 15, 15, 15, 14, 13, 12, 14, 12, 14, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
595 16, 15, 16, 14, 14, 12, 15, 12, 16, 14, 14, 13, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
596 15, 15, 15, 14, 14, 13, 14, 12, 14, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
597 15, 15, 15, 14, 14, 13, 14, 12, 14, 14, 13, 12, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
598 16, 15, 16, 14, 15, 12, 15, 11, 15, 14, 14, 12, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
599 16, 16, 16, 15, 16, 15, 14, 13, 15, 15, 13, 12, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
600 16, 16, 16, 14, 15, 14, 14, 12, 15, 15, 13, 12, 14, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
601 16, 16, 16, 14, 16, 14, 14, 11, 15, 15, 14, 12, 14, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
602 13, 13, 13, 12, 13, 12, 13, 11, 11, 12, 11, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
603 15, 14, 14, 13, 14, 13, 14, 12, 13, 13, 12, 11, 13, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
604 16, 15, 16, 14, 16, 14, 16, 13, 15, 14, 14, 12, 14, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
605 14, 15, 13, 13, 14, 13, 14, 12, 12, 13, 11, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
606 15, 15, 14, 13, 15, 14, 14, 12, 13, 13, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
607 16, 16, 16, 13, 16, 15, 16, 13, 15, 14, 14, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
608 14, 15, 13, 13, 16, 15, 15, 13, 13, 14, 11, 11, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
609 16, 16, 14, 13, 16, 15, 16, 13, 14, 14, 12, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
610 16, 16, 15, 12, 16, 15, 15, 12, 15, 14, 13, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
611 14, 14, 14, 13, 14, 13, 14, 12, 12, 13, 12, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
612 15, 15, 15, 14, 14, 13, 15, 12, 14, 13, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
613 16, 16, 16, 15, 15, 14, 16, 13, 15, 14, 14, 12, 14, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
614 15, 15, 14, 14, 14, 14, 14, 13, 13, 14, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
615 15, 15, 15, 13, 15, 14, 14, 12, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
616 16, 15, 16, 14, 16, 14, 15, 12, 15, 14, 14, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
617 16, 16, 15, 14, 16, 15, 15, 13, 14, 14, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
618 16, 16, 15, 13, 16, 14, 14, 12, 14, 15, 12, 11, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
619 16, 16, 16, 13, 16, 15, 15, 12, 15, 14, 13, 11, 14, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
620 15, 15, 15, 14, 13, 13, 14, 13, 13, 14, 13, 12, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
621 16, 16, 16, 14, 15, 13, 15, 12, 14, 14, 14, 13, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
622 16, 16, 16, 14, 15, 13, 15, 12, 15, 14, 14, 12, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
623 15, 16, 16, 14, 15, 14, 15, 13, 14, 14, 12, 12, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
624 16, 15, 15, 14, 15, 14, 14, 12, 14, 14, 13, 12, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
625 16, 16, 16, 13, 15, 13, 15, 12, 15, 14, 14, 12, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
626 16, 16, 16, 15, 15, 16, 15, 13, 14, 14, 12, 12, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
627 16, 16, 16, 14, 16, 14, 14, 12, 15, 15, 13, 11, 12, 11, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
628 16, 16, 15, 13, 16, 14, 14, 11, 15, 14, 13, 10, 13, 11, 10, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
629 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
630 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
631 1, 6, 6, 7, 6, 7, 9, 7, 6, 9, 7, 8, 7, 8, 8, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
632 5, 8, 10, 10, 10, 10, 12, 11, 11, 12, 11, 11, 11, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
633 9, 10, 12, 11, 13, 12, 15, 13, 14, 15, 15, 14, 14, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
634 6, 10, 9, 10, 10, 11, 13, 12, 11, 13, 11, 12, 12, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
635 6, 10, 10, 10, 11, 11, 13, 11, 11, 13, 12, 12, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
636 9, 12, 13, 12, 13, 13, 16, 13, 14, 16, 15, 14, 14, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
637 9, 13, 11, 13, 14, 14, 16, 15, 14, 16, 13, 15, 15, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
638 9, 13, 12, 13, 14, 15, 16, 15, 14, 16, 15, 15, 15, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
639 8, 12, 12, 11, 13, 14, 15, 13, 13, 15, 14, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
640 6, 10, 10, 11, 9, 10, 13, 11, 11, 13, 12, 12, 10, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
641 6, 10, 11, 11, 11, 10, 13, 12, 11, 13, 12, 12, 12, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
642 9, 12, 13, 13, 13, 12, 16, 13, 14, 16, 14, 15, 16, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
643 8, 12, 13, 13, 13, 13, 16, 14, 13, 16, 13, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
644 7, 11, 11, 12, 11, 12, 14, 13, 12, 14, 13, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
645 9, 12, 13, 13, 13, 13, 15, 14, 14, 16, 16, 15, 15, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
646 11, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
647 10, 14, 14, 15, 15, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
648 9, 13, 13, 13, 14, 14, 16, 14, 14, 16, 15, 14, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
649 9, 13, 14, 14, 11, 13, 16, 14, 13, 16, 15, 16, 13, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
650 10, 13, 14, 15, 13, 12, 16, 14, 14, 16, 15, 15, 14, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
651 9, 12, 13, 14, 12, 11, 15, 13, 13, 15, 13, 14, 15, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
652 11, 15, 16, 16, 14, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
653 11, 14, 14, 15, 13, 14, 16, 15, 15, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
654 10, 12, 13, 14, 13, 13, 16, 14, 14, 14, 14, 16, 15, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
655 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
656 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
657 9, 12, 13, 14, 13, 13, 16, 13, 13, 15, 15, 16, 15, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
658 6, 11, 11, 12, 10, 12, 13, 12, 11, 13, 11, 12, 11, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
659 9, 12, 13, 13, 13, 13, 16, 14, 14, 15, 14, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
660 12, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
661 7, 11, 11, 12, 12, 12, 14, 13, 12, 14, 11, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
662 8, 12, 12, 13, 12, 13, 14, 13, 13, 14, 13, 13, 13, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
663 11, 14, 14, 15, 16, 15, 16, 16, 15, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
664 10, 14, 12, 14, 15, 15, 16, 16, 14, 16, 12, 15, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
665 11, 14, 13, 15, 15, 15, 16, 16, 14, 16, 14, 14, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
666 11, 14, 14, 14, 15, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
667 7, 11, 12, 11, 10, 12, 14, 13, 12, 14, 13, 13, 10, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
668 8, 12, 12, 13, 12, 12, 15, 13, 13, 14, 13, 13, 13, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
669 11, 13, 15, 16, 14, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
670 9, 12, 13, 13, 13, 13, 15, 14, 13, 15, 13, 14, 13, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
671 7, 11, 11, 11, 11, 11, 13, 12, 11, 13, 11, 12, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
672 9, 12, 13, 13, 13, 13, 16, 13, 14, 16, 15, 14, 14, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
673 12, 14, 14, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
674 10, 13, 13, 14, 14, 14, 16, 15, 14, 16, 14, 14, 16, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
675 9, 12, 13, 13, 13, 15, 16, 14, 13, 16, 14, 13, 13, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
676 10, 14, 15, 14, 12, 14, 16, 15, 13, 16, 16, 16, 12, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
677 11, 14, 14, 14, 14, 14, 16, 15, 15, 16, 16, 16, 14, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
678 11, 14, 14, 16, 14, 13, 16, 15, 14, 16, 15, 16, 15, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
679 12, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
680 10, 13, 14, 14, 13, 14, 16, 14, 13, 16, 15, 15, 13, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
681 9, 12, 13, 14, 13, 12, 16, 14, 13, 16, 14, 14, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
682 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
683 12, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
684 9, 12, 13, 13, 13, 13, 14, 13, 12, 15, 14, 14, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
685 11, 14, 14, 16, 14, 16, 16, 16, 13, 16, 14, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
686 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
687 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
688 11, 14, 14, 16, 16, 15, 16, 16, 15, 16, 14, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
689 12, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
690 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
691 10, 14, 12, 15, 15, 15, 16, 16, 14, 16, 12, 14, 16, 16, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
692 12, 15, 14, 16, 16, 16, 16, 16, 15, 16, 14, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
693 12, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
694 11, 15, 15, 16, 14, 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
695 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
696 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
697 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
698 11, 15, 14, 16, 14, 14, 16, 15, 14, 16, 15, 16, 15, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
699 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
700 12, 16, 15, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
701 10, 14, 13, 14, 15, 14, 16, 15, 14, 16, 13, 16, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
702 10, 14, 14, 14, 13, 14, 16, 15, 15, 16, 14, 14, 14, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
703 10, 14, 15, 14, 13, 16, 16, 15, 13, 16, 16, 16, 12, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
704 11, 16, 16, 16, 14, 15, 16, 16, 16, 16, 16, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
705 12, 15, 14, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
706 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
707 11, 14, 14, 14, 14, 15, 16, 14, 14, 16, 16, 16, 13, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
708 10, 14, 13, 14, 14, 14, 16, 15, 14, 16, 15, 15, 14, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
709 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
710 12, 14, 14, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
711 8, 11, 11, 12, 12, 12, 13, 12, 11, 13, 12, 12, 12, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
712 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
713 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
714 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
715 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
716 5, 6, 6, 6, 6, 6, 7, 6, 6, 7, 6, 6, 6, 6, 6, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
717 9, 9, 9, 8, 9, 8, 10, 8, 10, 10, 9, 9, 9, 8, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
718 11, 10, 12, 10, 11, 10, 12, 9, 12, 11, 11, 10, 11, 10, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
719 9, 10, 9, 8, 10, 10, 10, 9, 9, 10, 8, 8, 9, 9, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
720 10, 11, 10, 9, 11, 11, 11, 9, 11, 11, 10, 9, 10, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
721 13, 12, 12, 10, 13, 12, 13, 10, 13, 12, 12, 11, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
722 11, 12, 10, 10, 12, 12, 11, 10, 11, 12, 10, 10, 11, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
723 12, 12, 11, 10, 13, 13, 13, 10, 13, 13, 12, 11, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
724 12, 12, 12, 10, 13, 13, 13, 10, 13, 13, 12, 10, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
725 9, 9, 10, 10, 9, 8, 10, 9, 9, 10, 9, 9, 8, 8, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
726 10, 11, 11, 11, 10, 9, 11, 9, 11, 11, 11, 10, 10, 9, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
727 12, 12, 13, 12, 12, 10, 13, 10, 13, 13, 13, 12, 12, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
728 11, 12, 11, 11, 11, 11, 11, 10, 11, 12, 10, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
729 12, 12, 12, 11, 12, 11, 11, 10, 12, 12, 11, 11, 11, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
730 14, 13, 13, 12, 13, 12, 13, 10, 14, 14, 13, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
731 13, 14, 13, 12, 13, 13, 13, 12, 13, 13, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
732 14, 14, 13, 12, 13, 13, 13, 11, 14, 14, 13, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
733 14, 15, 14, 12, 15, 13, 13, 11, 15, 14, 14, 12, 14, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
734 11, 11, 12, 12, 10, 10, 12, 11, 11, 12, 11, 11, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
735 12, 12, 14, 13, 11, 10, 12, 11, 13, 13, 13, 12, 12, 10, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
736 13, 13, 14, 14, 12, 10, 13, 11, 14, 14, 14, 13, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
737 13, 13, 13, 13, 12, 13, 13, 12, 13, 14, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
738 13, 14, 14, 13, 13, 12, 13, 11, 14, 14, 13, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
739 14, 14, 14, 14, 14, 12, 13, 11, 15, 15, 15, 13, 14, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
740 14, 15, 15, 13, 14, 14, 13, 12, 13, 14, 13, 13, 12, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
741 16, 16, 15, 14, 15, 14, 13, 11, 15, 15, 14, 13, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
742 15, 15, 15, 13, 14, 13, 13, 11, 15, 15, 15, 13, 14, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
743 8, 9, 9, 9, 9, 9, 10, 9, 8, 10, 9, 9, 8, 8, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
744 11, 11, 11, 11, 11, 11, 12, 10, 11, 11, 11, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
745 13, 13, 14, 12, 13, 12, 14, 11, 13, 13, 13, 12, 13, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
746 10, 11, 10, 11, 11, 11, 12, 10, 10, 11, 10, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
747 12, 12, 12, 11, 12, 12, 12, 11, 11, 12, 11, 10, 11, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
748 14, 13, 14, 12, 14, 13, 14, 12, 14, 13, 13, 11, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
749 12, 13, 12, 12, 13, 13, 13, 12, 12, 13, 11, 11, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
750 13, 14, 13, 12, 14, 14, 14, 12, 14, 13, 12, 11, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
751 14, 14, 13, 12, 15, 14, 15, 12, 14, 14, 13, 11, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
752 10, 11, 11, 11, 10, 10, 12, 10, 10, 11, 10, 10, 9, 9, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
753 12, 12, 13, 12, 12, 11, 12, 11, 12, 12, 12, 11, 11, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
754 14, 13, 14, 13, 14, 12, 13, 12, 14, 13, 14, 12, 13, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
755 12, 13, 12, 12, 12, 12, 12, 11, 11, 12, 11, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
756 12, 12, 12, 12, 12, 12, 12, 11, 12, 12, 11, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
757 14, 14, 14, 12, 14, 12, 14, 11, 14, 13, 13, 11, 13, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
758 13, 15, 13, 13, 14, 14, 14, 12, 13, 14, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
759 14, 15, 13, 12, 14, 13, 13, 11, 13, 13, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
760 15, 15, 15, 12, 15, 14, 14, 11, 14, 14, 13, 11, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
761 12, 13, 13, 13, 12, 12, 13, 12, 12, 13, 12, 12, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
762 13, 14, 15, 14, 13, 12, 14, 12, 13, 13, 14, 12, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
763 14, 14, 15, 14, 14, 12, 14, 12, 14, 14, 14, 13, 13, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
764 13, 14, 14, 14, 13, 13, 14, 13, 13, 13, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
765 14, 14, 14, 13, 13, 13, 13, 12, 13, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
766 15, 14, 15, 14, 14, 13, 14, 11, 15, 14, 14, 12, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
767 14, 15, 14, 14, 15, 14, 14, 13, 14, 15, 13, 13, 12, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
768 16, 15, 14, 14, 14, 14, 13, 12, 14, 14, 13, 12, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
769 15, 15, 15, 14, 16, 14, 14, 11, 15, 15, 14, 12, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
770 11, 12, 11, 12, 12, 12, 12, 11, 10, 11, 10, 10, 10, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
771 13, 13, 13, 13, 13, 13, 14, 12, 12, 12, 12, 12, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
772 14, 14, 14, 13, 15, 13, 15, 13, 14, 14, 14, 12, 14, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
773 12, 13, 12, 13, 13, 13, 13, 12, 11, 12, 11, 11, 12, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
774 14, 14, 13, 13, 14, 14, 14, 12, 12, 13, 12, 11, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
775 14, 14, 15, 13, 15, 15, 15, 13, 15, 13, 13, 12, 14, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
776 13, 15, 12, 13, 14, 14, 14, 13, 12, 13, 11, 11, 13, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
777 14, 15, 14, 13, 15, 14, 15, 13, 14, 14, 12, 11, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
778 14, 15, 14, 13, 15, 14, 15, 13, 14, 14, 13, 11, 14, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
779 12, 13, 13, 13, 12, 13, 13, 12, 11, 12, 12, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
780 13, 14, 14, 13, 14, 13, 14, 12, 13, 13, 13, 12, 12, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
781 15, 15, 16, 14, 15, 14, 14, 13, 15, 14, 14, 13, 13, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
782 13, 14, 14, 13, 13, 14, 14, 13, 12, 13, 12, 12, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
783 14, 14, 14, 13, 14, 13, 14, 12, 13, 13, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
784 15, 15, 15, 13, 15, 14, 14, 12, 14, 13, 13, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
785 14, 15, 14, 14, 15, 15, 14, 13, 13, 14, 12, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
786 15, 15, 14, 13, 15, 14, 14, 13, 14, 14, 12, 11, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
787 15, 16, 14, 13, 15, 15, 15, 12, 14, 14, 13, 11, 14, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
788 12, 14, 13, 13, 13, 13, 14, 12, 12, 13, 12, 12, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
789 14, 15, 15, 14, 13, 13, 15, 13, 13, 14, 14, 12, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
790 15, 15, 16, 14, 14, 13, 15, 13, 14, 14, 14, 13, 13, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
791 14, 15, 14, 14, 14, 14, 14, 13, 13, 14, 13, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
792 14, 15, 15, 14, 14, 14, 14, 12, 13, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
793 15, 15, 15, 14, 14, 13, 15, 12, 15, 14, 14, 12, 13, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
794 14, 16, 14, 14, 14, 15, 14, 13, 13, 14, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
795 15, 15, 15, 14, 15, 14, 14, 12, 14, 14, 13, 12, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
796 15, 15, 14, 13, 15, 13, 14, 12, 14, 14, 13, 11, 13, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
797 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
798 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
799 1, 5, 6, 7, 6, 7, 9, 8, 6, 9, 8, 8, 7, 8, 8, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
800 5, 8, 10, 10, 10, 11, 13, 12, 11, 13, 12, 12, 12, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
801 8, 10, 13, 12, 13, 13, 16, 14, 14, 16, 16, 14, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
802 5, 10, 9, 11, 11, 12, 13, 12, 11, 13, 11, 12, 12, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
803 6, 10, 11, 11, 11, 12, 14, 12, 11, 13, 13, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
804 8, 12, 13, 12, 14, 14, 16, 14, 14, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
805 9, 13, 11, 14, 14, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
806 9, 13, 13, 13, 14, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
807 8, 12, 13, 12, 13, 14, 16, 14, 14, 16, 16, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
808 5, 10, 11, 12, 9, 11, 13, 12, 11, 13, 13, 13, 11, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
809 6, 10, 11, 12, 11, 11, 14, 13, 12, 14, 12, 13, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
810 9, 12, 14, 15, 13, 13, 16, 16, 14, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
811 8, 13, 13, 14, 13, 14, 16, 16, 14, 16, 14, 16, 14, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
812 7, 11, 12, 13, 12, 12, 14, 13, 12, 14, 13, 14, 13, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
813 9, 13, 14, 14, 14, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
814 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
815 10, 15, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
816 9, 13, 14, 14, 14, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
817 9, 13, 14, 15, 11, 13, 16, 14, 14, 16, 16, 16, 13, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
818 9, 13, 14, 16, 13, 13, 16, 16, 14, 16, 16, 16, 16, 15, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
819 8, 12, 13, 16, 13, 12, 16, 14, 13, 16, 14, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
820 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
821 10, 14, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
822 9, 13, 16, 16, 14, 14, 16, 16, 14, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
823 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
824 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
825 9, 13, 14, 15, 14, 14, 16, 14, 13, 16, 16, 16, 14, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
826 6, 11, 11, 12, 11, 12, 14, 13, 11, 14, 12, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
827 9, 13, 13, 14, 13, 14, 16, 16, 14, 16, 16, 16, 15, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
828 11, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
829 7, 11, 11, 13, 12, 13, 16, 14, 12, 16, 12, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
830 8, 12, 12, 13, 12, 14, 16, 14, 13, 16, 14, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
831 11, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
832 10, 14, 13, 16, 16, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
833 10, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
834 10, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
835 7, 11, 12, 12, 11, 13, 16, 14, 12, 15, 14, 14, 11, 13, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
836 8, 12, 12, 13, 13, 13, 16, 14, 13, 16, 13, 15, 13, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
837 11, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
838 8, 12, 13, 14, 13, 14, 16, 16, 14, 16, 14, 16, 14, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
839 6, 11, 11, 12, 11, 12, 13, 13, 11, 13, 12, 13, 12, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
840 9, 13, 14, 14, 14, 14, 16, 14, 14, 16, 16, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
841 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
842 10, 14, 13, 14, 14, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
843 9, 13, 14, 13, 13, 16, 16, 14, 13, 16, 16, 16, 13, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
844 10, 14, 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 13, 14, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
845 11, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
846 10, 14, 16, 16, 14, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
847 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
848 10, 14, 14, 14, 14, 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
849 9, 13, 13, 16, 14, 14, 16, 16, 14, 16, 14, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
850 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
851 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
852 9, 13, 14, 14, 13, 16, 16, 14, 13, 16, 14, 16, 14, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
853 10, 14, 14, 16, 16, 16, 16, 16, 13, 16, 16, 16, 14, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
854 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
855 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
856 11, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
857 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
858 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
859 10, 14, 13, 16, 16, 16, 16, 16, 14, 16, 12, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
860 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
861 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
862 11, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
863 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
864 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
865 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
866 11, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
867 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
868 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
869 10, 15, 14, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
870 10, 14, 14, 14, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
871 10, 14, 16, 16, 13, 16, 16, 16, 14, 16, 16, 16, 12, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
872 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
873 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
874 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
875 10, 15, 14, 16, 14, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
876 10, 15, 14, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
877 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
878 11, 14, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
879 8, 12, 12, 13, 12, 14, 14, 14, 12, 16, 13, 14, 12, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
880 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
881 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
882 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
883
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
884
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
885 static const uint8_t rv34_table_intra_cbp[NUM_INTRA_TABLES][8][CBP_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
886 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
887 { 0, 3, 3, 4, 3, 5, 5, 5, 2, 5, 4, 6, 4, 6, 6, 6, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
888 { 0, 2, 3, 4, 2, 5, 6, 7, 3, 6, 5, 7, 4, 7, 8, 8, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
889 { 0, 3, 4, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 3, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
890 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 6, 3, 5, 6, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
891 { 0, 4, 4, 4, 4, 5, 5, 4, 4, 5, 4, 5, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
892 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
893 { 0, 6, 6, 5, 6, 5, 6, 4, 6, 6, 5, 4, 4, 4, 4, 1, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
894 { 0, 4, 4, 4, 4, 5, 5, 4, 4, 5, 5, 4, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
895 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
896 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
897 { 0, 4, 3, 4, 3, 4, 5, 4, 3, 5, 4, 5, 3, 5, 5, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
898 { 0, 2, 3, 4, 2, 5, 6, 7, 3, 6, 5, 7, 4, 7, 8, 8, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
899 { 0, 4, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 3, 4, 4, 3, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
900 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 6, 3, 5, 6, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
901 { 0, 4, 4, 4, 4, 4, 5, 4, 4, 5, 5, 5, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
902 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
903 { 0, 5, 6, 5, 5, 5, 6, 4, 6, 6, 5, 4, 5, 4, 4, 1, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
904 { 0, 4, 4, 4, 4, 4, 5, 4, 4, 5, 5, 4, 4, 4, 5, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
905 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
906 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
907 { 0, 3, 3, 4, 3, 4, 4, 5, 3, 5, 4, 5, 4, 5, 5, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
908 { 0, 2, 3, 4, 2, 4, 6, 7, 3, 6, 5, 7, 5, 7, 8, 8, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
909 { 0, 4, 4, 4, 4, 4, 5, 4, 3, 5, 4, 4, 4, 4, 4, 3, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
910 { 0, 3, 3, 4, 3, 3, 6, 6, 3, 6, 4, 6, 3, 6, 6, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
911 { 0, 4, 4, 4, 3, 4, 5, 4, 4, 5, 4, 4, 4, 4, 4, 3, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
912 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
913 { 0, 5, 5, 5, 5, 5, 6, 4, 5, 6, 5, 5, 5, 4, 4, 1, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
914 { 0, 4, 4, 4, 4, 4, 6, 4, 4, 6, 5, 4, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
915 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
916 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
917 { 0, 3, 3, 4, 3, 4, 4, 5, 3, 5, 4, 5, 4, 5, 5, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
918 { 0, 2, 3, 4, 2, 4, 7, 6, 3, 7, 5, 7, 5, 7, 7, 7, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
919 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
920 { 0, 3, 3, 3, 3, 4, 6, 6, 3, 6, 4, 6, 3, 6, 6, 5, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
921 { 0, 3, 4, 4, 3, 4, 5, 4, 4, 5, 4, 5, 4, 5, 4, 3, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
922 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
923 { 0, 4, 5, 4, 4, 4, 5, 4, 4, 5, 5, 4, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
924 { 0, 4, 4, 4, 4, 5, 5, 4, 4, 5, 5, 4, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
925 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
926 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
927 { 0, 3, 3, 4, 3, 4, 5, 6, 2, 5, 4, 7, 4, 6, 6, 7, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
928 { 0, 2, 3, 4, 2, 4, 6, 7, 3, 7, 5, 7, 5, 7, 7, 7, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
929 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
930 { 0, 2, 3, 4, 3, 4, 6, 5, 3, 6, 4, 6, 4, 6, 6, 6, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
931 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
932 { 0, 3, 3, 4, 3, 4, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
933 { 0, 4, 4, 4, 4, 5, 5, 4, 4, 5, 5, 4, 4, 4, 4, 2, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
934 { 0, 3, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 4, 3, },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
935 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
936 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
937
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
938
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
939 static const uint8_t rv34_table_intra_firstpat[NUM_INTRA_TABLES][4][FIRSTBLK_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
940 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
941 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
942 0, 10, 5, 10, 7, 12, 9, 11, 8, 13, 9, 12, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
943 16, 16, 14, 15, 15, 16, 13, 14, 5, 12, 6, 11, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
944 9, 14, 9, 12, 11, 14, 11, 12, 16, 16, 14, 15, 15, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
945 10, 15, 9, 12, 12, 16, 11, 12, 12, 16, 10, 13, 13, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
946 16, 16, 13, 14, 15, 16, 13, 12, 6, 12, 8, 11, 8, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
947 9, 14, 10, 12, 10, 13, 11, 12, 15, 16, 14, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
948 8, 13, 9, 12, 10, 13, 10, 12, 10, 14, 9, 12, 11, 14, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
949 15, 16, 13, 15, 14, 16, 13, 13, 11, 16, 10, 13, 13, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
950 12, 16, 11, 13, 13, 16, 11, 12, 16, 16, 13, 14, 15, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
951 10, 16, 12, 14, 10, 14, 11, 12, 12, 16, 13, 14, 11, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
952 16, 16, 15, 16, 14, 15, 13, 13, 11, 16, 12, 14, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
953 12, 16, 12, 14, 11, 14, 11, 12, 16, 16, 14, 15, 13, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
954 14, 16, 13, 14, 13, 16, 12, 12, 14, 16, 13, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
955 16, 16, 14, 14, 14, 15, 12, 11, 2, 10, 6, 10, 7, 12, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
956 8, 12, 9, 11, 10, 13, 10, 11, 15, 16, 14, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
957 5, 12, 6, 11, 9, 13, 10, 11, 9, 13, 9, 11, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
958 15, 16, 13, 14, 14, 16, 13, 13, 9, 15, 8, 12, 12, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
959 11, 16, 10, 12, 13, 15, 11, 11, 15, 16, 13, 14, 15, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
960 6, 12, 8, 11, 8, 12, 9, 11, 9, 14, 9, 12, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
961 15, 16, 14, 15, 14, 16, 13, 13, 7, 13, 8, 11, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
962 9, 14, 9, 12, 10, 13, 10, 11, 14, 16, 13, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
963 11, 16, 10, 12, 12, 15, 11, 11, 11, 16, 10, 12, 12, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
964 15, 16, 12, 13, 14, 16, 12, 11, 9, 15, 11, 13, 9, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
965 11, 16, 12, 14, 10, 14, 11, 12, 16, 16, 14, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
966 11, 16, 11, 14, 10, 14, 11, 12, 11, 16, 12, 13, 11, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
967 15, 16, 14, 15, 13, 14, 12, 12, 13, 16, 12, 14, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
968 13, 16, 12, 14, 13, 15, 11, 11, 16, 16, 13, 14, 13, 15, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
969 5, 12, 7, 11, 8, 13, 10, 11, 9, 13, 9, 12, 10, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
970 16, 16, 14, 15, 14, 16, 13, 13, 7, 13, 7, 11, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
971 9, 14, 9, 12, 11, 14, 11, 12, 16, 16, 14, 14, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
972 9, 15, 8, 12, 12, 15, 11, 12, 11, 16, 10, 12, 13, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
973 16, 16, 13, 14, 15, 16, 12, 12, 7, 13, 8, 12, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
974 10, 14, 10, 12, 10, 14, 11, 12, 16, 16, 14, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
975 8, 14, 9, 12, 10, 13, 10, 11, 9, 14, 9, 12, 10, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
976 15, 16, 13, 14, 14, 16, 12, 12, 11, 16, 10, 12, 12, 15, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
977 11, 16, 10, 12, 12, 15, 11, 11, 15, 16, 12, 14, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
978 10, 16, 11, 13, 9, 14, 11, 12, 12, 16, 12, 14, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
979 16, 16, 14, 16, 14, 15, 13, 12, 11, 16, 11, 14, 10, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
980 11, 16, 12, 14, 11, 14, 11, 11, 15, 16, 14, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
981 13, 16, 12, 14, 13, 15, 11, 11, 13, 16, 12, 14, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
982 15, 16, 12, 13, 13, 14, 11, 10, 6, 13, 8, 11, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
983 10, 14, 10, 12, 10, 13, 10, 11, 15, 16, 13, 13, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
984 7, 13, 8, 11, 9, 13, 9, 11, 10, 14, 9, 11, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
985 15, 16, 13, 13, 13, 14, 11, 11, 9, 14, 8, 11, 10, 13, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
986 11, 15, 9, 11, 11, 13, 9, 10, 15, 16, 12, 13, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
987 7, 13, 8, 11, 9, 13, 9, 11, 10, 14, 10, 12, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
988 15, 16, 13, 13, 13, 14, 11, 11, 8, 13, 8, 11, 9, 13, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
989 9, 14, 9, 11, 10, 13, 9, 10, 14, 16, 12, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
990 9, 14, 8, 11, 10, 13, 9, 9, 10, 14, 8, 11, 10, 13, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
991 14, 16, 11, 12, 12, 14, 10, 9, 9, 14, 9, 12, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
992 11, 15, 10, 12, 10, 13, 9, 10, 15, 16, 13, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
993 9, 14, 9, 12, 9, 12, 9, 10, 10, 14, 10, 12, 9, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
994 14, 16, 12, 13, 11, 13, 10, 9, 10, 14, 9, 11, 10, 12, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
995 10, 14, 9, 11, 10, 12, 8, 8, 12, 14, 9, 10, 10, 11, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
996 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
997 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
998 0, 9, 6, 9, 6, 10, 8, 9, 7, 11, 8, 11, 9, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
999 14, 16, 13, 14, 13, 14, 12, 11, 5, 11, 7, 10, 8, 10, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1000 8, 12, 8, 11, 9, 12, 9, 10, 14, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1001 10, 14, 9, 11, 11, 13, 10, 10, 11, 15, 9, 11, 12, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1002 15, 16, 12, 12, 13, 14, 11, 9, 6, 11, 7, 10, 7, 10, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1003 8, 12, 9, 11, 9, 11, 9, 10, 14, 16, 13, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1004 7, 12, 8, 11, 8, 11, 9, 9, 9, 13, 9, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1005 14, 16, 12, 13, 12, 14, 11, 10, 11, 14, 10, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1006 12, 15, 10, 12, 12, 13, 10, 10, 15, 16, 12, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1007 10, 14, 11, 13, 9, 12, 10, 10, 11, 15, 12, 13, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1008 14, 16, 13, 14, 12, 13, 11, 10, 11, 14, 11, 13, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1009 12, 15, 11, 13, 10, 12, 10, 10, 15, 16, 13, 13, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1010 13, 16, 12, 13, 12, 13, 10, 9, 14, 16, 12, 13, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1011 16, 16, 12, 12, 13, 13, 10, 7, 4, 10, 6, 9, 7, 10, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1012 8, 12, 9, 11, 9, 11, 9, 9, 14, 16, 13, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1013 6, 11, 7, 10, 8, 11, 8, 9, 9, 12, 9, 11, 9, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1014 14, 16, 12, 13, 13, 14, 11, 10, 10, 14, 9, 11, 11, 13, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1015 11, 14, 9, 11, 11, 13, 10, 9, 14, 16, 11, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1016 6, 11, 8, 10, 7, 10, 8, 9, 9, 12, 9, 11, 9, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1017 14, 16, 13, 13, 12, 13, 11, 10, 8, 12, 8, 10, 8, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1018 9, 12, 9, 11, 9, 11, 9, 9, 14, 16, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1019 11, 14, 10, 11, 11, 13, 9, 9, 11, 14, 10, 11, 11, 13, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1020 14, 16, 11, 12, 13, 14, 10, 8, 10, 14, 11, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1021 11, 14, 11, 13, 10, 12, 10, 10, 14, 16, 13, 14, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1022 11, 14, 11, 12, 10, 12, 10, 10, 11, 14, 11, 12, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1023 14, 16, 13, 13, 11, 12, 10, 9, 13, 16, 12, 13, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1024 13, 16, 11, 12, 11, 13, 10, 8, 15, 16, 12, 12, 12, 12, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1025 8, 12, 8, 11, 9, 12, 9, 10, 10, 14, 10, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1026 16, 16, 14, 14, 14, 14, 12, 11, 8, 13, 8, 11, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1027 11, 14, 10, 12, 11, 13, 10, 10, 16, 16, 13, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1028 11, 14, 9, 12, 11, 13, 10, 10, 12, 15, 10, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1029 15, 16, 12, 12, 14, 14, 11, 9, 9, 13, 9, 11, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1030 11, 14, 10, 12, 10, 12, 10, 10, 15, 16, 14, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1031 9, 13, 9, 11, 10, 12, 10, 10, 10, 14, 10, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1032 15, 16, 13, 13, 13, 14, 11, 10, 11, 15, 10, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1033 11, 15, 10, 12, 12, 13, 10, 9, 15, 16, 11, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1034 11, 15, 11, 13, 10, 12, 10, 10, 12, 16, 12, 13, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1035 16, 16, 14, 14, 12, 13, 11, 9, 11, 15, 11, 13, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1036 12, 15, 12, 13, 10, 12, 10, 10, 14, 16, 13, 13, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1037 13, 16, 12, 13, 12, 13, 10, 9, 13, 16, 11, 12, 11, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1038 14, 16, 11, 12, 12, 12, 9, 7, 10, 15, 10, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1039 12, 16, 12, 13, 12, 13, 11, 10, 16, 16, 14, 14, 14, 15, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1040 10, 14, 10, 12, 10, 13, 10, 10, 12, 15, 11, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1041 16, 16, 14, 13, 14, 14, 11, 9, 11, 14, 10, 11, 11, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1042 12, 15, 10, 11, 11, 13, 9, 8, 16, 16, 12, 12, 13, 13, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1043 10, 15, 10, 12, 10, 13, 10, 10, 12, 15, 11, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1044 16, 16, 14, 13, 14, 14, 11, 9, 10, 14, 10, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1045 12, 15, 11, 12, 11, 13, 10, 10, 16, 16, 13, 13, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1046 11, 14, 10, 11, 10, 12, 9, 8, 11, 14, 9, 11, 11, 12, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1047 14, 16, 10, 11, 12, 13, 9, 7, 11, 15, 11, 12, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1048 13, 16, 11, 12, 11, 12, 10, 9, 16, 16, 13, 13, 12, 13, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1049 11, 15, 10, 12, 10, 12, 9, 8, 12, 15, 11, 12, 10, 12, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1050 14, 16, 12, 12, 11, 12, 9, 7, 11, 14, 10, 11, 10, 12, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1051 11, 14, 9, 10, 10, 11, 8, 6, 12, 15, 9, 9, 9, 10, 7, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1052 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1053 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1054 0, 6, 3, 7, 3, 7, 6, 7, 5, 9, 6, 9, 7, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1055 16, 16, 16, 16, 16, 16, 16, 11, 3, 8, 5, 8, 6, 8, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1056 7, 11, 7, 10, 8, 10, 8, 9, 16, 16, 16, 16, 16, 16, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1057 8, 16, 7, 11, 10, 16, 9, 9, 11, 16, 9, 14, 16, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1058 16, 16, 16, 16, 16, 16, 16, 10, 3, 8, 5, 8, 5, 8, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1059 7, 11, 8, 10, 8, 10, 8, 9, 16, 16, 16, 16, 16, 16, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1060 6, 10, 7, 9, 7, 10, 8, 8, 8, 11, 8, 10, 8, 11, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1061 16, 16, 16, 16, 16, 16, 11, 10, 10, 16, 9, 13, 11, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1062 11, 16, 9, 11, 16, 16, 10, 9, 16, 16, 11, 16, 16, 16, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1063 9, 16, 10, 11, 8, 11, 9, 9, 11, 16, 12, 16, 10, 16, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1064 16, 16, 16, 16, 16, 16, 16, 10, 10, 16, 11, 16, 10, 16, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1065 11, 16, 11, 16, 10, 16, 10, 9, 16, 16, 16, 16, 16, 16, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1066 16, 16, 16, 16, 16, 16, 11, 9, 16, 16, 16, 16, 16, 16, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1067 16, 16, 11, 16, 16, 16, 9, 7, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1068 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1069 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1070 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1071 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1072 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1073 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1074 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1075 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1076 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1077 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1078 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1079 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1080 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1081 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1082 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1083 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1084 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1085 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1086 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1087 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1088 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1089 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1090 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1091 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1092 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1093 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1094 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1095 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1096 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1097 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1098 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1099 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1100 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1101 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1102 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1103 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1104 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1105 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1106 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1107 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1108 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1109 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1110 2, 8, 5, 9, 6, 9, 8, 8, 8, 12, 9, 11, 9, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1111 16, 16, 14, 16, 14, 16, 14, 12, 5, 10, 6, 9, 8, 10, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1112 9, 12, 9, 11, 10, 12, 10, 10, 16, 16, 14, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1113 10, 13, 9, 12, 11, 12, 10, 10, 12, 15, 11, 12, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1114 16, 16, 15, 14, 15, 16, 13, 12, 6, 10, 8, 10, 7, 10, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1115 9, 13, 10, 11, 10, 12, 10, 10, 16, 16, 14, 16, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1116 7, 11, 8, 11, 9, 11, 9, 9, 10, 13, 10, 11, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1117 16, 16, 14, 14, 14, 15, 12, 11, 11, 14, 11, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1118 12, 15, 11, 13, 12, 13, 11, 10, 16, 16, 14, 16, 15, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1119 10, 13, 11, 12, 10, 12, 10, 10, 12, 15, 12, 13, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1120 16, 16, 15, 16, 14, 15, 13, 11, 11, 14, 11, 13, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1121 12, 16, 12, 13, 12, 13, 11, 10, 16, 16, 15, 16, 13, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1122 13, 15, 12, 13, 13, 14, 11, 11, 14, 16, 13, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1123 16, 16, 15, 14, 15, 15, 12, 10, 3, 8, 6, 9, 7, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1124 8, 12, 9, 11, 9, 11, 9, 9, 16, 16, 15, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1125 6, 10, 7, 9, 8, 10, 8, 8, 9, 12, 9, 11, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1126 16, 16, 14, 14, 14, 15, 13, 11, 10, 13, 9, 11, 11, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1127 12, 14, 11, 12, 12, 13, 11, 10, 16, 16, 14, 14, 15, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1128 6, 10, 8, 10, 7, 10, 8, 9, 10, 12, 10, 11, 10, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1129 16, 16, 14, 15, 14, 15, 13, 11, 8, 11, 8, 10, 9, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1130 9, 13, 9, 11, 10, 11, 9, 9, 16, 16, 13, 14, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1131 11, 14, 10, 12, 11, 12, 10, 10, 12, 14, 11, 12, 12, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1132 16, 16, 13, 14, 15, 15, 12, 10, 10, 13, 11, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1133 12, 14, 12, 13, 11, 13, 11, 10, 16, 16, 15, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1134 11, 14, 11, 12, 10, 12, 10, 10, 12, 15, 12, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1135 16, 16, 14, 15, 13, 14, 12, 10, 13, 15, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1136 13, 16, 12, 13, 12, 13, 11, 10, 16, 16, 13, 14, 13, 15, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1137 6, 10, 8, 10, 8, 11, 9, 10, 11, 13, 11, 12, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1138 16, 16, 16, 16, 16, 16, 13, 12, 8, 11, 9, 11, 9, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1139 11, 14, 11, 12, 11, 12, 11, 10, 16, 16, 15, 15, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1140 11, 14, 10, 12, 12, 13, 11, 10, 13, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1141 16, 16, 15, 16, 16, 16, 13, 12, 8, 12, 9, 11, 9, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1142 11, 14, 11, 12, 11, 12, 11, 10, 16, 16, 16, 16, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1143 9, 12, 10, 11, 10, 12, 10, 10, 11, 14, 11, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1144 16, 16, 15, 14, 15, 15, 13, 11, 12, 14, 11, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1145 12, 15, 11, 12, 13, 13, 11, 10, 16, 16, 14, 15, 16, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1146 11, 15, 12, 13, 11, 13, 11, 10, 13, 16, 13, 14, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1147 16, 16, 16, 16, 15, 15, 13, 12, 12, 14, 12, 13, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1148 13, 15, 12, 13, 11, 13, 11, 10, 16, 16, 15, 15, 13, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1149 13, 16, 13, 13, 13, 13, 12, 11, 13, 16, 13, 13, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1150 16, 16, 13, 15, 14, 14, 12, 9, 9, 13, 10, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1151 13, 16, 13, 14, 13, 14, 12, 11, 16, 16, 16, 16, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1152 10, 14, 11, 13, 11, 13, 11, 10, 13, 16, 13, 13, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1153 16, 16, 16, 16, 16, 16, 14, 12, 11, 15, 11, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1154 14, 16, 12, 13, 13, 14, 12, 10, 16, 16, 15, 16, 16, 16, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1155 10, 14, 11, 12, 11, 13, 11, 10, 13, 16, 12, 13, 12, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1156 16, 16, 16, 16, 16, 16, 14, 12, 11, 14, 11, 12, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1157 13, 15, 12, 13, 12, 13, 11, 10, 16, 16, 15, 15, 16, 16, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1158 12, 15, 12, 13, 12, 13, 11, 10, 13, 16, 12, 13, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1159 16, 16, 14, 14, 16, 15, 13, 10, 12, 15, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1160 14, 16, 13, 14, 13, 14, 12, 11, 16, 16, 16, 16, 15, 16, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1161 12, 16, 12, 13, 12, 13, 11, 10, 13, 16, 13, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1162 16, 16, 15, 16, 14, 15, 13, 10, 12, 15, 12, 14, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1163 13, 16, 12, 13, 12, 13, 11, 10, 16, 16, 13, 14, 13, 14, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1164 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1165 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1166 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1167 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1168 0, 11, 5, 11, 7, 13, 10, 12, 7, 13, 9, 13, 10, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1169 16, 16, 15, 16, 16, 16, 15, 15, 4, 13, 6, 12, 10, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1170 8, 14, 9, 13, 11, 15, 12, 13, 16, 16, 15, 16, 15, 16, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1171 9, 16, 9, 13, 13, 16, 12, 13, 12, 16, 10, 14, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1172 16, 16, 14, 16, 16, 16, 14, 14, 5, 13, 8, 13, 8, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1173 9, 14, 10, 13, 10, 14, 12, 13, 16, 16, 15, 16, 15, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1174 7, 14, 9, 13, 10, 14, 11, 13, 9, 15, 10, 13, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1175 16, 16, 14, 16, 15, 16, 14, 14, 11, 16, 11, 14, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1176 12, 16, 11, 14, 14, 16, 12, 13, 16, 16, 14, 15, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1177 10, 16, 12, 15, 10, 15, 12, 14, 12, 16, 13, 16, 11, 15, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1178 16, 16, 16, 16, 14, 16, 14, 14, 11, 16, 12, 15, 11, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1179 12, 16, 13, 15, 12, 16, 12, 13, 16, 16, 16, 16, 14, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1180 14, 16, 13, 15, 14, 16, 13, 13, 14, 16, 14, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1181 16, 16, 15, 16, 15, 16, 13, 13, 2, 12, 6, 11, 7, 13, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1182 7, 13, 9, 12, 10, 14, 11, 12, 16, 16, 15, 16, 15, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1183 5, 13, 6, 12, 9, 13, 10, 12, 8, 14, 9, 13, 11, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1184 16, 16, 14, 16, 15, 16, 14, 14, 9, 16, 8, 13, 12, 16, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1185 11, 16, 10, 13, 13, 16, 12, 13, 16, 16, 13, 15, 16, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1186 5, 13, 8, 12, 7, 13, 10, 12, 8, 14, 10, 13, 10, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1187 16, 16, 14, 16, 15, 16, 14, 14, 7, 14, 8, 12, 9, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1188 8, 14, 9, 13, 10, 14, 11, 12, 15, 16, 14, 15, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1189 11, 16, 10, 13, 13, 16, 12, 13, 11, 16, 10, 13, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1190 16, 16, 13, 15, 15, 16, 13, 13, 9, 16, 12, 15, 9, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1191 11, 16, 13, 15, 11, 14, 12, 13, 16, 16, 15, 16, 14, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1192 11, 16, 12, 14, 11, 15, 12, 13, 11, 16, 12, 14, 11, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1193 16, 16, 15, 16, 14, 16, 13, 13, 13, 16, 13, 15, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1194 14, 16, 13, 15, 13, 16, 12, 12, 16, 16, 14, 15, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1195 4, 13, 7, 12, 8, 14, 11, 12, 9, 14, 10, 13, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1196 16, 16, 15, 16, 16, 16, 15, 15, 6, 14, 7, 12, 10, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1197 9, 15, 10, 13, 11, 15, 12, 13, 16, 16, 15, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1198 9, 16, 8, 13, 12, 16, 11, 13, 12, 16, 10, 14, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1199 16, 16, 14, 16, 16, 16, 14, 14, 6, 14, 8, 13, 8, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1200 9, 15, 10, 13, 11, 14, 12, 13, 16, 16, 15, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1201 7, 15, 9, 13, 10, 14, 11, 13, 9, 15, 10, 13, 11, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1202 16, 16, 14, 16, 15, 16, 14, 14, 10, 16, 10, 13, 12, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1203 11, 16, 10, 13, 13, 16, 12, 13, 16, 16, 13, 14, 15, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1204 9, 16, 12, 14, 9, 14, 11, 13, 12, 16, 12, 15, 11, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1205 16, 16, 16, 16, 15, 16, 14, 14, 10, 16, 12, 15, 11, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1206 11, 16, 12, 14, 11, 15, 12, 13, 16, 16, 14, 16, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1207 13, 16, 13, 15, 13, 16, 12, 13, 13, 16, 12, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1208 15, 16, 13, 14, 13, 16, 12, 12, 6, 14, 8, 13, 9, 14, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1209 10, 15, 10, 12, 11, 14, 11, 12, 16, 16, 14, 14, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1210 7, 15, 8, 13, 9, 14, 10, 12, 10, 15, 10, 13, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1211 16, 16, 14, 14, 14, 16, 13, 12, 9, 16, 8, 12, 11, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1212 11, 16, 10, 13, 11, 14, 10, 11, 16, 16, 13, 14, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1213 7, 14, 9, 13, 9, 14, 10, 12, 10, 16, 10, 13, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1214 16, 16, 14, 14, 14, 15, 13, 12, 7, 14, 9, 13, 9, 14, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1215 9, 14, 10, 12, 10, 14, 11, 12, 15, 16, 13, 14, 14, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1216 9, 15, 9, 12, 11, 14, 10, 11, 10, 15, 9, 12, 11, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1217 14, 16, 11, 13, 13, 15, 11, 11, 9, 16, 10, 13, 9, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1218 11, 16, 11, 13, 10, 14, 10, 11, 16, 16, 14, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1219 9, 16, 10, 13, 9, 13, 10, 11, 10, 15, 10, 13, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1220 14, 16, 13, 14, 12, 14, 11, 11, 11, 16, 10, 13, 11, 13, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1221 11, 14, 10, 12, 10, 13, 9, 9, 13, 15, 10, 11, 11, 12, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1222 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1223 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1224 0, 10, 5, 10, 6, 11, 8, 10, 7, 12, 8, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1225 14, 16, 13, 13, 13, 14, 12, 11, 5, 12, 6, 10, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1226 8, 13, 8, 11, 9, 12, 9, 10, 14, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1227 9, 15, 8, 12, 11, 14, 10, 10, 11, 16, 9, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1228 14, 16, 11, 12, 13, 14, 11, 10, 5, 12, 8, 11, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1229 8, 13, 9, 11, 9, 12, 9, 10, 14, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1230 7, 13, 8, 11, 9, 12, 9, 10, 9, 13, 9, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1231 14, 16, 12, 13, 12, 13, 11, 10, 11, 15, 10, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1232 12, 16, 10, 12, 12, 14, 10, 10, 14, 16, 11, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1233 10, 15, 11, 13, 9, 13, 10, 10, 11, 15, 12, 13, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1234 14, 16, 13, 14, 12, 13, 11, 10, 11, 16, 11, 13, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1235 11, 16, 11, 13, 10, 13, 10, 10, 14, 16, 13, 14, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1236 13, 16, 12, 13, 12, 14, 11, 10, 14, 16, 12, 13, 12, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1237 16, 16, 12, 13, 13, 13, 10, 8, 3, 11, 6, 10, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1238 8, 12, 8, 11, 9, 12, 9, 10, 14, 16, 13, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1239 5, 12, 6, 10, 8, 12, 9, 10, 8, 13, 8, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1240 14, 16, 12, 13, 13, 14, 11, 10, 9, 14, 8, 11, 11, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1241 11, 15, 9, 11, 12, 14, 10, 10, 14, 16, 11, 12, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1242 6, 12, 8, 11, 7, 11, 9, 10, 8, 13, 9, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1243 14, 16, 12, 13, 13, 13, 11, 10, 7, 13, 8, 11, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1244 9, 13, 9, 11, 9, 12, 9, 9, 14, 16, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1245 10, 15, 9, 12, 11, 14, 10, 10, 11, 15, 9, 11, 11, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1246 14, 16, 11, 12, 13, 14, 10, 9, 9, 15, 11, 13, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1247 11, 15, 11, 13, 9, 12, 10, 10, 14, 16, 13, 14, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1248 10, 15, 11, 13, 10, 13, 10, 10, 11, 15, 11, 13, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1249 14, 16, 12, 13, 11, 12, 10, 9, 13, 16, 12, 13, 12, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1250 13, 16, 11, 12, 12, 13, 10, 9, 14, 16, 11, 12, 12, 13, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1251 7, 13, 8, 12, 9, 13, 10, 11, 10, 14, 10, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1252 16, 16, 13, 14, 14, 14, 12, 11, 8, 14, 8, 12, 9, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1253 10, 14, 10, 12, 11, 13, 10, 10, 16, 16, 13, 13, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1254 10, 15, 9, 12, 11, 14, 10, 10, 12, 16, 10, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1255 16, 16, 12, 13, 14, 15, 11, 10, 8, 14, 9, 12, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1256 10, 15, 10, 12, 10, 13, 10, 11, 16, 16, 13, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1257 8, 14, 9, 12, 9, 13, 10, 10, 10, 14, 10, 12, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1258 15, 16, 13, 13, 13, 14, 11, 10, 10, 15, 10, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1259 11, 16, 9, 12, 12, 14, 10, 10, 14, 16, 11, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1260 11, 16, 11, 13, 10, 13, 10, 10, 12, 16, 12, 13, 10, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1261 15, 16, 14, 14, 12, 13, 11, 10, 11, 16, 11, 13, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1262 11, 16, 12, 13, 10, 12, 10, 10, 14, 16, 13, 14, 11, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1263 13, 16, 12, 13, 12, 14, 10, 10, 12, 16, 11, 12, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1264 14, 16, 11, 12, 11, 12, 9, 8, 10, 16, 10, 13, 11, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1265 12, 16, 11, 13, 12, 14, 11, 11, 16, 16, 14, 13, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1266 10, 15, 10, 13, 10, 13, 10, 11, 12, 16, 11, 13, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1267 16, 16, 14, 13, 14, 14, 12, 10, 11, 15, 9, 12, 11, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1268 12, 16, 10, 12, 12, 13, 10, 9, 16, 16, 12, 12, 13, 14, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1269 10, 16, 10, 13, 10, 14, 11, 11, 12, 16, 11, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1270 16, 16, 14, 13, 14, 14, 12, 10, 9, 15, 9, 12, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1271 11, 16, 10, 12, 11, 13, 10, 10, 16, 16, 13, 13, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1272 10, 15, 9, 11, 11, 13, 9, 9, 11, 15, 9, 11, 11, 13, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1273 14, 16, 10, 11, 13, 13, 10, 8, 11, 16, 11, 13, 10, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1274 13, 16, 11, 13, 11, 13, 10, 9, 16, 16, 13, 13, 13, 13, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1275 11, 16, 10, 12, 10, 13, 10, 9, 11, 16, 11, 12, 10, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1276 15, 16, 12, 13, 11, 12, 10, 8, 11, 16, 10, 12, 11, 12, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1277 11, 15, 9, 11, 10, 12, 9, 7, 13, 15, 9, 9, 10, 10, 7, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1278 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1279 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1280 0, 7, 3, 8, 4, 9, 7, 8, 5, 10, 7, 10, 8, 11, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1281 16, 16, 16, 16, 16, 16, 11, 10, 2, 10, 4, 9, 7, 10, 7, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1282 7, 16, 7, 10, 9, 16, 8, 9, 16, 16, 16, 16, 16, 16, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1283 8, 16, 7, 10, 10, 16, 9, 8, 10, 16, 9, 11, 16, 16, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1284 16, 16, 16, 16, 16, 16, 11, 9, 3, 10, 6, 9, 6, 11, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1285 7, 16, 8, 10, 9, 16, 9, 9, 16, 16, 16, 16, 16, 16, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1286 5, 16, 7, 10, 8, 11, 8, 8, 8, 16, 8, 10, 9, 16, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1287 16, 16, 11, 16, 16, 16, 10, 9, 9, 16, 9, 11, 11, 16, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1288 11, 16, 9, 11, 11, 16, 9, 8, 16, 16, 10, 16, 16, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1289 8, 16, 10, 16, 8, 16, 10, 9, 12, 16, 11, 16, 10, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1290 16, 16, 16, 16, 16, 16, 12, 10, 10, 16, 11, 16, 10, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1291 11, 16, 11, 16, 10, 16, 10, 9, 16, 16, 16, 16, 16, 16, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1292 16, 16, 16, 16, 16, 16, 10, 9, 16, 16, 11, 16, 16, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1293 16, 16, 10, 11, 11, 16, 9, 7, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1294 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1295 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1296 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1297 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1298 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1299 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1300 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1301 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1302 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1303 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1304 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1305 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1306 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1307 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1308 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1309 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1310 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1311 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1312 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1313 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1314 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1315 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1316 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1317 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1318 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1319 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1320 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1321 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1322 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1323 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1324 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1325 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1326 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1327 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1328 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1329 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1330 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1331 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1332 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1333 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1334 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1335 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1336 2, 9, 6, 9, 6, 10, 8, 9, 8, 12, 9, 11, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1337 16, 16, 14, 14, 15, 15, 13, 12, 5, 11, 7, 10, 8, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1338 9, 13, 9, 11, 10, 12, 10, 10, 15, 16, 14, 14, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1339 10, 14, 9, 11, 11, 13, 10, 10, 12, 15, 10, 12, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1340 16, 16, 14, 15, 14, 15, 12, 11, 5, 11, 8, 10, 7, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1341 9, 13, 9, 12, 9, 12, 10, 10, 15, 16, 13, 14, 13, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1342 7, 12, 8, 11, 9, 11, 9, 10, 9, 13, 9, 11, 10, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1343 16, 16, 13, 14, 13, 14, 11, 11, 10, 14, 10, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1344 11, 16, 11, 12, 12, 13, 10, 10, 16, 16, 13, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1345 10, 14, 11, 13, 10, 13, 10, 11, 12, 16, 12, 13, 10, 12, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1346 16, 16, 14, 15, 13, 14, 12, 11, 11, 15, 11, 13, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1347 12, 15, 12, 13, 11, 13, 11, 10, 15, 16, 14, 15, 13, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1348 12, 16, 12, 13, 12, 14, 11, 11, 13, 16, 12, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1349 16, 16, 13, 14, 13, 14, 11, 10, 3, 10, 6, 9, 7, 10, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1350 9, 12, 9, 11, 10, 12, 9, 10, 15, 16, 14, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1351 6, 11, 7, 10, 8, 10, 9, 9, 9, 13, 9, 11, 10, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1352 15, 16, 13, 14, 14, 15, 12, 11, 10, 14, 9, 11, 11, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1353 12, 14, 10, 12, 11, 13, 10, 10, 15, 16, 13, 14, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1354 6, 11, 8, 10, 7, 11, 9, 9, 9, 13, 9, 11, 9, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1355 15, 16, 14, 14, 13, 14, 12, 11, 7, 11, 8, 11, 8, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1356 9, 12, 9, 11, 9, 12, 9, 9, 15, 16, 13, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1357 10, 13, 10, 12, 11, 13, 10, 10, 11, 15, 10, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1358 14, 16, 12, 13, 13, 14, 11, 10, 10, 14, 11, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1359 11, 15, 11, 13, 10, 13, 10, 10, 15, 16, 14, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1360 10, 14, 10, 12, 10, 12, 10, 10, 11, 15, 11, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1361 15, 16, 13, 14, 12, 14, 11, 10, 12, 16, 11, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1362 12, 16, 12, 13, 11, 13, 10, 10, 15, 16, 12, 14, 12, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1363 7, 12, 9, 11, 9, 12, 10, 10, 11, 14, 11, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1364 16, 16, 15, 16, 15, 16, 13, 12, 8, 12, 9, 11, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1365 11, 14, 11, 12, 11, 13, 10, 10, 16, 16, 14, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1366 11, 14, 10, 12, 11, 13, 10, 10, 12, 16, 11, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1367 16, 16, 14, 15, 14, 16, 12, 11, 8, 13, 9, 11, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1368 11, 14, 11, 12, 11, 13, 10, 10, 16, 16, 15, 15, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1369 9, 13, 9, 12, 9, 12, 10, 10, 11, 14, 10, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1370 16, 16, 14, 15, 14, 14, 12, 11, 11, 15, 11, 12, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1371 12, 16, 11, 12, 12, 13, 11, 10, 16, 16, 13, 15, 14, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1372 11, 16, 11, 13, 10, 13, 11, 11, 12, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1373 16, 16, 14, 15, 14, 15, 13, 11, 11, 16, 11, 13, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1374 12, 16, 12, 13, 10, 13, 11, 10, 16, 16, 14, 14, 12, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1375 12, 16, 12, 14, 12, 14, 11, 11, 13, 16, 12, 14, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1376 15, 16, 12, 14, 12, 14, 11, 9, 9, 14, 11, 13, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1377 13, 16, 12, 14, 13, 14, 12, 11, 16, 16, 16, 16, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1378 9, 14, 10, 12, 10, 13, 11, 11, 12, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1379 16, 16, 16, 16, 16, 14, 13, 12, 10, 15, 11, 13, 11, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1380 13, 16, 12, 13, 12, 15, 11, 10, 16, 16, 14, 16, 15, 16, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1381 10, 14, 10, 13, 11, 14, 11, 11, 13, 16, 12, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1382 16, 16, 16, 16, 15, 16, 13, 12, 10, 14, 10, 12, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1383 12, 15, 12, 13, 12, 13, 11, 10, 16, 16, 14, 14, 15, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1384 11, 16, 11, 13, 11, 14, 11, 10, 12, 16, 11, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1385 16, 16, 13, 14, 14, 15, 12, 10, 11, 16, 12, 13, 11, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1386 13, 16, 13, 14, 12, 14, 11, 11, 16, 16, 15, 16, 15, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1387 11, 16, 12, 13, 11, 14, 11, 10, 13, 16, 12, 13, 11, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1388 16, 16, 14, 15, 13, 14, 12, 10, 12, 16, 12, 14, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1389 12, 16, 11, 13, 11, 14, 10, 10, 14, 16, 11, 13, 12, 13, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1390 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1391 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1392 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1393 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1394 0, 12, 6, 13, 7, 14, 11, 14, 8, 14, 10, 14, 11, 15, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1395 16, 16, 16, 16, 16, 16, 16, 16, 5, 14, 7, 13, 10, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1396 9, 16, 10, 14, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1397 10, 16, 9, 14, 14, 16, 13, 16, 12, 16, 11, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1398 16, 16, 16, 16, 16, 16, 16, 16, 5, 14, 9, 14, 8, 14, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1399 9, 16, 11, 14, 11, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1400 8, 16, 10, 14, 11, 16, 12, 14, 10, 16, 11, 15, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1401 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 12, 16, 14, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1402 13, 16, 12, 16, 15, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1403 10, 16, 13, 16, 11, 16, 14, 16, 13, 16, 14, 16, 13, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1404 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 14, 16, 13, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1405 13, 16, 14, 16, 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1406 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 15, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1407 16, 16, 16, 16, 16, 16, 16, 16, 1, 12, 6, 12, 8, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1408 8, 14, 10, 13, 11, 14, 13, 14, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1409 5, 14, 7, 13, 10, 14, 11, 14, 9, 16, 10, 14, 12, 16, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1410 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 9, 14, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1411 12, 16, 11, 15, 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1412 5, 14, 9, 13, 8, 14, 12, 14, 9, 16, 11, 14, 11, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1413 16, 16, 16, 16, 16, 16, 16, 16, 7, 15, 9, 14, 10, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1414 9, 16, 10, 14, 11, 16, 12, 14, 16, 16, 16, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1415 11, 16, 11, 15, 14, 16, 13, 15, 12, 16, 11, 15, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1416 16, 16, 14, 16, 16, 16, 14, 16, 10, 16, 13, 16, 10, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1417 12, 16, 14, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1418 11, 16, 13, 16, 12, 16, 13, 16, 12, 16, 13, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1419 16, 16, 16, 16, 16, 16, 15, 16, 14, 16, 14, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1420 15, 16, 14, 16, 14, 16, 14, 16, 16, 16, 16, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1421 4, 14, 8, 13, 9, 16, 12, 14, 9, 16, 11, 14, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1422 16, 16, 16, 16, 16, 16, 16, 16, 6, 15, 8, 13, 10, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1423 10, 16, 11, 14, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1424 9, 16, 9, 14, 13, 16, 13, 15, 12, 16, 11, 16, 14, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1425 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 9, 14, 9, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1426 10, 16, 11, 15, 12, 16, 13, 15, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1427 8, 16, 10, 14, 11, 16, 12, 14, 10, 16, 11, 14, 12, 16, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1428 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 11, 15, 14, 16, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1429 12, 16, 11, 15, 14, 16, 13, 14, 16, 16, 14, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1430 10, 16, 13, 16, 10, 16, 13, 15, 13, 16, 14, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1431 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 13, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1432 12, 16, 13, 16, 11, 16, 13, 16, 16, 16, 16, 16, 15, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1433 14, 16, 14, 16, 15, 16, 14, 16, 14, 16, 14, 16, 14, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1434 16, 16, 14, 16, 15, 16, 14, 14, 6, 16, 9, 14, 10, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1435 10, 16, 11, 13, 12, 16, 13, 14, 16, 16, 16, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1436 7, 16, 9, 14, 10, 16, 12, 13, 11, 16, 11, 14, 12, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1437 16, 16, 16, 16, 16, 16, 14, 14, 9, 16, 9, 14, 12, 16, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1438 12, 16, 11, 14, 12, 16, 12, 13, 16, 16, 14, 16, 16, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1439 7, 16, 10, 14, 10, 16, 12, 14, 11, 16, 11, 14, 11, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1440 16, 16, 16, 16, 16, 16, 14, 14, 8, 16, 10, 14, 10, 16, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1441 10, 16, 11, 13, 11, 16, 12, 13, 16, 16, 14, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1442 10, 16, 9, 13, 12, 16, 11, 13, 11, 16, 10, 13, 12, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1443 16, 16, 13, 15, 15, 16, 13, 13, 9, 16, 11, 14, 9, 16, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1444 12, 16, 12, 16, 12, 16, 12, 13, 16, 16, 16, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1445 10, 16, 11, 14, 10, 16, 11, 13, 11, 16, 12, 14, 10, 15, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1446 16, 16, 15, 16, 13, 16, 13, 13, 12, 16, 11, 13, 12, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1447 12, 16, 11, 13, 11, 14, 11, 11, 13, 16, 12, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1448 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1449 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1450 0, 10, 5, 10, 6, 11, 8, 10, 7, 12, 8, 11, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1451 14, 16, 13, 13, 13, 14, 12, 11, 4, 12, 6, 10, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1452 8, 13, 8, 11, 9, 12, 9, 10, 14, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1453 9, 15, 8, 12, 12, 14, 10, 11, 11, 16, 9, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1454 14, 16, 11, 13, 13, 15, 11, 11, 4, 12, 8, 11, 6, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1455 8, 13, 9, 11, 8, 12, 9, 10, 14, 16, 12, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1456 7, 13, 8, 11, 9, 12, 9, 10, 8, 13, 9, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1457 14, 16, 12, 13, 12, 13, 11, 10, 11, 16, 10, 12, 12, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1458 11, 16, 10, 12, 12, 14, 10, 10, 15, 16, 11, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1459 10, 16, 11, 13, 9, 13, 10, 11, 11, 15, 12, 13, 10, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1460 15, 16, 13, 14, 12, 13, 11, 11, 11, 16, 11, 13, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1461 12, 16, 11, 13, 10, 13, 10, 10, 15, 16, 13, 14, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1462 13, 16, 12, 13, 13, 14, 11, 11, 14, 16, 12, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1463 16, 16, 13, 13, 13, 14, 11, 9, 3, 11, 6, 10, 6, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1464 8, 12, 8, 11, 9, 12, 9, 10, 14, 16, 13, 13, 13, 13, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1465 5, 12, 6, 10, 8, 12, 9, 10, 8, 13, 8, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1466 14, 16, 12, 13, 13, 14, 11, 11, 9, 15, 8, 11, 11, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1467 11, 15, 9, 11, 12, 14, 10, 10, 14, 16, 11, 12, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1468 5, 12, 8, 11, 7, 11, 9, 10, 8, 13, 9, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1469 14, 16, 12, 13, 13, 13, 11, 11, 7, 13, 8, 11, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1470 8, 13, 8, 11, 9, 12, 9, 9, 13, 16, 11, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1471 10, 15, 9, 12, 11, 14, 10, 10, 11, 15, 9, 11, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1472 14, 16, 11, 12, 13, 14, 10, 10, 9, 16, 11, 13, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1473 11, 16, 11, 13, 9, 12, 10, 10, 15, 16, 13, 14, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1474 11, 16, 11, 13, 10, 13, 10, 10, 11, 15, 11, 13, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1475 14, 16, 12, 13, 11, 13, 10, 10, 13, 16, 12, 13, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1476 13, 16, 11, 13, 12, 13, 10, 10, 14, 16, 11, 12, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1477 7, 14, 8, 12, 9, 13, 10, 11, 10, 14, 10, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1478 16, 16, 14, 14, 14, 14, 12, 12, 7, 14, 8, 12, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1479 10, 14, 10, 12, 11, 13, 10, 11, 16, 16, 13, 13, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1480 10, 15, 9, 12, 12, 14, 10, 10, 12, 16, 9, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1481 16, 16, 12, 13, 14, 15, 12, 11, 8, 14, 9, 12, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1482 10, 15, 10, 12, 10, 13, 10, 11, 16, 16, 14, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1483 8, 14, 9, 12, 9, 13, 10, 11, 10, 14, 10, 12, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1484 15, 16, 13, 13, 13, 14, 12, 11, 10, 15, 10, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1485 11, 16, 9, 12, 12, 14, 10, 10, 14, 16, 11, 12, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1486 11, 16, 11, 14, 9, 13, 10, 11, 12, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1487 16, 16, 14, 15, 13, 14, 12, 11, 11, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1488 11, 16, 11, 13, 10, 13, 10, 10, 15, 16, 13, 14, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1489 13, 16, 12, 14, 13, 14, 11, 10, 12, 16, 11, 13, 12, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1490 14, 16, 11, 12, 11, 13, 10, 9, 10, 16, 10, 13, 11, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1491 12, 16, 11, 13, 12, 14, 11, 11, 16, 16, 14, 13, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1492 10, 16, 10, 13, 10, 14, 11, 11, 12, 16, 11, 13, 11, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1493 16, 16, 14, 13, 14, 14, 12, 11, 11, 15, 9, 12, 11, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1494 13, 16, 10, 12, 12, 14, 10, 10, 16, 16, 13, 13, 14, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1495 10, 16, 10, 13, 11, 14, 11, 11, 12, 16, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1496 16, 16, 14, 14, 14, 14, 12, 11, 9, 16, 10, 13, 10, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1497 11, 15, 11, 12, 11, 13, 11, 11, 16, 16, 13, 13, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1498 10, 15, 9, 12, 11, 14, 10, 10, 11, 16, 9, 11, 11, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1499 15, 16, 11, 12, 13, 14, 10, 9, 11, 16, 11, 13, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1500 13, 16, 12, 13, 11, 13, 10, 10, 16, 16, 14, 14, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1501 11, 16, 11, 13, 10, 13, 10, 10, 12, 16, 11, 13, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1502 15, 16, 13, 13, 12, 13, 11, 9, 11, 16, 11, 12, 11, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1503 11, 15, 10, 11, 11, 12, 9, 8, 13, 15, 10, 10, 10, 11, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1504 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1505 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1506 0, 9, 3, 8, 5, 9, 7, 8, 5, 11, 6, 9, 8, 11, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1507 16, 16, 16, 16, 16, 16, 11, 10, 2, 10, 4, 9, 7, 10, 7, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1508 7, 16, 7, 10, 9, 11, 8, 9, 16, 16, 11, 16, 16, 16, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1509 7, 16, 7, 10, 10, 16, 8, 9, 10, 16, 8, 10, 11, 16, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1510 16, 16, 16, 16, 16, 16, 11, 10, 3, 11, 6, 9, 6, 11, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1511 7, 16, 8, 10, 8, 11, 8, 9, 16, 16, 15, 16, 16, 16, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1512 5, 11, 7, 9, 8, 11, 8, 8, 7, 16, 7, 10, 8, 11, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1513 16, 16, 11, 16, 16, 16, 10, 9, 9, 16, 8, 11, 11, 16, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1514 10, 16, 8, 11, 11, 16, 9, 9, 16, 16, 10, 16, 16, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1515 8, 16, 10, 11, 8, 16, 9, 9, 11, 16, 11, 16, 10, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1516 16, 16, 16, 16, 16, 16, 11, 10, 9, 16, 10, 16, 10, 16, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1517 10, 16, 10, 16, 9, 16, 9, 9, 16, 16, 16, 16, 15, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1518 16, 16, 11, 16, 16, 16, 10, 10, 13, 16, 11, 16, 11, 16, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1519 16, 16, 10, 11, 11, 16, 9, 8, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1520 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1521 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1522 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1523 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1524 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1525 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1526 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1527 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1528 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1529 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1530 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1531 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1532 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1533 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1534 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1535 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1536 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1537 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1538 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1539 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1540 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1541 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1542 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1543 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1544 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1545 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1546 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1547 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1548 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1549 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1550 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1551 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1552 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1553 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1554 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1555 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1556 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1557 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1558 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1559 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1560 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1561 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1562 1, 10, 6, 10, 7, 11, 9, 10, 8, 12, 9, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1563 16, 16, 14, 16, 14, 15, 13, 12, 5, 12, 7, 10, 9, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1564 9, 13, 9, 12, 10, 13, 10, 10, 16, 16, 14, 15, 14, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1565 10, 15, 10, 12, 12, 14, 11, 11, 12, 16, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1566 16, 16, 14, 16, 15, 16, 13, 12, 6, 12, 8, 11, 8, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1567 9, 13, 10, 12, 10, 12, 10, 10, 15, 16, 13, 15, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1568 7, 13, 9, 11, 9, 12, 10, 10, 9, 14, 10, 12, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1569 15, 16, 13, 15, 13, 14, 12, 11, 11, 15, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1570 12, 16, 11, 13, 12, 14, 11, 11, 16, 16, 13, 15, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1571 10, 16, 12, 14, 10, 13, 11, 11, 12, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1572 16, 16, 15, 16, 14, 16, 13, 12, 11, 16, 12, 14, 11, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1573 12, 16, 12, 14, 11, 14, 11, 11, 16, 16, 14, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1574 13, 16, 13, 15, 13, 15, 12, 12, 13, 16, 12, 15, 12, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1575 16, 16, 13, 16, 13, 15, 12, 11, 4, 11, 7, 10, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1576 9, 13, 9, 12, 10, 12, 10, 10, 15, 16, 14, 15, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1577 6, 12, 7, 11, 9, 11, 9, 10, 9, 13, 9, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1578 15, 16, 14, 15, 14, 15, 12, 12, 10, 15, 9, 12, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1579 12, 15, 11, 13, 12, 14, 11, 11, 16, 16, 13, 15, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1580 6, 12, 8, 11, 8, 11, 9, 10, 9, 14, 10, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1581 14, 16, 13, 14, 13, 14, 12, 12, 8, 13, 9, 11, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1582 9, 13, 9, 12, 9, 12, 9, 10, 14, 16, 13, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1583 11, 15, 11, 13, 11, 14, 11, 11, 12, 16, 10, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1584 15, 16, 12, 15, 13, 16, 12, 11, 10, 15, 11, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1585 12, 16, 12, 14, 11, 13, 11, 11, 16, 16, 14, 15, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1586 11, 16, 11, 14, 11, 13, 11, 11, 12, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1587 15, 16, 13, 16, 12, 14, 12, 11, 12, 16, 12, 14, 12, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1588 13, 16, 12, 14, 12, 14, 11, 11, 15, 16, 13, 15, 13, 15, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1589 7, 13, 9, 12, 10, 13, 11, 11, 11, 15, 12, 13, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1590 16, 16, 15, 16, 16, 16, 14, 13, 8, 13, 9, 12, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1591 12, 15, 11, 13, 12, 13, 11, 11, 16, 16, 14, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1592 11, 16, 11, 13, 12, 14, 11, 11, 13, 16, 12, 14, 13, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1593 16, 16, 14, 16, 15, 16, 13, 12, 9, 15, 10, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1594 12, 15, 11, 13, 11, 13, 11, 11, 16, 16, 14, 16, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1595 9, 14, 10, 13, 10, 13, 11, 11, 11, 14, 11, 13, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1596 16, 16, 14, 16, 14, 16, 12, 12, 11, 16, 11, 14, 12, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1597 12, 16, 11, 13, 13, 14, 11, 11, 16, 16, 13, 15, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1598 12, 16, 12, 14, 11, 14, 11, 11, 13, 16, 13, 14, 12, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1599 16, 16, 16, 16, 14, 16, 13, 12, 12, 16, 12, 14, 11, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1600 12, 16, 12, 15, 11, 14, 11, 11, 16, 16, 14, 16, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1601 13, 16, 13, 16, 13, 16, 12, 12, 13, 16, 12, 15, 12, 16, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1602 14, 16, 12, 15, 12, 15, 11, 10, 9, 16, 11, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1603 13, 16, 13, 15, 14, 16, 12, 12, 16, 16, 16, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1604 10, 16, 11, 14, 12, 14, 12, 12, 13, 16, 13, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1605 16, 16, 15, 16, 16, 16, 13, 12, 11, 16, 11, 14, 12, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1606 13, 16, 12, 14, 13, 16, 12, 11, 16, 16, 14, 16, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1607 11, 16, 11, 14, 12, 14, 12, 12, 13, 16, 12, 15, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1608 16, 16, 16, 16, 16, 16, 14, 13, 10, 16, 11, 14, 11, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1609 13, 16, 12, 14, 12, 14, 12, 11, 16, 16, 14, 16, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1610 11, 16, 11, 15, 12, 15, 12, 11, 13, 16, 11, 14, 13, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1611 16, 16, 13, 16, 14, 16, 12, 11, 12, 16, 12, 15, 11, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1612 14, 16, 13, 15, 12, 16, 12, 11, 16, 16, 15, 16, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1613 11, 16, 12, 15, 11, 15, 11, 11, 13, 16, 13, 16, 11, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1614 16, 16, 14, 16, 13, 15, 12, 11, 12, 16, 12, 15, 12, 16, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1615 12, 16, 11, 15, 12, 14, 11, 11, 13, 16, 12, 13, 11, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1616 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1617 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1618 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1619 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1620 0, 13, 6, 13, 8, 14, 12, 16, 8, 16, 11, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1621 16, 16, 16, 16, 16, 16, 16, 16, 4, 16, 7, 14, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1622 9, 16, 11, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1623 10, 16, 10, 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1624 16, 16, 16, 16, 16, 16, 16, 16, 5, 16, 10, 16, 8, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1625 10, 16, 12, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1626 8, 16, 10, 16, 11, 16, 13, 16, 10, 16, 12, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1627 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1628 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1629 11, 16, 16, 16, 11, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1630 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1631 14, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1632 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1633 16, 16, 16, 16, 16, 16, 16, 16, 1, 13, 7, 13, 8, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1634 8, 16, 10, 16, 11, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1635 4, 16, 7, 14, 10, 16, 12, 16, 9, 16, 10, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1636 16, 16, 16, 16, 16, 16, 16, 16, 10, 16, 9, 16, 14, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1637 13, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1638 5, 16, 9, 16, 8, 16, 12, 16, 9, 16, 11, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1639 16, 16, 16, 16, 16, 16, 16, 16, 7, 16, 10, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1640 9, 16, 11, 16, 11, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1641 12, 16, 12, 16, 16, 16, 14, 16, 13, 16, 12, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1642 16, 16, 16, 16, 16, 16, 16, 16, 10, 16, 13, 16, 11, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1643 13, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1644 12, 16, 14, 16, 13, 16, 14, 16, 13, 16, 14, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1645 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1646 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1647 4, 16, 8, 16, 9, 16, 13, 16, 10, 16, 11, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1648 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 8, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1649 10, 16, 11, 16, 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1650 9, 16, 9, 16, 13, 16, 13, 16, 13, 16, 12, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1651 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 10, 16, 10, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1652 10, 16, 12, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1653 8, 16, 10, 16, 11, 16, 13, 16, 10, 16, 11, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1654 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 11, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1655 12, 16, 11, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1656 10, 16, 13, 16, 10, 16, 13, 16, 13, 16, 16, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1657 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 13, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1658 12, 16, 15, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1659 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1660 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 10, 16, 10, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1661 11, 16, 11, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1662 8, 16, 9, 16, 11, 16, 12, 16, 11, 16, 11, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1663 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 9, 16, 12, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1664 13, 16, 11, 16, 13, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1665 8, 16, 10, 16, 10, 16, 12, 16, 11, 16, 12, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1666 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 10, 16, 11, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1667 10, 16, 11, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1668 10, 16, 10, 14, 12, 16, 12, 16, 11, 16, 10, 14, 13, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1669 16, 16, 14, 16, 16, 16, 14, 16, 9, 16, 12, 16, 10, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1670 13, 16, 13, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1671 10, 16, 12, 16, 11, 16, 12, 16, 11, 16, 12, 16, 11, 16, 12, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1672 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 12, 16, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1673 12, 16, 12, 16, 12, 16, 12, 13, 16, 16, 13, 14, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1674 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1675 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1676 0, 10, 5, 10, 5, 10, 8, 10, 6, 11, 8, 11, 8, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1677 14, 16, 13, 14, 13, 14, 12, 12, 4, 12, 5, 10, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1678 7, 12, 8, 11, 9, 12, 9, 10, 14, 16, 12, 13, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1679 9, 16, 8, 12, 12, 14, 10, 11, 11, 16, 9, 12, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1680 14, 16, 12, 13, 14, 15, 12, 12, 4, 12, 7, 11, 6, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1681 8, 12, 9, 11, 8, 11, 9, 10, 14, 16, 12, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1682 7, 13, 8, 11, 8, 12, 9, 10, 8, 13, 8, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1683 14, 16, 12, 13, 12, 13, 11, 11, 11, 16, 10, 12, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1684 12, 16, 10, 12, 12, 14, 11, 11, 16, 16, 12, 13, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1685 10, 16, 11, 14, 9, 13, 10, 11, 11, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1686 15, 16, 13, 14, 13, 14, 12, 12, 11, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1687 12, 16, 12, 14, 11, 13, 11, 11, 15, 16, 13, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1688 14, 16, 13, 14, 13, 15, 12, 12, 14, 16, 12, 14, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1689 16, 16, 13, 14, 14, 15, 12, 11, 3, 11, 5, 10, 6, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1690 7, 12, 8, 11, 9, 11, 9, 10, 14, 16, 13, 13, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1691 5, 12, 6, 10, 8, 12, 9, 10, 8, 13, 8, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1692 14, 16, 12, 13, 13, 14, 12, 12, 9, 16, 8, 11, 11, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1693 11, 16, 9, 12, 12, 14, 10, 11, 15, 16, 12, 13, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1694 5, 12, 7, 11, 6, 11, 9, 10, 8, 13, 9, 11, 8, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1695 14, 16, 12, 14, 13, 13, 12, 12, 7, 13, 8, 11, 8, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1696 8, 12, 8, 11, 9, 12, 9, 10, 13, 16, 12, 13, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1697 10, 16, 9, 12, 12, 14, 10, 11, 11, 15, 9, 12, 12, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1698 14, 16, 11, 13, 13, 14, 11, 11, 9, 16, 11, 14, 8, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1699 11, 16, 12, 13, 10, 13, 10, 11, 16, 16, 13, 15, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1700 11, 16, 11, 14, 10, 13, 10, 11, 11, 16, 11, 13, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1701 14, 16, 13, 14, 12, 13, 11, 11, 14, 16, 12, 14, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1702 13, 16, 12, 13, 12, 14, 11, 11, 14, 16, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1703 6, 14, 8, 12, 9, 13, 10, 11, 10, 14, 10, 12, 11, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1704 16, 16, 14, 14, 14, 14, 13, 12, 7, 14, 8, 12, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1705 10, 14, 10, 12, 11, 13, 11, 11, 16, 16, 13, 14, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1706 10, 16, 8, 12, 12, 14, 10, 11, 12, 16, 10, 12, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1707 16, 16, 13, 14, 15, 16, 12, 12, 8, 15, 9, 13, 9, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1708 10, 15, 10, 13, 10, 13, 11, 11, 16, 16, 14, 14, 14, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1709 8, 15, 9, 12, 10, 13, 10, 11, 10, 14, 10, 12, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1710 16, 16, 13, 14, 13, 14, 12, 12, 10, 16, 10, 13, 12, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1711 11, 16, 9, 12, 12, 14, 11, 11, 14, 16, 11, 13, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1712 10, 16, 12, 14, 9, 13, 11, 11, 12, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1713 16, 16, 15, 16, 14, 14, 13, 12, 11, 16, 12, 14, 11, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1714 11, 16, 12, 14, 10, 13, 11, 11, 15, 16, 13, 15, 12, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1715 14, 16, 13, 14, 13, 16, 12, 12, 12, 16, 12, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1716 14, 16, 11, 12, 12, 13, 10, 10, 9, 16, 10, 14, 11, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1717 12, 16, 11, 13, 12, 15, 12, 12, 16, 16, 14, 13, 15, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1718 10, 16, 10, 14, 11, 15, 11, 12, 12, 16, 11, 13, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1719 16, 16, 14, 13, 15, 14, 13, 12, 11, 16, 9, 12, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1720 13, 16, 11, 13, 13, 15, 11, 11, 16, 16, 14, 14, 16, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1721 10, 16, 10, 14, 11, 14, 11, 12, 12, 16, 11, 13, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1722 16, 16, 14, 14, 15, 15, 13, 12, 10, 16, 10, 13, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1723 11, 16, 11, 13, 11, 14, 11, 12, 16, 16, 14, 14, 14, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1724 11, 16, 10, 12, 12, 15, 11, 11, 12, 16, 9, 12, 12, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1725 16, 16, 12, 13, 14, 15, 11, 11, 11, 16, 12, 14, 10, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1726 13, 16, 12, 14, 12, 14, 11, 11, 16, 16, 15, 15, 14, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1727 11, 16, 12, 14, 11, 14, 11, 11, 12, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1728 16, 16, 14, 14, 13, 14, 12, 11, 12, 16, 11, 13, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1729 12, 15, 11, 12, 12, 13, 10, 10, 14, 15, 11, 11, 12, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1730 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1731 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1732 0, 8, 3, 8, 5, 9, 7, 8, 5, 10, 6, 10, 8, 11, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1733 16, 16, 15, 16, 16, 16, 11, 11, 2, 10, 4, 9, 7, 10, 7, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1734 7, 16, 7, 10, 9, 11, 8, 9, 16, 16, 15, 16, 16, 16, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1735 7, 16, 6, 11, 10, 16, 9, 10, 10, 16, 9, 11, 11, 16, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1736 16, 16, 16, 16, 16, 16, 16, 11, 3, 10, 6, 9, 5, 10, 7, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1737 7, 16, 8, 10, 8, 11, 8, 9, 16, 16, 16, 16, 16, 16, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1738 5, 11, 7, 10, 8, 11, 8, 9, 7, 14, 7, 10, 8, 11, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1739 16, 16, 11, 16, 16, 16, 10, 11, 9, 16, 9, 11, 11, 16, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1740 10, 16, 8, 11, 11, 16, 9, 10, 16, 16, 11, 16, 16, 16, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1741 8, 16, 9, 16, 7, 16, 9, 10, 11, 16, 11, 16, 10, 16, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1742 16, 16, 16, 16, 16, 16, 16, 11, 9, 16, 10, 16, 9, 16, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1743 10, 16, 10, 16, 9, 16, 9, 10, 16, 16, 16, 16, 11, 16, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1744 16, 16, 16, 16, 16, 16, 10, 10, 11, 16, 11, 16, 11, 16, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1745 16, 16, 11, 16, 11, 16, 10, 9, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1746 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1747 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1748 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1749 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1750 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1751 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1752 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1753 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1754 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1755 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1756 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1757 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1758 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1759 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1760 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1761 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1762 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1763 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1764 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1765 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1766 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1767 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1768 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1769 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1770 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1771 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1772 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1773 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1774 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1775 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1776 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1777 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1778 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1779 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1780 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1781 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1782 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1783 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1784 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1785 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1786 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1787 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1788 1, 10, 6, 10, 7, 11, 9, 10, 8, 12, 9, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1789 15, 16, 14, 15, 14, 16, 13, 12, 5, 12, 7, 11, 8, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1790 9, 13, 9, 12, 10, 12, 10, 10, 16, 16, 14, 15, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1791 10, 15, 10, 13, 12, 14, 11, 11, 12, 16, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1792 16, 16, 14, 16, 14, 16, 13, 12, 5, 12, 8, 11, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1793 9, 13, 10, 12, 9, 12, 10, 10, 14, 16, 14, 15, 13, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1794 7, 13, 9, 12, 9, 12, 10, 10, 9, 13, 9, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1795 14, 16, 13, 14, 13, 15, 12, 12, 11, 16, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1796 12, 16, 11, 14, 12, 14, 11, 11, 16, 16, 14, 16, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1797 10, 16, 11, 14, 10, 13, 11, 11, 12, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1798 15, 16, 15, 16, 14, 16, 13, 12, 11, 16, 12, 14, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1799 12, 16, 12, 14, 11, 14, 11, 11, 15, 16, 14, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1800 13, 16, 13, 16, 13, 16, 12, 12, 13, 16, 13, 16, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1801 16, 16, 14, 15, 14, 16, 13, 12, 4, 11, 7, 10, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1802 9, 13, 9, 11, 9, 12, 10, 10, 15, 16, 14, 15, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1803 6, 12, 7, 11, 8, 11, 9, 10, 9, 13, 9, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1804 15, 16, 13, 14, 14, 15, 12, 12, 10, 14, 10, 12, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1805 12, 16, 11, 13, 12, 14, 11, 11, 16, 16, 14, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1806 6, 12, 8, 11, 8, 11, 9, 10, 9, 13, 10, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1807 16, 16, 14, 15, 13, 14, 12, 12, 8, 13, 9, 11, 9, 12, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1808 9, 13, 9, 12, 9, 12, 9, 10, 14, 16, 13, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1809 11, 15, 11, 13, 12, 14, 11, 11, 11, 16, 10, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1810 15, 16, 13, 15, 14, 16, 12, 11, 10, 16, 12, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1811 11, 16, 12, 14, 10, 13, 11, 11, 16, 16, 14, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1812 11, 16, 12, 14, 10, 14, 11, 11, 11, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1813 16, 16, 14, 16, 12, 15, 12, 11, 13, 16, 13, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1814 13, 16, 12, 15, 12, 15, 12, 11, 15, 16, 13, 16, 13, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1815 8, 14, 9, 12, 10, 13, 11, 11, 11, 16, 11, 13, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1816 16, 16, 16, 16, 16, 16, 14, 13, 9, 14, 10, 12, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1817 11, 16, 11, 13, 12, 13, 11, 11, 16, 16, 15, 16, 15, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1818 11, 16, 11, 13, 12, 14, 12, 11, 13, 16, 12, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1819 16, 16, 15, 16, 16, 16, 14, 13, 9, 14, 10, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1820 11, 16, 11, 13, 11, 13, 11, 11, 16, 16, 15, 16, 14, 15, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1821 9, 14, 10, 13, 10, 13, 11, 11, 11, 15, 11, 13, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1822 16, 16, 14, 16, 14, 16, 13, 12, 12, 16, 12, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1823 12, 16, 11, 14, 12, 15, 12, 11, 16, 16, 13, 16, 15, 16, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1824 11, 16, 12, 14, 11, 14, 12, 11, 13, 16, 13, 15, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1825 16, 16, 16, 16, 14, 16, 14, 13, 12, 16, 13, 15, 11, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1826 12, 16, 13, 14, 11, 15, 12, 11, 16, 16, 15, 16, 13, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1827 13, 16, 13, 15, 13, 16, 12, 12, 13, 16, 13, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1828 15, 16, 13, 16, 13, 15, 11, 10, 10, 16, 12, 14, 12, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1829 14, 16, 13, 15, 13, 16, 13, 12, 16, 16, 16, 16, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1830 10, 16, 12, 14, 12, 15, 12, 12, 13, 16, 13, 15, 13, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1831 16, 16, 16, 16, 16, 16, 14, 13, 11, 16, 12, 15, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1832 14, 16, 13, 16, 13, 16, 12, 12, 16, 16, 15, 16, 15, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1833 11, 16, 12, 14, 12, 16, 12, 12, 14, 16, 13, 15, 13, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1834 16, 16, 16, 16, 16, 16, 15, 13, 11, 16, 12, 14, 12, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1835 13, 16, 12, 14, 12, 15, 12, 12, 16, 16, 16, 16, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1836 12, 16, 12, 15, 13, 16, 12, 12, 13, 16, 12, 15, 13, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1837 16, 16, 14, 16, 15, 16, 13, 12, 12, 16, 13, 16, 12, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1838 15, 16, 14, 16, 13, 16, 12, 12, 16, 16, 16, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1839 12, 16, 13, 15, 12, 16, 12, 12, 13, 16, 13, 15, 12, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1840 16, 16, 15, 16, 14, 16, 13, 12, 13, 16, 13, 16, 12, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1841 13, 16, 12, 16, 12, 15, 12, 12, 14, 16, 12, 14, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1842 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1843 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1844 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1845 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1846 0, 16, 6, 16, 8, 16, 16, 16, 9, 16, 11, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1847 16, 16, 16, 16, 16, 16, 16, 16, 4, 16, 7, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1848 10, 16, 11, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1849 10, 16, 10, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1850 16, 16, 16, 16, 16, 16, 16, 16, 5, 16, 10, 16, 9, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1851 10, 16, 13, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1852 8, 16, 11, 16, 12, 16, 16, 16, 10, 16, 12, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1853 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1854 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1855 11, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1856 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1857 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1858 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1859 16, 16, 16, 16, 16, 16, 16, 16, 1, 16, 7, 16, 8, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1860 9, 16, 11, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1861 4, 16, 7, 16, 11, 16, 13, 16, 9, 16, 11, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1862 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 9, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1863 13, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1864 4, 16, 10, 16, 8, 16, 16, 16, 10, 16, 12, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1865 16, 16, 16, 16, 16, 16, 16, 16, 7, 16, 10, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1866 9, 16, 11, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1867 12, 16, 12, 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1868 16, 16, 16, 16, 16, 16, 16, 16, 10, 16, 16, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1869 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1870 12, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1871 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1872 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1873 4, 16, 8, 16, 10, 16, 16, 16, 10, 16, 11, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1874 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 8, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1875 10, 16, 12, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1876 9, 16, 9, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1877 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 10, 16, 10, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1878 11, 16, 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1879 8, 16, 11, 16, 11, 16, 16, 16, 10, 16, 12, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1880 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1881 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1882 10, 16, 16, 16, 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1883 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1884 12, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1885 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1886 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 10, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1887 11, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1888 8, 16, 9, 16, 11, 16, 13, 16, 11, 16, 12, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1889 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 9, 16, 13, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1890 13, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1891 8, 16, 10, 16, 10, 16, 14, 16, 12, 16, 12, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1892 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 11, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1893 10, 16, 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1894 11, 16, 10, 16, 13, 16, 12, 16, 12, 16, 11, 16, 16, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1895 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 12, 16, 10, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1896 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1897 10, 16, 13, 16, 11, 16, 13, 16, 12, 16, 13, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1898 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 13, 16, 16, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1899 13, 16, 12, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1900 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1901 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1902 0, 10, 4, 10, 5, 11, 9, 11, 6, 11, 8, 11, 8, 12, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1903 15, 16, 13, 15, 14, 15, 13, 14, 4, 12, 5, 11, 8, 12, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1904 7, 13, 8, 12, 9, 13, 10, 12, 15, 16, 13, 15, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1905 10, 16, 9, 13, 12, 16, 11, 13, 11, 16, 10, 14, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1906 16, 16, 14, 16, 15, 16, 14, 15, 4, 12, 7, 12, 6, 12, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1907 8, 13, 9, 12, 9, 12, 10, 12, 15, 16, 13, 15, 14, 15, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1908 7, 13, 8, 12, 9, 13, 10, 12, 8, 13, 9, 12, 9, 13, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1909 14, 16, 13, 15, 13, 15, 13, 14, 12, 16, 11, 14, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1910 12, 16, 11, 14, 13, 16, 12, 13, 16, 16, 14, 16, 15, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1911 10, 16, 12, 16, 10, 14, 12, 13, 12, 16, 13, 16, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1912 16, 16, 16, 16, 15, 16, 14, 15, 12, 16, 13, 16, 11, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1913 13, 16, 13, 16, 12, 15, 12, 14, 16, 16, 16, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1914 16, 16, 14, 16, 14, 16, 13, 15, 16, 16, 14, 16, 14, 16, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1915 16, 16, 16, 16, 16, 16, 14, 16, 2, 11, 5, 11, 6, 11, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1916 7, 12, 8, 11, 9, 12, 10, 12, 15, 16, 14, 14, 14, 14, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1917 4, 13, 6, 11, 8, 12, 9, 11, 8, 13, 8, 12, 10, 13, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1918 15, 16, 13, 15, 14, 15, 13, 14, 9, 16, 8, 13, 12, 15, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1919 11, 16, 10, 14, 13, 16, 12, 13, 16, 16, 14, 16, 16, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1920 5, 13, 8, 12, 7, 12, 9, 11, 8, 13, 9, 12, 9, 12, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1921 16, 16, 14, 15, 14, 15, 13, 13, 7, 13, 8, 12, 9, 13, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1922 8, 13, 8, 12, 9, 13, 10, 12, 14, 16, 13, 14, 13, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1923 11, 16, 10, 14, 13, 16, 12, 13, 11, 16, 10, 13, 12, 15, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1924 14, 16, 12, 14, 14, 16, 13, 14, 10, 16, 12, 15, 9, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1925 12, 16, 12, 16, 11, 14, 12, 13, 16, 16, 15, 16, 16, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1926 11, 16, 12, 15, 11, 15, 12, 13, 12, 16, 12, 15, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1927 16, 16, 14, 16, 13, 15, 13, 14, 15, 16, 14, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1928 14, 16, 13, 16, 14, 16, 13, 14, 16, 16, 14, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1929 7, 15, 8, 13, 9, 14, 11, 13, 10, 14, 10, 13, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1930 16, 16, 15, 16, 15, 16, 15, 14, 7, 16, 8, 13, 10, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1931 11, 15, 10, 13, 12, 14, 12, 13, 16, 16, 16, 16, 16, 16, 15, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1932 10, 16, 9, 13, 13, 16, 12, 13, 13, 16, 11, 14, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1933 16, 16, 16, 16, 16, 16, 15, 16, 8, 16, 10, 14, 9, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1934 11, 16, 11, 14, 11, 14, 12, 13, 16, 16, 16, 16, 16, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1935 8, 16, 10, 14, 10, 14, 11, 13, 10, 15, 10, 14, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1936 16, 16, 14, 16, 15, 16, 14, 14, 11, 16, 10, 14, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1937 11, 16, 10, 13, 13, 16, 12, 13, 16, 16, 13, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1938 11, 16, 12, 16, 10, 15, 12, 13, 14, 16, 14, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1939 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 13, 16, 11, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1940 12, 16, 13, 16, 11, 14, 12, 13, 16, 16, 16, 16, 14, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1941 15, 16, 14, 16, 16, 16, 13, 14, 13, 16, 13, 15, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1942 14, 16, 13, 14, 14, 15, 13, 14, 9, 16, 11, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1943 12, 16, 12, 15, 13, 16, 13, 14, 16, 16, 16, 15, 16, 16, 15, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1944 10, 16, 10, 16, 12, 16, 12, 14, 12, 16, 12, 14, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1945 16, 16, 16, 16, 16, 16, 15, 15, 11, 16, 10, 14, 14, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1946 14, 16, 12, 16, 14, 16, 13, 14, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1947 10, 16, 12, 16, 11, 16, 12, 14, 13, 16, 12, 15, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1948 16, 16, 16, 16, 16, 16, 16, 15, 10, 16, 11, 16, 12, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1949 12, 16, 12, 15, 13, 16, 13, 14, 16, 16, 16, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1950 11, 16, 10, 14, 14, 16, 12, 13, 13, 16, 11, 14, 14, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1951 16, 16, 15, 16, 16, 16, 14, 14, 12, 16, 13, 16, 11, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1952 15, 16, 14, 16, 13, 16, 13, 14, 16, 16, 16, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1953 12, 16, 13, 16, 12, 16, 12, 14, 13, 16, 13, 16, 12, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1954 16, 16, 16, 16, 16, 16, 14, 15, 13, 16, 13, 16, 14, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1955 13, 16, 13, 14, 14, 16, 12, 13, 16, 16, 14, 14, 14, 15, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1956 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1957 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1958 0, 9, 3, 9, 5, 9, 7, 9, 5, 10, 7, 11, 8, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1959 16, 16, 16, 16, 16, 16, 16, 16, 2, 11, 4, 10, 7, 11, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1960 7, 16, 7, 11, 9, 16, 9, 11, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1961 8, 16, 7, 16, 11, 16, 10, 11, 11, 16, 10, 16, 16, 16, 11, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1962 16, 16, 16, 16, 16, 16, 16, 16, 2, 11, 6, 10, 6, 10, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1963 7, 16, 8, 16, 8, 11, 9, 11, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1964 5, 13, 7, 11, 8, 11, 9, 11, 6, 12, 8, 12, 8, 12, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1965 16, 16, 16, 16, 16, 16, 16, 16, 10, 16, 10, 16, 12, 16, 10, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1966 10, 16, 9, 16, 11, 16, 11, 12, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1967 8, 16, 10, 16, 8, 16, 10, 12, 11, 16, 12, 16, 10, 16, 11, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1968 16, 16, 16, 16, 16, 16, 16, 16, 10, 16, 11, 16, 10, 16, 11, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1969 11, 16, 12, 16, 10, 16, 11, 12, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1970 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1971 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1972 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1973 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1974 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1975 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1976 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1977 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1978 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1979 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1980 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1981 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1982 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1983 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1984 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1985 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1986 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1987 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1988 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1989 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1990 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1991 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1992 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1993 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1994 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1995 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1996 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1997 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1998 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
1999 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2000 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2001 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2002 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2003 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2004 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2005 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2006 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2007 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2008 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2009 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2010 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2011 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2012 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2013 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2014 1, 10, 5, 10, 6, 10, 9, 10, 7, 12, 9, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2015 16, 16, 15, 16, 14, 16, 13, 13, 5, 12, 7, 11, 8, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2016 8, 13, 9, 12, 10, 12, 10, 11, 16, 16, 16, 16, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2017 10, 16, 10, 13, 12, 14, 12, 12, 12, 16, 11, 14, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2018 16, 16, 16, 15, 16, 16, 14, 13, 5, 12, 8, 11, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2019 8, 13, 10, 12, 9, 12, 10, 10, 15, 16, 14, 15, 14, 14, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2020 7, 13, 9, 12, 9, 12, 10, 10, 9, 13, 10, 13, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2021 14, 16, 14, 15, 14, 16, 13, 12, 11, 16, 12, 14, 12, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2022 12, 16, 12, 15, 13, 16, 12, 12, 16, 16, 15, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2023 10, 16, 12, 14, 10, 14, 12, 12, 12, 16, 13, 14, 11, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2024 16, 16, 16, 16, 14, 16, 14, 13, 11, 16, 12, 14, 11, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2025 12, 16, 13, 16, 11, 15, 12, 12, 16, 16, 16, 16, 14, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2026 13, 16, 14, 16, 14, 16, 13, 13, 13, 16, 13, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2027 16, 16, 16, 16, 16, 16, 13, 13, 4, 11, 7, 10, 7, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2028 8, 12, 9, 12, 9, 12, 10, 11, 15, 16, 14, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2029 6, 12, 7, 11, 8, 11, 9, 10, 9, 13, 9, 12, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2030 16, 16, 15, 16, 15, 16, 13, 12, 10, 16, 10, 13, 12, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2031 12, 16, 11, 14, 13, 14, 12, 12, 16, 16, 16, 14, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2032 6, 12, 8, 11, 7, 11, 9, 10, 9, 14, 10, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2033 15, 16, 14, 16, 14, 16, 14, 13, 7, 13, 9, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2034 9, 13, 9, 12, 9, 12, 10, 10, 14, 16, 13, 14, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2035 11, 16, 11, 14, 12, 14, 12, 12, 12, 16, 11, 14, 12, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2036 16, 16, 13, 16, 14, 16, 13, 12, 10, 16, 12, 14, 10, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2037 12, 16, 13, 14, 11, 14, 12, 12, 16, 16, 16, 16, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2038 11, 16, 12, 16, 11, 14, 12, 12, 12, 16, 12, 14, 11, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2039 16, 16, 15, 16, 13, 15, 13, 12, 13, 16, 14, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2040 13, 16, 13, 16, 13, 16, 13, 12, 16, 16, 14, 16, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2041 8, 13, 10, 12, 10, 13, 11, 11, 11, 14, 12, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2042 16, 16, 16, 16, 16, 16, 14, 13, 9, 14, 10, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2043 12, 16, 12, 13, 12, 13, 12, 11, 16, 16, 16, 16, 16, 16, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2044 12, 16, 11, 14, 13, 15, 12, 12, 13, 16, 12, 15, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2045 16, 16, 16, 16, 16, 16, 15, 13, 9, 14, 11, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2046 11, 16, 12, 14, 12, 14, 12, 12, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2047 10, 15, 11, 13, 11, 14, 12, 11, 11, 16, 12, 14, 11, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2048 16, 16, 16, 16, 16, 16, 14, 12, 12, 16, 12, 14, 13, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2049 12, 16, 12, 14, 13, 15, 12, 12, 16, 16, 14, 16, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2050 12, 16, 13, 16, 11, 14, 12, 12, 14, 16, 14, 16, 12, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2051 16, 16, 16, 16, 16, 16, 16, 13, 12, 16, 13, 16, 12, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2052 12, 16, 13, 16, 12, 16, 12, 12, 16, 16, 16, 16, 14, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2053 14, 16, 14, 16, 14, 16, 14, 13, 13, 16, 13, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2054 16, 16, 13, 16, 13, 16, 12, 11, 9, 16, 12, 15, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2055 13, 16, 14, 16, 14, 16, 14, 13, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2056 10, 16, 12, 15, 12, 15, 13, 12, 13, 16, 14, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2057 16, 16, 16, 16, 16, 16, 16, 13, 12, 16, 12, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2058 14, 16, 13, 16, 14, 16, 13, 12, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2059 11, 16, 12, 15, 12, 16, 13, 12, 14, 16, 14, 16, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2060 16, 16, 16, 16, 16, 16, 15, 13, 11, 16, 12, 16, 12, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2061 13, 16, 13, 15, 13, 16, 13, 12, 16, 16, 16, 16, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2062 12, 16, 12, 16, 13, 16, 13, 12, 13, 16, 12, 16, 13, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2063 16, 16, 14, 16, 16, 16, 14, 12, 12, 16, 14, 16, 11, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2064 14, 16, 14, 16, 13, 16, 13, 12, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2065 12, 16, 13, 16, 12, 16, 13, 12, 13, 16, 13, 16, 12, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2066 16, 16, 16, 16, 14, 16, 14, 12, 13, 16, 13, 16, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2067 13, 16, 12, 16, 12, 16, 12, 12, 14, 16, 13, 15, 13, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2068 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2069 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2070 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2071
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2072
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2073 static const uint8_t rv34_table_intra_secondpat[NUM_INTRA_TABLES][2][OTHERBLK_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2074 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2075 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2076 0, 5, 10, 3, 6, 10, 7, 8, 9, 4, 6, 10, 6, 7, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2077 8, 9, 8, 8, 9, 8, 9, 9, 9, 9, 8, 3, 6, 10, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2078 10, 7, 7, 9, 5, 7, 10, 6, 7, 9, 7, 7, 8, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2079 8, 8, 9, 8, 8, 7, 6, 8, 10, 6, 8, 10, 7, 8, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2080 8, 10, 7, 8, 10, 8, 8, 8, 8, 9, 9, 8, 8, 9, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2081 7, 7, 8, 9, 7, 8, 9, 7, 7, 7, 8, 8, 9, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2082 7, 7, 7, 8, 8, 8, 7, 7, 7, 7, 6, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2083 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2084 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2085 0, 5, 11, 3, 6, 11, 8, 9, 11, 3, 6, 10, 6, 7, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2086 9, 11, 7, 9, 11, 9, 9, 11, 10, 10, 11, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2087 10, 7, 9, 11, 4, 7, 11, 6, 7, 10, 9, 9, 11, 7, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2088 8, 9, 10, 10, 10, 10, 5, 8, 11, 6, 8, 11, 8, 9, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2089 8, 11, 7, 8, 11, 9, 9, 11, 8, 10, 11, 9, 9, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2090 10, 8, 9, 11, 8, 9, 11, 9, 9, 10, 8, 9, 11, 8, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2091 9, 9, 10, 8, 9, 10, 9, 9, 10, 9, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2092 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2093 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2094 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2095 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2096 0, 5, 10, 4, 6, 10, 7, 8, 10, 4, 6, 10, 6, 7, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2097 8, 9, 8, 8, 9, 8, 9, 9, 9, 9, 9, 2, 6, 10, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2098 10, 7, 7, 9, 5, 7, 10, 6, 7, 9, 7, 7, 9, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2099 8, 8, 9, 9, 8, 8, 6, 8, 10, 6, 8, 10, 7, 8, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2100 8, 10, 7, 8, 10, 8, 8, 9, 8, 9, 10, 8, 8, 9, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2101 8, 8, 8, 10, 7, 8, 9, 7, 8, 8, 7, 8, 10, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2102 7, 7, 8, 8, 8, 9, 8, 8, 8, 7, 7, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2103 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2104 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2105 0, 5, 12, 4, 7, 12, 8, 10, 13, 4, 7, 12, 6, 8, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2106 10, 12, 8, 9, 12, 10, 10, 12, 12, 12, 12, 1, 6, 12, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2107 12, 8, 9, 12, 4, 7, 12, 6, 8, 11, 9, 10, 12, 8, 9, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2108 9, 10, 11, 11, 11, 12, 6, 8, 12, 7, 9, 12, 9, 10, 13, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2109 9, 12, 8, 9, 12, 10, 10, 12, 9, 10, 12, 10, 10, 12, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2110 12, 8, 10, 12, 9, 10, 12, 10, 10, 12, 8, 10, 12, 9, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2111 10, 10, 11, 9, 10, 12, 10, 10, 11, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2112 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2113 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2114 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2115 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2116 0, 5, 10, 3, 6, 10, 7, 8, 11, 4, 6, 10, 6, 7, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2117 9, 10, 8, 8, 10, 9, 9, 10, 10, 10, 10, 2, 6, 10, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2118 10, 7, 8, 10, 4, 7, 10, 6, 7, 10, 8, 8, 10, 7, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2119 8, 8, 9, 10, 9, 9, 5, 8, 11, 6, 8, 10, 7, 9, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2120 8, 11, 7, 8, 10, 8, 8, 10, 8, 9, 11, 9, 9, 10, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2121 9, 8, 9, 10, 8, 9, 10, 8, 9, 10, 8, 9, 10, 8, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2122 8, 8, 9, 8, 9, 10, 8, 8, 9, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2123 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2124 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2125 0, 6, 13, 4, 7, 14, 9, 11, 14, 3, 7, 13, 7, 8, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2126 11, 14, 8, 10, 13, 10, 11, 13, 13, 13, 14, 1, 6, 12, 4, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2127 13, 9, 10, 15, 4, 8, 13, 7, 8, 12, 11, 11, 14, 8, 10, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2128 10, 10, 13, 13, 13, 14, 5, 9, 13, 7, 9, 13, 10, 11, 14, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2129 10, 14, 8, 10, 14, 11, 11, 14, 9, 11, 14, 11, 11, 13, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2130 14, 9, 10, 14, 9, 11, 13, 11, 12, 14, 9, 11, 13, 9, 11, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2131 11, 12, 13, 10, 12, 15, 11, 11, 13, 13, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2132 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2133 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2134 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2135 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2136 0, 5, 11, 3, 6, 11, 7, 9, 12, 3, 6, 11, 6, 7, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2137 9, 11, 8, 9, 11, 9, 9, 11, 11, 11, 12, 2, 6, 11, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2138 11, 7, 9, 11, 4, 7, 11, 5, 7, 10, 9, 9, 11, 7, 8, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2139 9, 9, 10, 11, 11, 11, 5, 8, 11, 6, 8, 11, 8, 9, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2140 8, 11, 7, 8, 11, 9, 9, 11, 8, 9, 12, 9, 9, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2141 11, 8, 10, 12, 8, 10, 11, 9, 10, 12, 8, 10, 12, 8, 9, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2142 10, 10, 12, 9, 10, 12, 9, 9, 11, 11, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2143 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2144 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2145 0, 6, 13, 3, 8, 14, 10, 12, 16, 3, 8, 15, 7, 9, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2146 13, 15, 9, 11, 15, 11, 12, 16, 14, 16, 16, 1, 7, 13, 4, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2147 14, 9, 11, 15, 4, 8, 14, 7, 9, 14, 12, 13, 15, 8, 10, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2148 11, 11, 14, 16, 14, 16, 6, 9, 14, 7, 10, 14, 11, 13, 15, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2149 10, 14, 9, 10, 13, 12, 12, 15, 10, 11, 14, 11, 11, 14, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2150 16, 9, 11, 14, 10, 11, 14, 13, 14, 15, 9, 12, 14, 10, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2151 13, 14, 16, 10, 13, 16, 12, 12, 14, 15, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2152 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2153 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2154 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2155 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2156 0, 6, 12, 3, 7, 12, 9, 11, 13, 4, 7, 12, 6, 8, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2157 11, 13, 8, 10, 13, 10, 11, 13, 13, 13, 14, 1, 6, 12, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2158 12, 9, 10, 14, 4, 7, 12, 6, 7, 12, 10, 11, 13, 8, 9, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2159 10, 10, 12, 13, 13, 14, 6, 9, 13, 7, 9, 13, 10, 12, 14, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2160 9, 13, 8, 10, 13, 11, 11, 14, 9, 11, 13, 11, 11, 14, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2161 14, 10, 12, 14, 10, 12, 14, 12, 13, 15, 10, 12, 14, 10, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2162 12, 13, 15, 11, 13, 15, 12, 12, 15, 14, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2163 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2164 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2165 0, 6, 16, 3, 8, 16, 10, 13, 16, 3, 8, 16, 7, 9, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2166 16, 16, 8, 10, 16, 11, 13, 16, 16, 16, 16, 1, 7, 14, 4, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2167 16, 10, 12, 16, 4, 8, 13, 7, 9, 16, 13, 14, 16, 8, 10, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2168 11, 11, 14, 16, 16, 16, 6, 9, 14, 8, 10, 14, 12, 16, 16, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2169 10, 13, 9, 11, 16, 13, 14, 16, 9, 12, 16, 12, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2170 16, 10, 12, 16, 11, 12, 16, 16, 14, 16, 9, 12, 16, 11, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2171 16, 15, 16, 10, 13, 16, 12, 13, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2172 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2173 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2174 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2175
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2176 static const uint8_t rv34_table_intra_thirdpat[NUM_INTRA_TABLES][2][OTHERBLK_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2177 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2178 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2179 0, 5, 10, 3, 6, 10, 7, 8, 10, 4, 7, 10, 6, 7, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2180 8, 10, 8, 9, 10, 9, 9, 10, 9, 9, 9, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2181 10, 7, 8, 9, 5, 7, 10, 6, 7, 10, 8, 8, 9, 8, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2182 8, 8, 9, 9, 9, 8, 6, 8, 11, 6, 8, 10, 7, 8, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2183 8, 11, 7, 8, 10, 8, 8, 9, 8, 9, 10, 9, 9, 10, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2184 9, 7, 8, 10, 7, 8, 10, 7, 8, 8, 7, 8, 10, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2185 7, 8, 8, 8, 8, 9, 8, 8, 8, 7, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2186 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2187 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2188 0, 4, 10, 3, 6, 10, 7, 8, 11, 3, 6, 10, 5, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2189 9, 11, 9, 10, 11, 9, 10, 11, 11, 11, 11, 2, 6, 10, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2190 10, 7, 8, 10, 4, 7, 10, 6, 7, 10, 8, 9, 10, 8, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2191 9, 9, 11, 10, 10, 11, 6, 8, 11, 6, 8, 11, 8, 9, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2192 9, 11, 7, 8, 11, 9, 9, 11, 9, 10, 12, 10, 10, 12, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2193 11, 8, 9, 11, 8, 9, 11, 9, 9, 11, 9, 10, 11, 9, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2194 9, 10, 11, 10, 11, 12, 10, 10, 12, 10, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2195 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2196 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2197 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2198 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2199 0, 5, 10, 3, 6, 10, 7, 8, 10, 4, 7, 10, 6, 7, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2200 9, 10, 8, 9, 11, 8, 9, 10, 10, 10, 10, 2, 6, 10, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2201 10, 7, 8, 10, 4, 7, 10, 5, 7, 10, 8, 8, 10, 8, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2202 8, 9, 10, 9, 9, 9, 5, 7, 11, 6, 8, 11, 7, 8, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2203 8, 11, 7, 8, 10, 8, 9, 10, 8, 9, 11, 9, 9, 10, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2204 10, 7, 8, 10, 7, 8, 10, 8, 9, 10, 8, 9, 10, 8, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2205 8, 8, 10, 9, 9, 10, 9, 9, 10, 9, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2206 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2207 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2208 0, 5, 11, 3, 6, 11, 8, 9, 12, 4, 7, 12, 6, 7, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2209 10, 13, 10, 11, 13, 10, 11, 14, 12, 13, 14, 1, 6, 11, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2210 11, 8, 9, 12, 5, 7, 11, 6, 8, 12, 9, 10, 13, 10, 11, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2211 10, 11, 13, 12, 12, 14, 6, 8, 12, 7, 9, 13, 9, 10, 14, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2212 10, 13, 8, 10, 12, 11, 11, 13, 11, 13, 14, 11, 12, 14, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2213 15, 9, 10, 12, 9, 11, 14, 10, 11, 14, 11, 11, 13, 10, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2214 11, 12, 14, 12, 14, 15, 13, 13, 14, 13, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2215 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2216 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2217 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2218 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2219 0, 5, 11, 3, 6, 11, 7, 9, 11, 4, 6, 11, 5, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2220 9, 11, 8, 9, 11, 9, 10, 11, 11, 11, 11, 2, 6, 10, 3, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2221 10, 7, 9, 11, 4, 7, 10, 5, 7, 10, 8, 9, 11, 8, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2222 9, 9, 11, 11, 11, 11, 5, 8, 11, 6, 8, 11, 8, 10, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2223 8, 11, 7, 8, 11, 9, 10, 11, 9, 10, 12, 9, 10, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2224 11, 8, 9, 11, 8, 10, 12, 9, 11, 12, 8, 10, 12, 9, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2225 10, 11, 12, 10, 11, 12, 10, 10, 11, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2226 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2227 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2228 0, 5, 13, 2, 7, 16, 9, 11, 16, 4, 8, 16, 7, 9, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2229 12, 16, 12, 16, 16, 12, 16, 16, 16, 16, 16, 1, 6, 13, 4, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2230 16, 9, 11, 16, 6, 9, 16, 7, 10, 16, 13, 13, 16, 13, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2231 12, 16, 16, 16, 16, 16, 7, 9, 16, 8, 11, 15, 11, 13, 16, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2232 12, 16, 10, 12, 16, 16, 13, 16, 16, 16, 16, 14, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2233 16, 12, 12, 16, 12, 16, 16, 16, 16, 16, 13, 14, 16, 12, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2234 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2235 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2236 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2237 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2238 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2239 0, 6, 11, 3, 7, 11, 8, 10, 12, 4, 7, 11, 6, 8, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2240 11, 12, 9, 10, 12, 10, 10, 12, 12, 12, 13, 1, 6, 11, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2241 11, 8, 10, 12, 4, 7, 11, 6, 8, 11, 10, 10, 12, 9, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2242 10, 10, 12, 13, 13, 13, 6, 8, 12, 7, 10, 12, 10, 12, 13, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2243 9, 12, 8, 10, 12, 11, 11, 13, 11, 12, 14, 11, 11, 13, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2244 13, 9, 11, 13, 10, 12, 14, 12, 13, 15, 10, 12, 14, 11, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2245 13, 13, 14, 12, 13, 15, 13, 13, 14, 14, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2246 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2247 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2248 0, 5, 16, 2, 6, 16, 10, 14, 16, 4, 8, 16, 7, 9, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2249 16, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 1, 6, 12, 4, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2250 12, 12, 12, 16, 6, 8, 16, 8, 10, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2251 16, 16, 16, 12, 16, 16, 7, 10, 16, 8, 11, 14, 16, 16, 16, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2252 12, 16, 10, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2253 16, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2254 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2255 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2256 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2257 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2258 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2259 0, 5, 11, 3, 6, 11, 10, 10, 12, 3, 7, 11, 6, 8, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2260 11, 12, 10, 10, 12, 11, 11, 13, 14, 13, 14, 1, 6, 11, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2261 11, 10, 11, 13, 5, 7, 11, 7, 8, 11, 11, 11, 13, 10, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2262 11, 11, 12, 13, 13, 14, 7, 10, 12, 9, 11, 13, 12, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2263 10, 13, 9, 10, 13, 12, 11, 13, 12, 13, 16, 12, 13, 13, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2264 14, 11, 14, 16, 12, 14, 15, 14, 13, 16, 13, 13, 15, 13, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2265 14, 13, 16, 13, 13, 16, 13, 14, 15, 15, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2266 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2267 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2268 0, 4, 16, 2, 7, 16, 10, 16, 16, 4, 10, 16, 7, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2269 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 6, 13, 4, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2270 16, 16, 16, 16, 6, 10, 16, 8, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2271 16, 16, 16, 16, 16, 16, 8, 16, 16, 10, 16, 16, 16, 16, 16, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2272 16, 16, 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2273 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2274 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2275 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2276 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2277 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2278
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2279
5996
9319837c5d02 Rename some tables
kostya
parents: 5981
diff changeset
2280 static const uint8_t rv34_intra_coeff[NUM_INTRA_TABLES][COEFF_VLC_SIZE] = {
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2281 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2282 1, 3, 3, 4, 4, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2283 9, 9, 10, 10, 10, 11, 11, 11, 10, 10, 10, 12, 13, 14, 15, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2284 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2285 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2286 1, 2, 3, 5, 5, 6, 6, 7, 7, 8, 8, 9, 10, 10, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2287 11, 11, 12, 12, 13, 13, 13, 13, 13, 13, 13, 14, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2288 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2289 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2290 1, 2, 3, 4, 5, 6, 8, 8, 9, 9, 10, 10, 11, 12, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2291 13, 13, 14, 14, 14, 14, 16, 16, 14, 16, 16, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2292 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2293 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2294 1, 2, 3, 4, 5, 6, 8, 8, 9, 9, 10, 10, 11, 12, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2295 13, 13, 16, 16, 16, 16, 16, 16, 16, 16, 14, 12, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2296 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2297 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2298 1, 2, 3, 4, 5, 7, 7, 8, 8, 9, 10, 10, 12, 11, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2299 15, 13, 14, 13, 12, 15, 14, 13, 12, 12, 10, 11, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2300 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2301 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2302
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2303
5996
9319837c5d02 Rename some tables
kostya
parents: 5981
diff changeset
2304 static const uint8_t rv34_inter_cbppat[NUM_INTER_TABLES][CBPPAT_VLC_SIZE] = {
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2305 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2306 7, 9, 9, 8, 9, 8, 9, 8, 9, 9, 8, 8, 8, 8, 8, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2307 7, 10, 11, 10, 11, 10, 12, 10, 12, 11, 11, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2308 10, 11, 15, 12, 15, 12, 15, 12, 15, 14, 14, 12, 14, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2309 7, 11, 10, 10, 12, 11, 11, 10, 11, 12, 10, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2310 8, 12, 12, 11, 13, 12, 12, 10, 13, 13, 12, 10, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2311 11, 13, 15, 11, 15, 13, 15, 12, 16, 14, 14, 12, 15, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2312 10, 15, 11, 12, 15, 14, 14, 12, 15, 15, 12, 12, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2313 11, 15, 13, 12, 16, 15, 14, 12, 15, 15, 13, 12, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2314 13, 15, 14, 10, 16, 15, 16, 11, 16, 16, 15, 12, 16, 15, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2315 7, 11, 11, 11, 11, 10, 11, 10, 11, 12, 11, 10, 10, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2316 9, 12, 13, 12, 12, 11, 13, 10, 13, 13, 12, 11, 12, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2317 12, 13, 16, 14, 15, 12, 16, 12, 16, 15, 15, 13, 15, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2318 9, 13, 13, 12, 13, 12, 13, 11, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2319 9, 13, 13, 12, 13, 12, 13, 11, 13, 13, 13, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2320 12, 14, 15, 13, 16, 13, 15, 11, 16, 14, 15, 12, 15, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2321 12, 16, 14, 14, 16, 15, 15, 13, 16, 15, 14, 13, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2322 12, 15, 14, 13, 15, 14, 15, 12, 16, 15, 14, 12, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2323 13, 16, 16, 12, 16, 14, 16, 11, 16, 16, 15, 12, 16, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2324 10, 15, 15, 15, 12, 12, 14, 12, 14, 15, 15, 14, 12, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2325 11, 15, 16, 14, 13, 12, 15, 12, 16, 15, 15, 14, 14, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2326 14, 15, 16, 16, 15, 11, 16, 12, 16, 16, 16, 15, 16, 12, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2327 12, 16, 16, 15, 14, 14, 14, 13, 16, 16, 15, 14, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2328 12, 15, 15, 14, 14, 13, 15, 12, 16, 15, 14, 13, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2329 13, 16, 16, 15, 16, 12, 16, 11, 16, 16, 16, 14, 16, 13, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2330 14, 16, 16, 16, 16, 16, 15, 14, 16, 16, 16, 15, 16, 15, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2331 13, 16, 16, 15, 16, 15, 15, 12, 16, 16, 16, 14, 15, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2332 14, 16, 16, 13, 16, 14, 16, 10, 16, 16, 16, 13, 16, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2333 7, 12, 11, 11, 11, 11, 12, 10, 11, 11, 10, 10, 10, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2334 9, 13, 13, 12, 13, 12, 13, 11, 13, 13, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2335 12, 14, 16, 14, 16, 14, 16, 13, 16, 14, 15, 13, 15, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2336 9, 13, 12, 12, 13, 12, 13, 11, 12, 13, 11, 10, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2337 9, 13, 13, 12, 13, 12, 13, 11, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2338 12, 14, 16, 13, 16, 14, 15, 12, 15, 15, 14, 12, 15, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2339 11, 15, 13, 14, 15, 15, 14, 13, 15, 15, 12, 12, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2340 11, 15, 14, 13, 15, 14, 14, 12, 15, 14, 13, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2341 13, 16, 15, 12, 16, 15, 16, 12, 16, 16, 14, 11, 15, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2342 8, 13, 13, 12, 12, 12, 13, 11, 12, 13, 12, 11, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2343 9, 13, 14, 12, 13, 12, 13, 11, 13, 13, 13, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2344 12, 14, 16, 14, 15, 13, 15, 12, 15, 15, 15, 13, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2345 9, 13, 13, 12, 13, 12, 13, 11, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2346 9, 13, 12, 12, 13, 12, 12, 10, 13, 13, 12, 10, 12, 10, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2347 11, 14, 14, 12, 14, 12, 14, 11, 14, 14, 13, 11, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2348 12, 16, 14, 14, 15, 15, 14, 13, 15, 15, 13, 12, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2349 11, 14, 13, 12, 14, 13, 13, 11, 14, 14, 13, 11, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2350 11, 14, 14, 12, 15, 13, 14, 11, 15, 14, 13, 11, 14, 12, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2351 11, 16, 15, 15, 13, 14, 15, 13, 14, 15, 15, 13, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2352 12, 15, 15, 14, 14, 13, 15, 12, 15, 15, 14, 13, 13, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2353 13, 16, 16, 15, 16, 13, 16, 13, 16, 16, 15, 14, 14, 12, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2354 11, 16, 15, 14, 14, 14, 14, 13, 15, 15, 14, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2355 11, 14, 14, 13, 13, 12, 14, 11, 14, 14, 13, 12, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2356 12, 14, 15, 13, 14, 12, 14, 11, 15, 14, 14, 12, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2357 13, 16, 16, 16, 16, 15, 16, 14, 16, 16, 15, 14, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2358 12, 15, 14, 13, 15, 13, 14, 12, 15, 15, 13, 12, 13, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2359 11, 15, 14, 12, 14, 13, 14, 10, 15, 14, 13, 11, 13, 11, 11, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2360 10, 15, 15, 15, 15, 14, 15, 13, 12, 14, 12, 12, 12, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2361 12, 16, 16, 15, 16, 15, 16, 14, 14, 15, 14, 13, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2362 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14, 16, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2363 11, 15, 15, 14, 15, 15, 15, 14, 14, 15, 12, 12, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2364 12, 15, 15, 14, 16, 14, 15, 13, 14, 14, 13, 12, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2365 13, 16, 16, 15, 16, 16, 16, 14, 16, 16, 15, 12, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2366 13, 16, 14, 16, 16, 16, 16, 15, 15, 16, 11, 12, 16, 15, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2367 13, 16, 15, 14, 16, 15, 16, 14, 15, 16, 12, 11, 15, 14, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2368 13, 16, 16, 13, 16, 16, 16, 13, 16, 16, 13, 11, 16, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2369 11, 15, 15, 15, 14, 14, 15, 13, 13, 15, 14, 13, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2370 11, 15, 16, 14, 15, 14, 15, 13, 14, 14, 14, 13, 13, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2371 13, 16, 16, 16, 16, 15, 16, 14, 16, 16, 16, 13, 15, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2372 11, 16, 15, 14, 14, 14, 15, 13, 14, 14, 13, 12, 13, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2373 11, 14, 14, 13, 14, 13, 14, 12, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2374 12, 15, 15, 13, 15, 14, 15, 12, 15, 14, 14, 11, 13, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2375 13, 16, 15, 15, 16, 16, 16, 14, 15, 16, 12, 12, 14, 14, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2376 11, 15, 14, 13, 15, 13, 14, 12, 14, 14, 12, 11, 13, 12, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2377 11, 14, 14, 12, 15, 13, 14, 11, 15, 14, 12, 10, 13, 11, 11, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2378 12, 16, 16, 16, 15, 15, 16, 15, 14, 16, 15, 15, 10, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2379 13, 16, 16, 16, 15, 14, 16, 13, 15, 15, 15, 14, 12, 11, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2380 14, 16, 16, 16, 16, 14, 16, 13, 16, 16, 16, 14, 14, 11, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2381 13, 16, 16, 15, 15, 15, 15, 14, 15, 16, 14, 13, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2382 11, 15, 15, 13, 14, 13, 14, 12, 14, 14, 13, 12, 12, 11, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2383 11, 15, 15, 13, 15, 12, 14, 11, 14, 14, 13, 11, 12, 10, 11, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2384 13, 16, 16, 15, 16, 16, 16, 14, 16, 16, 14, 14, 14, 13, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2385 11, 14, 14, 13, 14, 13, 14, 11, 14, 14, 12, 11, 12, 11, 10, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2386 10, 13, 13, 11, 13, 12, 13, 9, 13, 13, 12, 9, 12, 10, 10, 3,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2387 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2388 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2389 5, 7, 7, 7, 7, 7, 8, 7, 7, 8, 7, 7, 7, 7, 7, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2390 7, 9, 11, 9, 11, 9, 11, 9, 11, 10, 10, 9, 10, 9, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2391 11, 11, 14, 11, 14, 11, 14, 11, 15, 13, 14, 12, 14, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2392 6, 11, 10, 9, 11, 10, 11, 9, 11, 11, 9, 9, 10, 10, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2393 8, 11, 11, 10, 12, 11, 12, 10, 12, 12, 11, 10, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2394 11, 13, 14, 11, 15, 13, 15, 11, 15, 14, 14, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2395 10, 14, 11, 11, 15, 14, 13, 12, 14, 14, 11, 11, 14, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2396 11, 14, 13, 11, 15, 14, 14, 11, 15, 15, 13, 11, 14, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2397 12, 14, 14, 10, 16, 15, 16, 11, 16, 16, 15, 11, 16, 15, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2398 6, 10, 11, 10, 10, 9, 11, 9, 10, 11, 10, 10, 9, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2399 9, 12, 12, 11, 12, 10, 12, 10, 12, 12, 12, 11, 11, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2400 12, 13, 15, 13, 14, 11, 15, 11, 15, 15, 14, 13, 14, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2401 9, 12, 12, 11, 12, 11, 12, 11, 12, 13, 11, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2402 9, 12, 12, 11, 13, 11, 12, 10, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2403 12, 14, 15, 12, 15, 12, 14, 11, 15, 15, 14, 12, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2404 12, 15, 14, 13, 15, 14, 14, 13, 16, 16, 14, 13, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2405 12, 15, 14, 13, 15, 14, 14, 12, 15, 15, 13, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2406 13, 15, 15, 12, 16, 14, 15, 11, 16, 16, 15, 12, 15, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2407 10, 14, 14, 14, 12, 11, 13, 12, 14, 15, 14, 13, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2408 12, 14, 15, 14, 13, 11, 14, 12, 15, 15, 15, 14, 13, 11, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2409 13, 15, 16, 15, 14, 11, 16, 11, 16, 16, 16, 14, 15, 12, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2410 12, 15, 15, 14, 14, 14, 14, 13, 15, 15, 14, 14, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2411 12, 15, 15, 14, 14, 13, 14, 12, 15, 15, 14, 13, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2412 13, 15, 16, 14, 15, 13, 16, 11, 16, 16, 15, 14, 15, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2413 14, 16, 16, 16, 16, 16, 15, 14, 16, 16, 16, 16, 16, 16, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2414 14, 16, 16, 14, 16, 15, 15, 12, 16, 16, 16, 14, 15, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2415 14, 16, 16, 14, 16, 14, 16, 11, 16, 16, 16, 14, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2416 6, 11, 10, 10, 10, 10, 11, 10, 10, 11, 9, 9, 9, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2417 9, 12, 12, 11, 13, 11, 13, 11, 12, 12, 11, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2418 12, 14, 16, 13, 16, 14, 16, 13, 15, 14, 15, 12, 15, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2419 8, 12, 11, 11, 12, 12, 12, 11, 11, 12, 10, 10, 11, 11, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2420 9, 12, 12, 11, 13, 12, 13, 11, 13, 12, 11, 10, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2421 12, 14, 15, 12, 15, 14, 15, 12, 15, 14, 14, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2422 11, 15, 13, 13, 15, 14, 14, 13, 14, 15, 11, 11, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2423 11, 14, 13, 12, 15, 14, 14, 12, 14, 14, 12, 11, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2424 13, 15, 15, 12, 16, 15, 15, 12, 15, 15, 14, 11, 15, 14, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2425 8, 12, 12, 11, 11, 11, 12, 11, 11, 12, 11, 11, 10, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2426 9, 13, 13, 12, 13, 11, 13, 11, 12, 13, 12, 11, 11, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2427 12, 14, 15, 14, 15, 13, 15, 12, 15, 14, 14, 13, 14, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2428 9, 13, 12, 12, 12, 12, 12, 11, 12, 13, 11, 11, 11, 11, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2429 9, 12, 12, 11, 12, 11, 12, 10, 12, 12, 11, 10, 11, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2430 11, 13, 14, 12, 14, 12, 14, 11, 14, 13, 13, 11, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2431 12, 15, 14, 13, 15, 14, 14, 13, 15, 15, 13, 12, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2432 11, 14, 13, 12, 14, 13, 13, 11, 14, 14, 12, 11, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2433 11, 14, 14, 12, 14, 13, 14, 11, 14, 14, 13, 11, 13, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2434 11, 15, 15, 14, 13, 13, 14, 13, 14, 15, 14, 13, 11, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2435 12, 15, 15, 14, 14, 12, 14, 12, 14, 14, 14, 13, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2436 13, 16, 16, 15, 15, 12, 16, 13, 16, 15, 15, 14, 14, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2437 12, 15, 15, 14, 14, 14, 14, 13, 15, 15, 14, 13, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2438 11, 14, 14, 13, 13, 12, 13, 11, 14, 13, 13, 12, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2439 12, 14, 15, 13, 14, 12, 14, 11, 15, 14, 13, 12, 13, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2440 13, 16, 16, 15, 16, 15, 15, 14, 16, 16, 15, 14, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2441 12, 15, 14, 13, 14, 13, 14, 12, 15, 14, 13, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2442 12, 14, 14, 13, 15, 13, 14, 11, 14, 14, 13, 12, 13, 12, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2443 10, 14, 14, 13, 14, 14, 14, 13, 12, 13, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2444 12, 15, 15, 14, 15, 14, 16, 14, 14, 14, 13, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2445 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14, 16, 14, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2446 11, 15, 14, 14, 15, 14, 14, 14, 13, 14, 11, 12, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2447 12, 15, 14, 14, 15, 14, 15, 13, 14, 14, 13, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2448 13, 16, 16, 14, 16, 15, 16, 14, 16, 15, 15, 12, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2449 13, 16, 14, 15, 16, 16, 16, 14, 14, 16, 11, 12, 15, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2450 13, 16, 15, 14, 16, 15, 16, 14, 15, 15, 12, 11, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2451 14, 16, 16, 13, 16, 16, 16, 14, 16, 15, 13, 11, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2452 11, 15, 15, 14, 14, 14, 14, 13, 13, 14, 13, 13, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2453 12, 15, 15, 14, 15, 14, 15, 13, 14, 14, 13, 13, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2454 13, 16, 16, 16, 16, 14, 16, 14, 16, 15, 16, 14, 15, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2455 11, 15, 14, 14, 15, 14, 14, 13, 14, 14, 12, 12, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2456 11, 14, 14, 13, 14, 13, 13, 12, 13, 13, 12, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2457 12, 14, 15, 13, 15, 13, 14, 13, 14, 14, 13, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2458 13, 16, 15, 15, 16, 15, 15, 14, 15, 16, 12, 12, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2459 12, 15, 14, 13, 15, 13, 14, 12, 14, 14, 12, 11, 13, 12, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2460 12, 14, 14, 13, 15, 13, 14, 12, 15, 14, 13, 10, 13, 12, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2461 12, 16, 16, 15, 14, 14, 15, 14, 13, 15, 14, 14, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2462 13, 16, 16, 15, 15, 14, 15, 14, 15, 15, 15, 14, 12, 11, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2463 14, 16, 16, 16, 16, 14, 16, 14, 16, 15, 15, 14, 14, 11, 14, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2464 12, 16, 16, 15, 15, 14, 15, 14, 14, 16, 14, 14, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2465 11, 14, 14, 13, 14, 13, 14, 12, 14, 14, 13, 12, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2466 12, 14, 15, 13, 14, 13, 14, 12, 14, 14, 13, 12, 13, 11, 12, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2467 14, 16, 16, 16, 16, 16, 15, 14, 16, 16, 14, 13, 13, 13, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2468 12, 15, 15, 13, 15, 13, 14, 12, 14, 14, 13, 12, 13, 12, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2469 11, 14, 13, 12, 14, 12, 13, 10, 14, 13, 12, 10, 12, 10, 10, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2470 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2471 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2472 4, 6, 6, 6, 6, 6, 7, 6, 6, 7, 6, 6, 6, 6, 6, 3,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2473 6, 9, 10, 9, 10, 9, 11, 9, 10, 10, 10, 9, 10, 9, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2474 10, 11, 14, 11, 14, 11, 14, 11, 14, 13, 14, 11, 14, 11, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2475 6, 10, 9, 9, 10, 10, 10, 9, 10, 11, 9, 9, 10, 10, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2476 8, 11, 11, 9, 12, 11, 12, 10, 12, 12, 11, 10, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2477 11, 13, 14, 11, 15, 13, 15, 11, 15, 14, 14, 11, 15, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2478 10, 13, 11, 11, 14, 14, 13, 11, 14, 14, 11, 11, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2479 11, 14, 12, 11, 15, 14, 14, 11, 15, 15, 13, 11, 14, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2480 12, 14, 13, 10, 16, 15, 16, 11, 16, 16, 14, 11, 16, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2481 6, 10, 10, 10, 9, 9, 10, 9, 10, 11, 10, 10, 9, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2482 8, 11, 12, 11, 11, 10, 12, 10, 12, 12, 12, 11, 11, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2483 11, 13, 15, 13, 14, 11, 15, 11, 15, 14, 14, 13, 14, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2484 8, 12, 12, 12, 12, 12, 12, 11, 12, 13, 11, 11, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2485 9, 12, 12, 11, 12, 12, 13, 11, 13, 13, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2486 11, 14, 15, 13, 14, 13, 15, 11, 15, 15, 14, 13, 15, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2487 12, 16, 14, 14, 15, 15, 14, 12, 15, 16, 14, 13, 14, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2488 11, 15, 14, 13, 15, 14, 15, 12, 15, 16, 14, 13, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2489 13, 15, 15, 12, 16, 15, 16, 12, 16, 16, 15, 13, 15, 14, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2490 10, 14, 14, 14, 11, 11, 13, 11, 14, 14, 14, 13, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2491 11, 14, 15, 14, 13, 11, 14, 12, 15, 15, 15, 14, 13, 11, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2492 13, 14, 16, 15, 14, 11, 16, 12, 16, 16, 16, 14, 15, 12, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2493 12, 16, 15, 15, 14, 14, 14, 12, 16, 16, 14, 14, 14, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2494 12, 15, 15, 14, 14, 13, 14, 12, 15, 16, 14, 14, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2495 13, 16, 16, 14, 16, 13, 16, 12, 16, 16, 16, 14, 16, 13, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2496 14, 16, 16, 16, 16, 16, 15, 14, 16, 16, 16, 16, 16, 16, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2497 13, 16, 16, 15, 16, 16, 16, 13, 16, 16, 16, 15, 16, 15, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2498 14, 16, 16, 14, 16, 14, 16, 12, 16, 16, 16, 15, 16, 15, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2499 6, 10, 10, 10, 10, 10, 11, 10, 9, 10, 9, 9, 9, 9, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2500 9, 12, 12, 11, 12, 11, 13, 11, 12, 12, 11, 10, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2501 12, 14, 15, 14, 15, 14, 16, 13, 15, 14, 14, 12, 15, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2502 8, 12, 11, 11, 12, 12, 12, 11, 11, 12, 10, 10, 11, 11, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2503 9, 12, 12, 11, 13, 12, 13, 11, 12, 13, 11, 10, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2504 11, 14, 14, 13, 15, 14, 15, 13, 15, 14, 14, 12, 15, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2505 11, 15, 12, 13, 15, 15, 14, 13, 14, 15, 11, 11, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2506 11, 14, 13, 13, 15, 14, 15, 13, 15, 15, 13, 11, 15, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2507 13, 15, 15, 12, 16, 15, 16, 13, 16, 15, 14, 11, 16, 15, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2508 8, 12, 12, 11, 11, 11, 12, 11, 11, 12, 11, 11, 9, 10, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2509 9, 12, 13, 12, 12, 11, 13, 11, 12, 13, 12, 12, 11, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2510 12, 14, 15, 14, 15, 13, 16, 13, 15, 14, 15, 13, 14, 12, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2511 9, 13, 12, 12, 12, 12, 13, 12, 12, 13, 11, 11, 11, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2512 9, 12, 12, 12, 12, 12, 13, 11, 12, 13, 11, 11, 12, 11, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2513 11, 13, 14, 13, 14, 13, 15, 12, 14, 14, 14, 12, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2514 12, 15, 14, 14, 15, 15, 14, 13, 15, 16, 13, 13, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2515 11, 14, 13, 13, 14, 14, 14, 12, 14, 15, 13, 12, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2516 11, 14, 14, 13, 15, 14, 15, 12, 15, 15, 14, 12, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2517 11, 14, 14, 14, 13, 13, 14, 13, 13, 14, 14, 13, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2518 11, 15, 15, 14, 14, 13, 15, 13, 14, 15, 14, 14, 13, 11, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2519 13, 16, 16, 16, 15, 13, 16, 13, 16, 16, 16, 15, 15, 12, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2520 11, 15, 15, 15, 14, 14, 14, 13, 15, 15, 14, 14, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2521 11, 14, 14, 13, 13, 13, 14, 12, 14, 14, 13, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2522 12, 15, 15, 14, 15, 13, 15, 12, 15, 15, 14, 13, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2523 13, 16, 16, 16, 16, 16, 16, 14, 16, 16, 15, 15, 15, 15, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2524 12, 15, 15, 14, 15, 14, 15, 13, 15, 16, 14, 13, 14, 14, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2525 12, 15, 15, 14, 15, 14, 15, 12, 15, 15, 14, 13, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2526 10, 14, 13, 13, 14, 13, 14, 13, 11, 13, 11, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2527 12, 15, 16, 14, 15, 14, 16, 14, 14, 14, 14, 13, 14, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2528 14, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 13, 16, 14, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2529 11, 15, 14, 14, 15, 14, 15, 14, 13, 14, 11, 12, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2530 12, 15, 15, 14, 15, 15, 16, 14, 14, 14, 13, 12, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2531 13, 16, 16, 15, 16, 16, 16, 15, 16, 15, 15, 12, 16, 14, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2532 12, 16, 14, 15, 16, 16, 16, 14, 14, 16, 11, 12, 14, 15, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2533 13, 16, 15, 14, 16, 16, 16, 14, 15, 16, 13, 12, 15, 15, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2534 14, 16, 16, 14, 16, 16, 16, 15, 16, 16, 14, 12, 16, 15, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2535 11, 14, 14, 14, 14, 14, 14, 13, 12, 14, 13, 13, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2536 11, 15, 15, 14, 14, 14, 16, 14, 14, 14, 14, 13, 13, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2537 13, 16, 16, 16, 16, 15, 16, 15, 16, 15, 16, 14, 15, 13, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2538 11, 15, 15, 14, 14, 14, 15, 14, 14, 15, 13, 13, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2539 11, 14, 14, 13, 14, 14, 14, 13, 13, 14, 13, 12, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2540 12, 15, 15, 14, 16, 14, 16, 14, 15, 15, 15, 13, 14, 13, 14, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2541 13, 16, 15, 16, 16, 16, 16, 15, 15, 16, 13, 13, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2542 12, 15, 14, 14, 15, 15, 15, 13, 14, 15, 13, 12, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2543 12, 15, 14, 14, 15, 15, 15, 13, 15, 15, 14, 12, 14, 13, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2544 12, 16, 15, 15, 13, 14, 15, 14, 13, 15, 14, 14, 10, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2545 12, 16, 16, 15, 15, 14, 16, 14, 15, 15, 15, 14, 13, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2546 14, 16, 16, 16, 16, 14, 16, 15, 16, 15, 16, 15, 14, 12, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2547 12, 16, 15, 15, 15, 15, 15, 14, 15, 16, 14, 14, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2548 11, 15, 15, 14, 14, 14, 15, 13, 14, 15, 14, 13, 13, 12, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2549 12, 15, 15, 14, 15, 14, 15, 13, 15, 15, 14, 13, 14, 12, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2550 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 14, 14, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2551 12, 15, 15, 14, 15, 15, 15, 13, 15, 15, 14, 13, 14, 13, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2552 11, 14, 14, 13, 14, 13, 14, 12, 13, 14, 13, 12, 13, 12, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2553 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2554 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2555 2, 6, 6, 5, 6, 6, 7, 6, 6, 7, 6, 6, 6, 6, 6, 3,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2556 6, 9, 10, 9, 10, 9, 11, 9, 10, 10, 10, 9, 10, 9, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2557 10, 11, 14, 11, 14, 11, 14, 11, 14, 13, 14, 12, 14, 12, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2558 6, 10, 9, 9, 10, 10, 10, 9, 10, 11, 9, 9, 10, 10, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2559 8, 11, 11, 9, 12, 11, 12, 10, 12, 12, 11, 10, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2560 11, 13, 14, 11, 16, 13, 15, 12, 16, 14, 14, 12, 15, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2561 10, 13, 11, 11, 14, 14, 13, 11, 13, 14, 11, 11, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2562 11, 13, 13, 11, 15, 14, 14, 12, 15, 15, 13, 12, 15, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2563 12, 14, 14, 11, 16, 15, 16, 12, 16, 16, 15, 12, 16, 15, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2564 6, 10, 10, 10, 9, 9, 10, 9, 10, 11, 10, 10, 9, 9, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2565 8, 11, 12, 11, 11, 10, 12, 10, 12, 12, 12, 11, 11, 10, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2566 12, 13, 16, 13, 14, 11, 16, 12, 16, 15, 15, 13, 14, 12, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2567 9, 13, 12, 12, 12, 12, 12, 11, 13, 13, 12, 12, 12, 12, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2568 10, 13, 13, 12, 13, 12, 13, 11, 14, 14, 13, 12, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2569 12, 14, 16, 13, 15, 13, 15, 12, 16, 16, 16, 13, 16, 14, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2570 12, 16, 14, 14, 16, 15, 14, 13, 16, 16, 14, 14, 15, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2571 12, 16, 15, 14, 16, 15, 15, 12, 16, 16, 15, 14, 16, 15, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2572 14, 16, 16, 14, 16, 15, 16, 13, 16, 16, 16, 14, 16, 16, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2573 10, 14, 14, 13, 11, 11, 13, 12, 14, 14, 13, 13, 11, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2574 12, 14, 16, 14, 13, 11, 14, 12, 16, 15, 15, 14, 14, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2575 13, 14, 16, 15, 14, 11, 16, 12, 16, 16, 16, 15, 16, 13, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2576 12, 16, 15, 15, 14, 14, 14, 13, 16, 16, 15, 15, 14, 14, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2577 13, 16, 16, 15, 14, 14, 15, 13, 16, 16, 16, 15, 15, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2578 14, 16, 16, 15, 16, 14, 16, 13, 16, 16, 16, 15, 16, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2579 15, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2580 15, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2581 15, 16, 16, 15, 16, 15, 16, 13, 16, 16, 16, 16, 16, 16, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2582 6, 10, 10, 10, 10, 10, 11, 10, 9, 10, 9, 9, 9, 9, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2583 9, 12, 13, 12, 13, 12, 14, 12, 12, 12, 12, 11, 12, 11, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2584 12, 14, 16, 14, 16, 14, 16, 14, 15, 14, 15, 13, 16, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2585 8, 12, 11, 11, 12, 12, 12, 11, 11, 12, 10, 10, 11, 11, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2586 10, 13, 13, 12, 14, 13, 14, 12, 13, 13, 12, 11, 13, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2587 12, 15, 15, 13, 16, 15, 16, 14, 16, 15, 15, 12, 16, 14, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2588 11, 15, 13, 13, 16, 15, 14, 13, 14, 15, 11, 12, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2589 12, 16, 14, 13, 16, 16, 16, 14, 16, 15, 13, 12, 15, 15, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2590 14, 16, 16, 14, 16, 16, 16, 14, 16, 16, 15, 13, 16, 16, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2591 8, 12, 12, 12, 11, 11, 12, 11, 11, 12, 11, 11, 9, 10, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2592 10, 13, 14, 13, 13, 12, 14, 12, 13, 13, 13, 12, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2593 13, 15, 16, 15, 16, 14, 16, 14, 16, 15, 16, 14, 15, 13, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2594 10, 13, 13, 13, 13, 13, 13, 12, 13, 14, 12, 12, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2595 10, 13, 13, 13, 13, 13, 14, 12, 13, 14, 13, 12, 12, 12, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2596 12, 15, 15, 14, 16, 14, 16, 13, 16, 15, 15, 13, 15, 13, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2597 13, 16, 15, 15, 16, 16, 15, 14, 16, 16, 13, 14, 15, 15, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2598 12, 16, 14, 14, 16, 16, 15, 13, 16, 16, 14, 13, 15, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2599 13, 16, 16, 14, 16, 15, 16, 13, 16, 16, 16, 13, 16, 15, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2600 11, 15, 15, 14, 13, 13, 14, 13, 13, 15, 14, 14, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2601 12, 15, 16, 15, 14, 13, 16, 14, 16, 15, 16, 14, 13, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2602 14, 16, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 16, 13, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2603 12, 16, 16, 16, 15, 15, 15, 14, 15, 16, 14, 14, 13, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2604 12, 16, 16, 15, 15, 14, 16, 13, 16, 16, 15, 14, 14, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2605 13, 16, 16, 15, 16, 14, 16, 13, 16, 16, 16, 15, 16, 14, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2606 15, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2607 14, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 15, 16, 15, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2608 14, 16, 16, 15, 16, 16, 16, 13, 16, 16, 16, 15, 16, 15, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2609 10, 14, 13, 13, 13, 13, 14, 13, 11, 13, 11, 11, 11, 11, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2610 12, 15, 16, 15, 16, 15, 16, 14, 14, 14, 14, 13, 14, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2611 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2612 11, 15, 14, 14, 15, 15, 15, 14, 13, 14, 11, 12, 13, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2613 13, 16, 15, 15, 16, 16, 16, 15, 15, 15, 13, 12, 15, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2614 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2615 13, 16, 14, 15, 16, 16, 16, 15, 14, 16, 11, 12, 15, 15, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2616 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13, 13, 16, 16, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2617 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2618 11, 15, 15, 14, 13, 14, 14, 14, 13, 14, 13, 13, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2619 12, 16, 16, 16, 16, 15, 16, 15, 15, 15, 15, 14, 13, 12, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2620 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 14, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2621 12, 16, 15, 15, 16, 16, 16, 14, 14, 15, 13, 13, 13, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2622 12, 16, 16, 15, 15, 15, 16, 14, 14, 15, 14, 13, 14, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2623 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14, 16, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2624 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 14, 15, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2625 13, 16, 16, 15, 16, 16, 16, 14, 16, 16, 14, 13, 16, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2626 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14, 16, 14, 15, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2627 12, 16, 16, 15, 14, 15, 16, 14, 13, 15, 14, 14, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2628 13, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 15, 13, 12, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2629 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2630 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 15, 15, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2631 13, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14, 14, 13, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2632 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 15, 15, 14, 14, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2633 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 15, 16, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2634 14, 16, 16, 16, 16, 16, 16, 14, 16, 16, 15, 14, 15, 14, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2635 12, 15, 15, 14, 15, 14, 16, 14, 14, 16, 15, 13, 14, 13, 13, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2636 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2637 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2638 2, 5, 5, 5, 5, 5, 6, 6, 5, 6, 5, 6, 5, 6, 6, 4,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2639 6, 8, 10, 8, 10, 9, 11, 9, 10, 10, 10, 9, 10, 9, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2640 10, 11, 13, 11, 13, 11, 14, 11, 14, 13, 13, 12, 13, 12, 13, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2641 6, 10, 8, 9, 10, 10, 10, 9, 10, 11, 9, 9, 10, 10, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2642 8, 11, 11, 10, 12, 11, 12, 10, 12, 12, 11, 10, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2643 11, 13, 14, 11, 15, 14, 15, 12, 16, 14, 14, 12, 15, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2644 10, 13, 11, 11, 14, 13, 13, 12, 13, 14, 11, 11, 13, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2645 11, 14, 13, 11, 16, 14, 14, 12, 15, 15, 14, 12, 15, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2646 12, 14, 14, 11, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2647 6, 10, 10, 10, 8, 9, 10, 9, 10, 11, 10, 10, 9, 9, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2648 8, 11, 12, 12, 11, 10, 12, 11, 12, 12, 12, 12, 12, 11, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2649 11, 13, 16, 14, 14, 12, 15, 12, 16, 15, 16, 14, 14, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2650 9, 13, 12, 12, 12, 12, 12, 11, 13, 13, 12, 12, 12, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2651 10, 13, 13, 12, 13, 12, 13, 11, 14, 14, 13, 13, 13, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2652 13, 14, 16, 14, 15, 14, 16, 13, 16, 16, 16, 14, 16, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2653 12, 16, 14, 14, 16, 15, 14, 13, 16, 16, 14, 14, 15, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2654 13, 16, 15, 14, 16, 16, 15, 13, 16, 16, 15, 14, 16, 16, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2655 14, 16, 16, 14, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2656 10, 13, 14, 13, 11, 11, 13, 12, 13, 14, 13, 13, 11, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2657 11, 14, 15, 15, 13, 12, 14, 13, 16, 16, 16, 15, 14, 13, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2658 12, 14, 16, 16, 14, 12, 16, 13, 16, 16, 16, 16, 15, 13, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2659 12, 16, 15, 16, 14, 15, 14, 14, 16, 16, 15, 16, 14, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2660 13, 16, 16, 16, 16, 14, 16, 13, 16, 16, 16, 16, 16, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2661 14, 16, 16, 16, 16, 14, 16, 14, 16, 16, 16, 16, 16, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2662 15, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 15, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2663 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2664 15, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2665 6, 10, 10, 10, 10, 10, 10, 10, 8, 10, 9, 9, 8, 9, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2666 9, 12, 13, 12, 13, 12, 13, 12, 12, 12, 12, 11, 12, 11, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2667 12, 14, 16, 14, 16, 14, 16, 14, 16, 15, 15, 14, 16, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2668 8, 12, 11, 11, 12, 12, 12, 11, 11, 12, 10, 10, 11, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2669 10, 13, 13, 12, 14, 13, 14, 12, 13, 13, 12, 11, 13, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2670 13, 15, 16, 14, 16, 16, 16, 14, 16, 15, 15, 13, 16, 15, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2671 11, 15, 13, 13, 15, 15, 15, 14, 14, 14, 11, 12, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2672 13, 16, 14, 14, 16, 16, 16, 14, 16, 15, 13, 13, 16, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2673 14, 16, 16, 14, 16, 16, 16, 15, 16, 16, 16, 14, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2674 8, 12, 12, 12, 11, 11, 12, 12, 11, 12, 11, 11, 9, 10, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2675 10, 13, 14, 13, 13, 12, 14, 13, 13, 13, 13, 13, 12, 11, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2676 13, 15, 16, 15, 16, 14, 16, 14, 16, 16, 16, 15, 16, 13, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2677 10, 14, 13, 13, 13, 13, 13, 13, 13, 14, 12, 12, 12, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2678 10, 13, 13, 13, 13, 13, 14, 12, 13, 14, 13, 12, 13, 12, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2679 13, 16, 16, 14, 16, 15, 16, 14, 16, 16, 15, 14, 16, 14, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2680 13, 16, 15, 16, 16, 16, 15, 14, 16, 16, 14, 14, 15, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2681 13, 16, 15, 14, 16, 16, 16, 14, 16, 16, 14, 14, 15, 15, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2682 14, 16, 16, 15, 16, 16, 16, 14, 16, 16, 16, 15, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2683 11, 14, 15, 14, 13, 13, 14, 14, 13, 15, 14, 14, 11, 12, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2684 13, 16, 16, 16, 14, 14, 16, 14, 16, 16, 16, 15, 14, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2685 14, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2686 13, 16, 16, 16, 15, 16, 15, 15, 16, 16, 15, 16, 14, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2687 13, 16, 16, 15, 15, 14, 16, 14, 16, 16, 16, 15, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2688 14, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2689 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2690 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2691 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2692 9, 13, 13, 13, 13, 13, 14, 13, 10, 12, 11, 12, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2693 12, 15, 16, 15, 16, 16, 16, 16, 14, 14, 14, 13, 14, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2694 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2695 11, 15, 14, 14, 15, 14, 15, 14, 13, 14, 11, 12, 13, 13, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2696 13, 16, 16, 15, 16, 16, 16, 15, 15, 15, 14, 13, 16, 15, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2697 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2698 12, 16, 14, 15, 16, 16, 16, 16, 14, 16, 11, 13, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2699 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 14, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2700 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2701 11, 15, 14, 14, 13, 14, 15, 14, 12, 14, 13, 13, 11, 12, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2702 13, 16, 16, 16, 16, 15, 16, 16, 15, 15, 15, 15, 14, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2703 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2704 13, 16, 16, 16, 16, 16, 16, 15, 14, 16, 13, 14, 13, 14, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2705 13, 16, 16, 16, 16, 16, 16, 15, 15, 16, 15, 14, 14, 14, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2706 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2707 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 15, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2708 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 14, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2709 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2710 11, 16, 16, 15, 13, 15, 16, 15, 13, 15, 15, 15, 11, 12, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2711 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 14, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2712 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2713 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 14, 14, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2714 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2715 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2716 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2717 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2718 12, 14, 14, 14, 14, 15, 16, 14, 14, 16, 15, 14, 14, 15, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2719 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2720 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2721 1, 5, 5, 6, 5, 6, 7, 7, 5, 7, 6, 7, 5, 6, 6, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2722 6, 9, 10, 9, 10, 9, 11, 10, 11, 11, 11, 10, 11, 10, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2723 10, 11, 14, 12, 14, 12, 16, 12, 16, 13, 16, 13, 14, 13, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2724 6, 10, 9, 9, 10, 11, 11, 10, 10, 11, 9, 10, 10, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2725 8, 11, 11, 10, 13, 12, 13, 12, 13, 13, 12, 12, 13, 13, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2726 11, 13, 16, 12, 16, 16, 16, 13, 16, 16, 16, 14, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2727 10, 14, 11, 12, 14, 14, 13, 13, 13, 16, 12, 13, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2728 11, 14, 13, 12, 16, 16, 16, 14, 16, 16, 14, 14, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2729 12, 14, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2730 6, 10, 10, 11, 9, 9, 11, 10, 10, 11, 11, 11, 9, 10, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2731 9, 12, 13, 12, 12, 11, 13, 12, 13, 13, 13, 13, 12, 12, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2732 12, 13, 16, 16, 16, 13, 16, 14, 16, 16, 16, 16, 16, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2733 9, 13, 13, 13, 13, 13, 13, 13, 13, 14, 13, 13, 13, 13, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2734 10, 14, 14, 13, 14, 13, 14, 13, 16, 16, 14, 15, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2735 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2736 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2737 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2738 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2739 10, 14, 14, 16, 11, 12, 14, 13, 14, 16, 16, 16, 12, 13, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2740 12, 16, 16, 16, 13, 13, 16, 14, 16, 16, 16, 16, 16, 14, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2741 13, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2742 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2743 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2744 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2745 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2746 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2747 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2748 6, 10, 10, 10, 10, 11, 11, 11, 9, 11, 9, 10, 9, 10, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2749 9, 13, 13, 13, 13, 13, 14, 13, 12, 13, 13, 12, 13, 12, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2750 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2751 8, 13, 12, 12, 13, 13, 13, 13, 11, 13, 10, 12, 12, 13, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2752 10, 14, 13, 13, 16, 16, 16, 14, 14, 14, 13, 13, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2753 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2754 11, 16, 13, 16, 16, 16, 16, 16, 14, 16, 12, 13, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2755 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2756 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2757 8, 13, 13, 13, 11, 12, 13, 13, 11, 13, 12, 13, 10, 12, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2758 10, 14, 16, 16, 14, 13, 16, 14, 14, 16, 16, 14, 13, 13, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2759 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2760 10, 16, 14, 16, 14, 14, 14, 14, 13, 16, 13, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2761 10, 14, 14, 14, 14, 16, 16, 14, 14, 16, 14, 14, 14, 14, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2762 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2763 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2764 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2765 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2766 11, 16, 16, 16, 13, 16, 16, 16, 14, 16, 16, 16, 12, 14, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2767 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2768 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2769 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2770 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2771 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2772 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2773 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2774 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2775 9, 14, 13, 14, 13, 14, 16, 16, 11, 13, 12, 13, 11, 13, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2776 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2777 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2778 11, 16, 14, 16, 16, 16, 16, 16, 13, 16, 12, 13, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2779 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2780 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2781 12, 16, 16, 16, 16, 16, 16, 16, 14, 16, 12, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2782 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2783 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2784 11, 16, 16, 16, 14, 16, 16, 16, 13, 16, 14, 16, 12, 13, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2785 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2786 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2787 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2788 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2789 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2790 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2791 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2792 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2793 11, 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 16, 12, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2794 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2795 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2796 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2797 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2798 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2799 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2800 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2801 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2802 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2803 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2804 1, 5, 5, 6, 5, 6, 7, 8, 5, 7, 6, 8, 6, 7, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2805 5, 9, 10, 10, 10, 10, 12, 11, 10, 11, 11, 11, 10, 11, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2806 9, 11, 13, 12, 13, 12, 16, 14, 16, 14, 16, 16, 16, 13, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2807 5, 10, 9, 10, 10, 11, 11, 11, 10, 11, 9, 11, 10, 11, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2808 8, 11, 11, 11, 12, 13, 13, 13, 12, 13, 12, 12, 13, 13, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2809 11, 13, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2810 9, 14, 11, 12, 14, 16, 13, 14, 13, 16, 12, 14, 16, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2811 11, 16, 13, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2812 11, 14, 14, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2813 5, 10, 11, 11, 9, 10, 11, 11, 10, 12, 11, 12, 9, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2814 8, 12, 13, 13, 11, 11, 14, 13, 13, 14, 13, 16, 12, 12, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2815 11, 13, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2816 9, 13, 12, 13, 12, 13, 13, 14, 13, 16, 13, 16, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2817 10, 14, 13, 14, 13, 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2818 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2819 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2820 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2821 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2822 9, 14, 16, 16, 11, 12, 14, 16, 13, 16, 16, 16, 12, 14, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2823 11, 16, 16, 16, 13, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2824 12, 16, 16, 16, 14, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2825 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2826 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2827 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2828 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2829 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2830 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2831 5, 10, 10, 11, 10, 11, 12, 12, 8, 11, 10, 11, 9, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2832 9, 12, 13, 13, 13, 13, 16, 16, 12, 13, 13, 13, 13, 13, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2833 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2834 8, 13, 11, 13, 12, 13, 13, 14, 11, 13, 10, 13, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2835 10, 14, 13, 14, 16, 16, 16, 16, 13, 16, 13, 14, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2836 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2837 11, 16, 13, 16, 16, 16, 16, 16, 13, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2838 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2839 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2840 8, 13, 13, 13, 11, 13, 14, 16, 11, 13, 13, 14, 10, 12, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2841 10, 14, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16, 13, 13, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2842 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2843 10, 16, 14, 16, 13, 16, 16, 16, 13, 16, 13, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2844 10, 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2845 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2846 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2847 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2848 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2849 10, 16, 16, 16, 13, 16, 16, 16, 14, 16, 16, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2850 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2851 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2852 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2853 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2854 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2855 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2856 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2857 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2858 9, 14, 13, 16, 13, 16, 16, 16, 10, 14, 12, 14, 11, 13, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2859 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2860 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2861 11, 16, 16, 16, 16, 16, 16, 16, 12, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2862 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2863 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2864 11, 16, 16, 16, 16, 16, 16, 16, 13, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2865 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2866 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2867 10, 16, 16, 16, 14, 16, 16, 16, 12, 16, 16, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2868 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2869 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2870 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2871 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2872 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2873 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2874 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2875 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2876 11, 16, 16, 16, 14, 16, 16, 16, 14, 16, 16, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2877 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2878 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2879 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2880 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2881 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2882 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2883 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2884 10, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2885 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2886 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2887
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2888
5996
9319837c5d02 Rename some tables
kostya
parents: 5981
diff changeset
2889 static const uint8_t rv34_inter_cbp[NUM_INTER_TABLES][4][CBP_VLC_SIZE] = {
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2890 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2891 { 0, 6, 6, 3, 6, 4, 5, 3, 6, 5, 4, 3, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2892 { 0, 6, 6, 4, 6, 4, 5, 3, 6, 5, 4, 3, 4, 4, 4, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2893 { 0, 7, 7, 4, 7, 5, 5, 4, 7, 5, 5, 4, 5, 4, 4, 1 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2894 { 0, 7, 7, 5, 7, 5, 6, 4, 7, 6, 5, 3, 5, 4, 4, 1 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2895 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2896 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2897 { 0, 6, 6, 3, 6, 3, 5, 4, 6, 5, 3, 4, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2898 { 0, 6, 6, 4, 6, 4, 4, 4, 6, 4, 4, 3, 4, 4, 4, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2899 { 0, 6, 6, 4, 6, 4, 5, 4, 6, 5, 4, 3, 4, 4, 3, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2900 { 0, 7, 7, 5, 7, 5, 6, 4, 7, 6, 5, 3, 5, 4, 4, 1 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2901 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2902 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2903 { 0, 6, 6, 3, 6, 3, 5, 4, 6, 5, 3, 4, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2904 { 0, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, 4, 4, 4, 4, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2905 { 0, 6, 6, 4, 6, 4, 5, 3, 6, 5, 4, 3, 4, 4, 4, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2906 { 0, 7, 7, 5, 7, 5, 6, 4, 7, 6, 5, 3, 5, 4, 4, 1 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2907 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2908 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2909 { 0, 6, 6, 3, 6, 3, 5, 4, 6, 5, 3, 4, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2910 { 0, 5, 5, 3, 5, 4, 5, 4, 5, 5, 4, 4, 4, 4, 4, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2911 { 0, 6, 6, 4, 6, 4, 5, 3, 6, 5, 4, 3, 4, 4, 4, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2912 { 0, 7, 7, 4, 7, 5, 6, 4, 7, 6, 5, 4, 4, 4, 4, 1 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2913 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2914 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2915 { 0, 5, 5, 3, 5, 3, 5, 4, 5, 5, 3, 4, 3, 4, 4, 4 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2916 { 0, 5, 5, 3, 5, 4, 5, 4, 5, 5, 3, 4, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2917 { 0, 6, 6, 4, 6, 4, 5, 4, 6, 5, 4, 3, 4, 4, 3, 2 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2918 { 0, 7, 7, 4, 7, 5, 6, 4, 7, 6, 5, 4, 4, 4, 4, 1 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2919 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2920 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2921 { 0, 5, 5, 3, 5, 3, 5, 4, 5, 5, 3, 4, 3, 4, 4, 4 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2922 { 0, 5, 5, 3, 5, 4, 5, 4, 5, 5, 3, 4, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2923 { 0, 5, 5, 3, 5, 4, 4, 4, 5, 4, 4, 4, 3, 4, 4, 3 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2924 { 0, 6, 6, 4, 6, 4, 5, 4, 6, 5, 4, 3, 4, 4, 3, 2 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2925 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2926 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2927 { 0, 4, 4, 3, 4, 3, 5, 5, 4, 5, 3, 5, 3, 5, 4, 5 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2928 { 0, 4, 4, 3, 4, 4, 5, 4, 4, 5, 3, 5, 3, 5, 4, 4 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2929 { 0, 4, 4, 3, 4, 4, 5, 4, 4, 5, 4, 4, 3, 4, 4, 4 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2930 { 0, 4, 4, 3, 5, 4, 5, 4, 5, 5, 4, 4, 3, 4, 4, 3 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2931 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2932 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2933
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2934
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2935 static const uint8_t rv34_table_inter_firstpat[NUM_INTER_TABLES][2][FIRSTBLK_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2936 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2937 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2938 0, 7, 5, 7, 5, 7, 6, 6, 7, 10, 7, 9, 8, 9, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2939 12, 14, 11, 12, 12, 12, 11, 9, 6, 9, 6, 8, 7, 9, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2940 8, 11, 8, 9, 9, 10, 9, 8, 13, 15, 12, 12, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2941 10, 13, 9, 10, 11, 12, 9, 8, 12, 14, 10, 11, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2942 16, 16, 12, 12, 14, 13, 11, 9, 6, 9, 7, 9, 7, 9, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2943 9, 11, 9, 10, 9, 10, 9, 8, 14, 16, 12, 12, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2944 8, 11, 8, 10, 9, 10, 9, 8, 10, 13, 10, 11, 10, 11, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2945 14, 16, 12, 12, 13, 13, 11, 9, 12, 14, 10, 11, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2946 13, 16, 11, 12, 13, 13, 10, 9, 16, 16, 13, 12, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2947 11, 13, 11, 12, 10, 11, 10, 9, 13, 14, 12, 12, 11, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2948 16, 16, 13, 13, 13, 13, 11, 9, 12, 15, 12, 12, 11, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2949 13, 16, 13, 13, 12, 12, 11, 9, 16, 16, 14, 13, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2950 14, 16, 13, 13, 13, 14, 11, 9, 16, 16, 13, 13, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2951 16, 16, 13, 13, 14, 13, 11, 8, 4, 9, 6, 8, 6, 9, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2952 8, 11, 8, 9, 9, 10, 8, 8, 13, 15, 12, 12, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2953 7, 10, 7, 9, 8, 10, 8, 8, 9, 12, 9, 10, 10, 11, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2954 14, 16, 12, 12, 13, 13, 11, 9, 11, 13, 9, 10, 11, 12, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2955 12, 14, 10, 11, 12, 13, 10, 9, 16, 16, 13, 12, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2956 7, 10, 8, 9, 8, 10, 8, 8, 10, 12, 10, 11, 10, 11, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2957 14, 16, 13, 13, 13, 13, 11, 9, 9, 12, 9, 10, 9, 11, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2958 11, 13, 10, 11, 10, 11, 10, 9, 15, 16, 13, 13, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2959 12, 14, 11, 11, 12, 13, 10, 9, 13, 16, 11, 12, 13, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2960 16, 16, 12, 12, 14, 13, 11, 8, 11, 14, 11, 12, 10, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2961 13, 15, 12, 13, 11, 12, 10, 9, 16, 16, 14, 13, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2962 12, 15, 12, 13, 11, 12, 10, 9, 13, 16, 13, 13, 12, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2963 16, 16, 14, 13, 13, 13, 11, 9, 15, 16, 13, 13, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2964 16, 16, 13, 13, 13, 13, 11, 9, 16, 16, 13, 12, 13, 13, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2965 8, 11, 8, 10, 9, 11, 9, 9, 10, 13, 10, 11, 11, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2966 15, 16, 13, 13, 14, 14, 12, 10, 9, 12, 9, 11, 10, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2967 12, 14, 11, 11, 11, 12, 10, 9, 16, 16, 13, 13, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2968 12, 14, 10, 11, 12, 13, 10, 9, 14, 16, 11, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2969 16, 16, 13, 13, 15, 14, 11, 9, 9, 12, 10, 11, 9, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2970 12, 14, 11, 12, 11, 12, 10, 9, 16, 16, 14, 13, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2971 11, 14, 10, 12, 11, 12, 10, 9, 12, 15, 11, 12, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2972 16, 16, 14, 13, 14, 14, 12, 10, 13, 16, 11, 12, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2973 14, 16, 12, 12, 13, 14, 11, 9, 16, 16, 13, 13, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2974 12, 15, 12, 13, 10, 12, 10, 9, 14, 16, 13, 13, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2975 16, 16, 14, 14, 14, 13, 12, 9, 13, 16, 13, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2976 14, 16, 13, 13, 12, 13, 11, 10, 16, 16, 14, 14, 13, 13, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2977 15, 16, 13, 13, 13, 14, 11, 9, 16, 16, 13, 13, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2978 16, 16, 13, 12, 13, 13, 10, 8, 10, 13, 10, 11, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2979 12, 14, 11, 12, 12, 13, 11, 10, 16, 16, 13, 13, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2980 11, 14, 10, 11, 11, 12, 10, 9, 13, 16, 11, 12, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2981 16, 16, 14, 13, 14, 14, 12, 9, 12, 15, 10, 11, 12, 13, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2982 14, 16, 11, 11, 13, 14, 10, 8, 16, 16, 12, 12, 14, 14, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2983 11, 14, 11, 12, 11, 12, 10, 9, 13, 16, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2984 16, 16, 14, 13, 14, 14, 12, 9, 12, 15, 11, 12, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2985 13, 16, 12, 13, 12, 13, 11, 10, 16, 16, 14, 13, 14, 14, 12, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2986 13, 16, 11, 11, 13, 13, 10, 8, 14, 16, 11, 12, 13, 14, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2987 16, 16, 12, 12, 14, 14, 10, 8, 12, 15, 12, 13, 10, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2988 14, 16, 13, 13, 11, 12, 10, 9, 16, 16, 14, 13, 13, 13, 11, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2989 13, 16, 12, 13, 11, 12, 10, 9, 14, 16, 13, 13, 12, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2990 16, 16, 14, 13, 13, 12, 10, 8, 14, 16, 12, 12, 12, 13, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2991 14, 16, 12, 12, 12, 13, 10, 7, 16, 16, 11, 11, 12, 11, 8, 5,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2992 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2993 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2994 0, 7, 4, 8, 5, 8, 7, 8, 6, 10, 7, 10, 8, 10, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2995 13, 16, 12, 13, 13, 14, 12, 12, 4, 10, 6, 9, 8, 11, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2996 8, 12, 8, 11, 10, 12, 10, 10, 14, 16, 12, 13, 14, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2997 9, 14, 9, 11, 12, 14, 11, 11, 11, 15, 10, 12, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2998 15, 16, 13, 14, 15, 16, 13, 12, 5, 10, 7, 10, 7, 10, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
2999 8, 12, 9, 11, 10, 11, 10, 10, 14, 16, 13, 14, 14, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3000 8, 12, 8, 11, 10, 12, 10, 10, 10, 14, 10, 12, 11, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3001 15, 16, 13, 14, 14, 15, 13, 12, 11, 16, 10, 12, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3002 13, 16, 11, 13, 14, 15, 12, 12, 16, 16, 14, 14, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3003 11, 15, 11, 13, 11, 13, 11, 11, 13, 16, 12, 14, 12, 13, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3004 16, 16, 14, 15, 15, 15, 13, 12, 12, 16, 12, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3005 14, 16, 13, 14, 13, 14, 12, 12, 16, 16, 14, 16, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3006 14, 16, 13, 14, 15, 16, 13, 12, 16, 16, 14, 15, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3007 16, 16, 15, 16, 16, 16, 13, 12, 2, 9, 5, 8, 6, 9, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3008 7, 11, 8, 10, 9, 11, 9, 10, 13, 16, 12, 13, 14, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3009 5, 11, 6, 10, 9, 11, 9, 9, 9, 13, 9, 11, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3010 14, 16, 12, 14, 14, 15, 12, 12, 9, 14, 9, 11, 12, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3011 11, 16, 10, 12, 13, 14, 11, 11, 16, 16, 13, 14, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3012 6, 11, 7, 10, 8, 11, 9, 9, 9, 13, 9, 11, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3013 14, 16, 13, 14, 14, 14, 12, 12, 8, 13, 8, 11, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3014 10, 13, 10, 12, 11, 13, 10, 11, 14, 16, 13, 14, 14, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3015 11, 15, 10, 12, 13, 15, 11, 11, 12, 16, 11, 13, 13, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3016 16, 16, 13, 14, 15, 16, 13, 12, 11, 15, 11, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3017 13, 16, 12, 14, 12, 13, 12, 11, 16, 16, 14, 15, 15, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3018 12, 16, 12, 13, 12, 14, 12, 12, 13, 16, 12, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3019 16, 16, 14, 15, 15, 15, 13, 12, 14, 16, 13, 14, 15, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3020 16, 16, 13, 14, 15, 16, 12, 12, 16, 16, 14, 15, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3021 6, 12, 7, 10, 9, 12, 9, 10, 9, 13, 9, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3022 14, 16, 13, 14, 15, 15, 13, 12, 8, 13, 8, 11, 10, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3023 10, 14, 10, 12, 12, 14, 11, 11, 15, 16, 13, 14, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3024 10, 15, 9, 12, 12, 15, 11, 11, 12, 16, 11, 13, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3025 16, 16, 14, 14, 16, 16, 13, 12, 8, 13, 9, 11, 10, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3026 11, 14, 11, 12, 11, 13, 11, 11, 16, 16, 14, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3027 10, 14, 10, 12, 11, 13, 11, 11, 11, 15, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3028 15, 16, 13, 14, 15, 16, 13, 12, 12, 16, 11, 13, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3029 13, 16, 11, 13, 14, 16, 12, 12, 16, 16, 13, 14, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3030 12, 16, 12, 14, 11, 13, 11, 11, 13, 16, 13, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3031 16, 16, 15, 16, 16, 16, 14, 13, 13, 16, 12, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3032 14, 16, 13, 14, 13, 14, 12, 12, 16, 16, 14, 16, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3033 15, 16, 13, 15, 15, 16, 13, 12, 15, 16, 13, 15, 14, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3034 16, 16, 14, 15, 15, 16, 13, 11, 8, 13, 8, 11, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3035 11, 15, 10, 12, 12, 14, 11, 11, 15, 16, 13, 14, 15, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3036 9, 14, 9, 12, 11, 14, 10, 11, 11, 16, 10, 12, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3037 16, 16, 13, 14, 15, 16, 13, 12, 11, 15, 9, 12, 12, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3038 12, 16, 11, 12, 14, 15, 11, 11, 16, 16, 13, 14, 16, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3039 9, 14, 10, 12, 11, 13, 11, 11, 12, 16, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3040 16, 16, 14, 14, 15, 15, 13, 12, 10, 15, 10, 12, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3041 12, 16, 11, 13, 13, 14, 11, 11, 16, 16, 14, 14, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3042 12, 16, 10, 12, 13, 15, 11, 11, 13, 16, 11, 13, 14, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3043 16, 16, 13, 13, 15, 16, 12, 11, 12, 16, 11, 13, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3044 14, 16, 13, 14, 12, 14, 11, 11, 16, 16, 15, 16, 14, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3045 13, 16, 12, 14, 12, 14, 11, 11, 13, 16, 12, 14, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3046 16, 16, 14, 15, 14, 14, 12, 11, 14, 16, 12, 13, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3047 14, 16, 12, 13, 13, 14, 11, 11, 15, 16, 12, 13, 13, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3048 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3049 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3050 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3051 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3052 0, 7, 4, 7, 5, 7, 6, 6, 6, 10, 7, 8, 8, 9, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3053 13, 14, 11, 12, 12, 12, 11, 9, 5, 9, 6, 8, 7, 9, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3054 8, 11, 8, 9, 9, 10, 9, 8, 13, 16, 12, 12, 12, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3055 10, 13, 8, 10, 11, 12, 9, 9, 12, 14, 10, 11, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3056 15, 16, 12, 12, 14, 14, 11, 9, 6, 10, 7, 9, 7, 9, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3057 8, 11, 9, 10, 9, 10, 9, 8, 14, 16, 12, 12, 13, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3058 8, 11, 8, 10, 9, 10, 9, 8, 10, 13, 10, 11, 10, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3059 14, 16, 12, 12, 13, 13, 11, 9, 12, 15, 10, 11, 12, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3060 13, 16, 11, 12, 13, 13, 10, 9, 16, 16, 12, 13, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3061 10, 14, 11, 12, 9, 11, 10, 9, 12, 15, 12, 13, 11, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3062 16, 16, 13, 13, 13, 13, 11, 9, 12, 15, 12, 13, 11, 12, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3063 13, 16, 12, 13, 12, 13, 11, 10, 16, 16, 13, 13, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3064 14, 16, 13, 13, 13, 14, 11, 10, 16, 16, 13, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3065 16, 16, 13, 13, 14, 14, 11, 9, 4, 9, 6, 8, 6, 9, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3066 8, 11, 8, 9, 9, 10, 9, 8, 13, 15, 12, 12, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3067 6, 10, 7, 9, 8, 10, 8, 8, 9, 12, 9, 10, 10, 11, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3068 14, 16, 12, 12, 13, 13, 11, 10, 10, 13, 8, 10, 11, 12, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3069 12, 15, 10, 11, 12, 13, 10, 9, 16, 16, 12, 12, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3070 7, 11, 8, 9, 7, 10, 8, 8, 9, 12, 10, 11, 9, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3071 14, 16, 12, 13, 13, 13, 11, 10, 9, 12, 9, 10, 9, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3072 10, 13, 10, 11, 10, 11, 10, 9, 14, 16, 12, 13, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3073 12, 15, 10, 11, 12, 13, 10, 9, 13, 16, 11, 12, 13, 13, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3074 16, 16, 12, 12, 14, 14, 11, 9, 10, 14, 11, 12, 9, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3075 12, 16, 12, 13, 11, 12, 11, 9, 16, 16, 14, 14, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3076 12, 16, 12, 13, 11, 12, 10, 10, 13, 16, 12, 13, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3077 16, 16, 13, 13, 13, 13, 11, 9, 14, 16, 13, 13, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3078 15, 16, 13, 13, 13, 14, 11, 9, 16, 16, 13, 13, 13, 13, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3079 7, 11, 8, 10, 9, 11, 9, 9, 10, 13, 10, 11, 11, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3080 15, 16, 13, 13, 14, 14, 12, 10, 9, 13, 9, 11, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3081 11, 14, 10, 12, 12, 13, 10, 10, 16, 16, 13, 13, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3082 11, 15, 9, 11, 12, 13, 10, 9, 13, 16, 11, 12, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3083 16, 16, 13, 13, 15, 15, 11, 10, 9, 13, 10, 11, 9, 11, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3084 11, 14, 11, 12, 11, 12, 11, 10, 16, 16, 14, 14, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3085 10, 14, 10, 12, 11, 12, 10, 10, 12, 15, 11, 12, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3086 16, 16, 13, 13, 14, 14, 12, 10, 13, 16, 11, 12, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3087 13, 16, 11, 12, 13, 14, 11, 10, 16, 16, 12, 13, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3088 11, 15, 12, 13, 10, 12, 10, 10, 13, 16, 13, 14, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3089 16, 16, 14, 14, 14, 14, 12, 10, 13, 16, 13, 13, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3090 14, 16, 13, 14, 12, 13, 11, 10, 16, 16, 14, 14, 13, 13, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3091 15, 16, 13, 14, 14, 14, 11, 10, 15, 16, 13, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3092 16, 16, 12, 13, 13, 13, 10, 8, 9, 13, 10, 11, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3093 12, 15, 11, 12, 12, 13, 11, 10, 16, 16, 14, 13, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3094 10, 14, 10, 12, 11, 13, 10, 10, 13, 16, 11, 12, 12, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3095 16, 16, 13, 13, 14, 14, 12, 10, 12, 16, 9, 11, 12, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3096 13, 16, 10, 12, 13, 14, 10, 9, 16, 16, 12, 12, 14, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3097 10, 14, 11, 12, 10, 12, 10, 10, 13, 16, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3098 16, 16, 14, 14, 14, 14, 12, 10, 11, 16, 11, 12, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3099 13, 16, 12, 13, 12, 14, 11, 10, 16, 16, 14, 14, 14, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3100 13, 16, 11, 12, 13, 14, 10, 9, 14, 16, 11, 12, 13, 14, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3101 16, 16, 12, 12, 14, 14, 10, 8, 12, 16, 12, 13, 10, 12, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3102 14, 16, 13, 13, 11, 12, 11, 9, 16, 16, 14, 14, 13, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3103 13, 16, 12, 13, 11, 12, 10, 9, 14, 16, 13, 13, 11, 13, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3104 16, 16, 14, 14, 13, 13, 11, 9, 14, 16, 12, 13, 12, 13, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3105 14, 16, 12, 12, 12, 13, 10, 8, 15, 16, 11, 11, 11, 12, 9, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3106 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3107 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3108 0, 7, 4, 7, 5, 8, 7, 8, 5, 10, 7, 10, 8, 10, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3109 13, 16, 12, 14, 14, 14, 13, 12, 4, 10, 6, 9, 8, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3110 8, 12, 8, 11, 10, 12, 10, 10, 14, 16, 13, 14, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3111 9, 14, 9, 12, 12, 14, 11, 11, 12, 16, 11, 13, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3112 15, 16, 14, 15, 15, 16, 13, 13, 5, 10, 7, 10, 7, 10, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3113 8, 12, 9, 11, 9, 11, 10, 10, 14, 16, 13, 14, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3114 7, 12, 8, 11, 10, 12, 10, 10, 10, 13, 10, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3115 15, 16, 13, 15, 14, 16, 13, 13, 11, 16, 11, 13, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3116 13, 16, 12, 14, 14, 16, 12, 12, 16, 16, 14, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3117 11, 15, 12, 14, 11, 13, 11, 12, 13, 16, 12, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3118 16, 16, 14, 16, 14, 16, 13, 13, 13, 16, 12, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3119 14, 16, 13, 15, 13, 15, 13, 13, 16, 16, 15, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3120 15, 16, 13, 16, 15, 16, 13, 13, 16, 16, 14, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3121 16, 16, 16, 16, 16, 16, 14, 13, 2, 9, 5, 8, 6, 9, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3122 7, 11, 8, 10, 9, 11, 9, 10, 14, 16, 13, 14, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3123 5, 11, 6, 10, 9, 11, 9, 10, 8, 13, 9, 11, 11, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3124 14, 16, 13, 14, 14, 16, 13, 13, 9, 15, 9, 12, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3125 12, 16, 11, 13, 13, 15, 12, 12, 16, 16, 14, 15, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3126 6, 11, 7, 10, 8, 11, 9, 10, 9, 13, 9, 12, 10, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3127 14, 16, 13, 14, 14, 15, 13, 13, 8, 12, 8, 11, 10, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3128 9, 13, 10, 12, 11, 13, 11, 11, 14, 16, 13, 14, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3129 12, 16, 11, 13, 13, 15, 12, 12, 13, 16, 11, 13, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3130 16, 16, 14, 15, 16, 16, 13, 13, 11, 15, 11, 14, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3131 13, 16, 13, 15, 12, 14, 12, 12, 16, 16, 15, 16, 15, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3132 12, 16, 12, 14, 12, 14, 12, 12, 13, 16, 13, 15, 13, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3133 16, 16, 15, 16, 15, 16, 13, 13, 15, 16, 13, 16, 15, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3134 16, 16, 14, 16, 16, 16, 13, 13, 16, 16, 15, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3135 5, 12, 7, 10, 9, 12, 10, 10, 9, 13, 9, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3136 15, 16, 13, 14, 15, 15, 13, 13, 7, 13, 8, 11, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3137 10, 14, 10, 12, 12, 14, 11, 12, 16, 16, 14, 15, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3138 10, 16, 9, 12, 13, 15, 11, 12, 13, 16, 11, 13, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3139 16, 16, 14, 16, 16, 16, 14, 13, 8, 13, 9, 12, 9, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3140 11, 15, 11, 13, 11, 13, 11, 12, 16, 16, 14, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3141 9, 14, 10, 12, 11, 13, 11, 12, 11, 15, 11, 13, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3142 16, 16, 14, 16, 15, 16, 14, 13, 12, 16, 11, 14, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3143 13, 16, 12, 14, 14, 16, 13, 13, 16, 16, 13, 15, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3144 11, 16, 12, 14, 10, 13, 12, 12, 13, 16, 13, 15, 12, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3145 16, 16, 16, 16, 16, 16, 14, 14, 13, 16, 13, 15, 12, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3146 13, 16, 13, 15, 12, 15, 13, 13, 16, 16, 15, 16, 14, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3147 16, 16, 14, 16, 16, 16, 14, 13, 15, 16, 14, 16, 15, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3148 16, 16, 14, 16, 15, 16, 13, 12, 8, 14, 9, 12, 10, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3149 11, 16, 10, 13, 12, 14, 12, 12, 16, 16, 14, 15, 15, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3150 9, 15, 9, 12, 12, 14, 11, 12, 12, 16, 11, 13, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3151 16, 16, 14, 15, 16, 16, 14, 13, 11, 16, 9, 12, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3152 13, 16, 11, 13, 14, 16, 12, 12, 16, 16, 14, 14, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3153 9, 15, 10, 13, 11, 14, 11, 12, 12, 16, 11, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3154 16, 16, 14, 16, 16, 16, 14, 13, 10, 16, 10, 13, 12, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3155 12, 16, 12, 14, 13, 15, 12, 12, 16, 16, 14, 16, 16, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3156 12, 16, 11, 13, 13, 16, 12, 12, 13, 16, 11, 13, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3157 16, 16, 13, 14, 16, 16, 13, 12, 11, 16, 12, 14, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3158 13, 16, 13, 15, 12, 14, 12, 12, 16, 16, 16, 16, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3159 12, 16, 12, 15, 12, 14, 12, 12, 13, 16, 13, 15, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3160 16, 16, 15, 16, 14, 15, 13, 12, 14, 16, 13, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3161 13, 16, 12, 14, 13, 15, 12, 12, 14, 16, 12, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3162 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3163 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3164 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3165 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3166 0, 7, 4, 7, 5, 7, 6, 6, 6, 10, 7, 8, 8, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3167 13, 14, 11, 12, 12, 12, 11, 10, 5, 9, 6, 8, 7, 9, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3168 8, 11, 8, 9, 9, 10, 9, 8, 13, 16, 12, 12, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3169 10, 14, 8, 10, 11, 13, 9, 9, 12, 15, 10, 11, 12, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3170 16, 16, 12, 13, 14, 14, 11, 10, 5, 10, 7, 9, 6, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3171 8, 11, 9, 10, 9, 10, 9, 8, 14, 16, 12, 12, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3172 8, 12, 8, 10, 9, 10, 9, 9, 10, 13, 9, 11, 10, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3173 14, 16, 12, 13, 13, 13, 11, 10, 12, 16, 10, 12, 12, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3174 13, 16, 11, 12, 13, 14, 11, 10, 16, 16, 12, 13, 14, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3175 10, 14, 11, 13, 9, 11, 10, 10, 12, 16, 12, 13, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3176 16, 16, 13, 14, 13, 13, 12, 10, 12, 16, 12, 13, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3177 13, 16, 12, 13, 12, 13, 11, 10, 16, 16, 13, 14, 13, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3178 14, 16, 13, 14, 13, 14, 12, 11, 16, 16, 13, 14, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3179 16, 16, 13, 14, 14, 14, 11, 10, 3, 9, 5, 8, 6, 9, 7, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3180 8, 11, 8, 10, 9, 10, 9, 8, 14, 15, 12, 12, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3181 6, 11, 6, 9, 8, 10, 8, 8, 9, 12, 9, 10, 10, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3182 14, 16, 12, 13, 13, 13, 11, 10, 10, 14, 8, 11, 12, 13, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3183 12, 16, 10, 11, 12, 13, 10, 10, 16, 16, 12, 13, 14, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3184 6, 11, 8, 10, 7, 10, 8, 8, 9, 12, 10, 11, 9, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3185 14, 16, 12, 13, 13, 13, 12, 10, 9, 12, 9, 11, 9, 11, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3186 10, 13, 10, 11, 10, 12, 10, 9, 14, 16, 12, 13, 13, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3187 12, 16, 10, 12, 12, 14, 10, 10, 13, 16, 10, 12, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3188 16, 16, 12, 13, 14, 14, 11, 10, 10, 15, 11, 13, 9, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3189 12, 16, 12, 13, 11, 12, 11, 10, 16, 16, 14, 14, 13, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3190 12, 16, 12, 13, 11, 13, 11, 10, 13, 16, 12, 13, 11, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3191 16, 16, 13, 14, 13, 13, 12, 10, 14, 16, 13, 14, 14, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3192 15, 16, 13, 14, 13, 14, 11, 10, 16, 16, 13, 13, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3193 7, 12, 8, 11, 9, 11, 9, 10, 10, 14, 10, 12, 11, 12, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3194 16, 16, 13, 13, 14, 14, 12, 11, 9, 13, 9, 11, 10, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3195 11, 15, 10, 12, 12, 13, 11, 10, 16, 16, 13, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3196 11, 16, 9, 11, 12, 14, 10, 10, 13, 16, 10, 12, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3197 16, 16, 13, 14, 16, 16, 12, 11, 9, 13, 10, 12, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3198 11, 15, 11, 13, 11, 13, 11, 11, 16, 16, 14, 14, 14, 14, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3199 10, 14, 10, 12, 11, 13, 11, 10, 12, 16, 11, 13, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3200 16, 16, 13, 14, 14, 14, 12, 11, 13, 16, 11, 13, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3201 13, 16, 11, 13, 13, 14, 11, 11, 16, 16, 12, 13, 14, 15, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3202 11, 16, 12, 14, 10, 12, 11, 10, 13, 16, 13, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3203 16, 16, 15, 16, 14, 14, 13, 11, 13, 16, 13, 14, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3204 13, 16, 13, 14, 12, 13, 11, 11, 16, 16, 14, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3205 15, 16, 13, 14, 14, 16, 12, 11, 14, 16, 13, 14, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3206 16, 16, 12, 13, 13, 14, 11, 9, 9, 14, 10, 12, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3207 12, 16, 12, 13, 12, 14, 12, 11, 16, 16, 14, 14, 14, 14, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3208 10, 16, 10, 13, 12, 14, 11, 11, 13, 16, 12, 13, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3209 16, 16, 14, 14, 15, 15, 13, 11, 12, 16, 9, 12, 13, 14, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3210 14, 16, 11, 12, 13, 15, 11, 10, 16, 16, 13, 13, 15, 16, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3211 10, 16, 11, 13, 11, 13, 11, 11, 13, 16, 12, 14, 12, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3212 16, 16, 14, 14, 14, 14, 13, 11, 11, 16, 11, 13, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3213 13, 16, 12, 14, 13, 14, 12, 11, 16, 16, 14, 14, 14, 15, 13, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3214 13, 16, 11, 13, 13, 14, 11, 10, 14, 16, 11, 13, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3215 16, 16, 12, 13, 14, 15, 11, 9, 12, 16, 12, 14, 10, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3216 14, 16, 13, 14, 11, 13, 11, 10, 16, 16, 14, 15, 13, 14, 12, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3217 13, 16, 13, 14, 11, 13, 11, 10, 14, 16, 13, 14, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3218 16, 16, 14, 14, 13, 13, 11, 10, 14, 16, 12, 13, 13, 14, 11, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3219 14, 16, 12, 13, 12, 13, 10, 9, 14, 16, 11, 11, 12, 12, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3220 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3221 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3222 0, 7, 3, 8, 5, 8, 7, 9, 5, 10, 7, 10, 8, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3223 14, 16, 14, 15, 14, 16, 14, 14, 4, 10, 6, 10, 8, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3224 8, 12, 9, 11, 10, 12, 11, 11, 15, 16, 14, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3225 10, 16, 10, 13, 13, 16, 12, 13, 13, 16, 12, 14, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3226 16, 16, 16, 16, 16, 16, 14, 15, 4, 10, 7, 10, 7, 10, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3227 8, 12, 9, 12, 10, 12, 11, 12, 14, 16, 14, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3228 8, 12, 9, 12, 10, 13, 11, 12, 10, 14, 11, 13, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3229 16, 16, 14, 16, 16, 16, 14, 15, 12, 16, 12, 14, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3230 14, 16, 13, 16, 16, 16, 14, 14, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3231 11, 16, 12, 16, 11, 14, 13, 13, 13, 16, 13, 16, 13, 15, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3232 16, 16, 16, 16, 16, 16, 15, 16, 13, 16, 13, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3233 14, 16, 14, 16, 14, 16, 14, 15, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3234 16, 16, 15, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3235 16, 16, 16, 16, 16, 16, 16, 16, 2, 9, 5, 9, 6, 10, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3236 7, 11, 8, 11, 9, 12, 10, 11, 14, 16, 14, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3237 5, 11, 6, 10, 9, 12, 10, 11, 9, 13, 9, 12, 11, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3238 16, 16, 14, 16, 16, 16, 14, 14, 10, 16, 9, 13, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3239 13, 16, 12, 14, 14, 16, 13, 13, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3240 5, 11, 8, 11, 7, 11, 10, 11, 9, 13, 10, 13, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3241 16, 16, 14, 16, 16, 16, 14, 14, 8, 13, 9, 12, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3242 10, 14, 10, 13, 11, 14, 12, 12, 16, 16, 14, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3243 12, 16, 12, 14, 14, 16, 13, 14, 14, 16, 12, 16, 15, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3244 16, 16, 15, 16, 16, 16, 15, 15, 11, 16, 12, 16, 10, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3245 13, 16, 14, 16, 13, 16, 13, 14, 16, 16, 16, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3246 13, 16, 13, 16, 13, 16, 13, 14, 14, 16, 14, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3247 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 15, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3248 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3249 5, 13, 7, 12, 9, 13, 11, 12, 10, 14, 10, 13, 11, 13, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3250 16, 16, 16, 16, 16, 16, 16, 15, 7, 14, 8, 12, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3251 11, 16, 11, 13, 13, 16, 13, 13, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3252 11, 16, 10, 14, 14, 16, 12, 13, 13, 16, 12, 15, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3253 16, 16, 16, 16, 16, 16, 16, 16, 8, 14, 10, 13, 9, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3254 11, 16, 12, 14, 12, 14, 13, 13, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3255 10, 16, 11, 14, 12, 14, 12, 13, 11, 16, 12, 14, 12, 15, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3256 16, 16, 15, 16, 16, 16, 15, 16, 13, 16, 12, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3257 13, 16, 12, 16, 16, 16, 14, 14, 16, 16, 14, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3258 11, 16, 13, 16, 10, 14, 12, 13, 14, 16, 14, 16, 13, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3259 16, 16, 16, 16, 16, 16, 16, 16, 13, 16, 14, 16, 13, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3260 13, 16, 14, 16, 13, 16, 14, 15, 16, 16, 16, 16, 15, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3261 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3262 16, 16, 15, 16, 16, 16, 14, 14, 8, 16, 10, 14, 11, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3263 12, 16, 12, 14, 13, 16, 13, 14, 16, 16, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3264 10, 16, 10, 14, 12, 16, 12, 13, 13, 16, 12, 15, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3265 16, 16, 16, 16, 16, 16, 16, 15, 11, 16, 10, 13, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3266 14, 16, 12, 14, 15, 16, 13, 13, 16, 16, 16, 16, 16, 16, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3267 10, 16, 11, 14, 11, 16, 12, 13, 13, 16, 13, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3268 16, 16, 16, 16, 16, 16, 16, 15, 11, 16, 12, 14, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3269 13, 16, 13, 16, 14, 16, 13, 14, 16, 16, 16, 16, 16, 16, 16, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3270 13, 16, 12, 14, 14, 16, 13, 13, 13, 16, 12, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3271 16, 16, 14, 16, 16, 16, 14, 13, 11, 16, 12, 16, 11, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3272 14, 16, 14, 16, 13, 16, 13, 14, 16, 16, 16, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3273 12, 16, 13, 16, 12, 16, 13, 14, 13, 16, 14, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3274 16, 16, 16, 16, 14, 16, 14, 14, 14, 16, 13, 16, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3275 13, 16, 13, 16, 14, 16, 13, 13, 15, 16, 13, 14, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3276 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3277 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3278 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3279 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3280 0, 7, 4, 6, 4, 7, 6, 7, 6, 9, 7, 8, 7, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3281 13, 14, 12, 12, 12, 13, 11, 11, 5, 9, 5, 8, 7, 9, 7, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3282 8, 11, 8, 10, 9, 10, 9, 9, 13, 15, 12, 13, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3283 9, 14, 8, 11, 11, 13, 10, 10, 11, 15, 10, 12, 12, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3284 14, 16, 12, 13, 14, 14, 12, 11, 5, 9, 7, 9, 6, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3285 8, 11, 8, 10, 8, 10, 9, 9, 13, 16, 12, 13, 13, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3286 7, 11, 8, 10, 9, 11, 9, 9, 9, 13, 9, 11, 10, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3287 14, 16, 12, 13, 13, 13, 12, 11, 11, 16, 10, 12, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3288 13, 16, 11, 13, 13, 14, 11, 11, 16, 16, 13, 14, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3289 10, 15, 11, 13, 9, 12, 10, 10, 12, 16, 12, 13, 11, 12, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3290 15, 16, 13, 14, 13, 14, 12, 11, 12, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3291 13, 16, 12, 14, 12, 13, 12, 11, 16, 16, 13, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3292 14, 16, 13, 14, 14, 15, 12, 12, 16, 16, 13, 14, 14, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3293 16, 16, 14, 14, 14, 15, 12, 11, 3, 9, 5, 8, 6, 9, 7, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3294 7, 11, 8, 10, 9, 10, 9, 9, 13, 14, 12, 13, 13, 13, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3295 6, 11, 6, 9, 8, 10, 8, 9, 9, 12, 8, 10, 10, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3296 14, 16, 12, 13, 13, 14, 12, 11, 9, 14, 8, 11, 11, 13, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3297 12, 16, 10, 12, 12, 14, 11, 11, 16, 16, 12, 13, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3298 6, 11, 8, 10, 7, 10, 8, 9, 9, 12, 9, 11, 9, 11, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3299 14, 16, 13, 13, 13, 14, 12, 11, 8, 12, 9, 11, 9, 11, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3300 10, 13, 9, 11, 10, 12, 10, 10, 14, 16, 12, 13, 13, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3301 12, 16, 10, 12, 12, 14, 11, 11, 12, 16, 10, 12, 13, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3302 15, 16, 12, 13, 14, 14, 11, 11, 10, 15, 11, 13, 9, 12, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3303 12, 16, 12, 14, 11, 13, 11, 11, 16, 16, 14, 14, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3304 12, 16, 12, 14, 11, 13, 11, 11, 13, 16, 12, 14, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3305 16, 16, 13, 14, 13, 14, 12, 11, 14, 16, 13, 14, 14, 15, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3306 14, 16, 13, 14, 13, 15, 12, 11, 16, 16, 13, 14, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3307 6, 13, 8, 11, 9, 12, 10, 10, 10, 14, 10, 12, 11, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3308 16, 16, 13, 14, 14, 14, 13, 12, 8, 14, 8, 12, 10, 13, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3309 11, 15, 10, 12, 12, 13, 11, 11, 16, 16, 14, 14, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3310 11, 16, 9, 12, 12, 14, 11, 11, 13, 16, 11, 13, 13, 16, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3311 16, 16, 13, 14, 16, 16, 13, 12, 8, 14, 10, 12, 9, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3312 11, 15, 11, 13, 11, 13, 11, 11, 16, 16, 14, 15, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3313 10, 15, 10, 13, 11, 13, 11, 11, 11, 15, 11, 13, 12, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3314 16, 16, 13, 15, 14, 15, 13, 12, 12, 16, 11, 13, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3315 13, 16, 11, 13, 13, 15, 11, 11, 16, 16, 12, 14, 14, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3316 11, 16, 12, 14, 10, 13, 11, 11, 13, 16, 13, 15, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3317 16, 16, 15, 16, 14, 15, 13, 12, 12, 16, 13, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3318 13, 16, 13, 14, 12, 14, 12, 12, 16, 16, 14, 15, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3319 15, 16, 13, 15, 14, 16, 12, 12, 14, 16, 13, 14, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3320 15, 16, 12, 13, 13, 14, 11, 10, 9, 15, 10, 13, 11, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3321 12, 16, 12, 14, 12, 14, 12, 12, 16, 16, 14, 14, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3322 10, 16, 10, 13, 12, 14, 12, 12, 13, 16, 12, 14, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3323 16, 16, 14, 14, 15, 16, 13, 12, 11, 16, 9, 12, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3324 14, 16, 11, 13, 14, 16, 11, 11, 16, 16, 13, 14, 16, 16, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3325 10, 16, 11, 14, 11, 14, 12, 12, 13, 16, 13, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3326 16, 16, 14, 15, 15, 15, 13, 12, 11, 16, 12, 14, 12, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3327 13, 16, 12, 14, 13, 15, 12, 12, 16, 16, 14, 15, 15, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3328 12, 16, 11, 13, 13, 15, 11, 11, 13, 16, 11, 13, 13, 15, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3329 16, 16, 12, 13, 14, 16, 12, 10, 11, 16, 12, 14, 10, 13, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3330 14, 16, 13, 14, 12, 14, 11, 11, 16, 16, 15, 16, 14, 14, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3331 12, 16, 13, 14, 11, 14, 11, 11, 13, 16, 13, 14, 12, 14, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3332 16, 16, 14, 15, 13, 14, 12, 11, 14, 16, 12, 14, 13, 14, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3333 13, 16, 12, 13, 12, 14, 11, 10, 14, 16, 11, 12, 12, 12, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3334 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3335 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3336 0, 8, 4, 9, 5, 9, 8, 10, 6, 11, 8, 11, 9, 12, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3337 16, 16, 16, 16, 16, 16, 16, 16, 4, 11, 6, 11, 9, 12, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3338 9, 13, 10, 13, 11, 16, 12, 13, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3339 11, 16, 11, 16, 16, 16, 14, 16, 14, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3340 16, 16, 16, 16, 16, 16, 16, 16, 4, 11, 8, 12, 7, 12, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3341 8, 13, 10, 13, 10, 13, 12, 14, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3342 8, 13, 10, 14, 11, 16, 12, 14, 11, 16, 12, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3343 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3344 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3345 12, 16, 14, 16, 12, 16, 16, 16, 13, 16, 16, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3346 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3347 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3348 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3349 16, 16, 16, 16, 16, 16, 16, 16, 1, 10, 5, 10, 7, 11, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3350 8, 12, 9, 12, 10, 13, 12, 13, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3351 5, 12, 7, 12, 10, 13, 11, 12, 9, 16, 10, 13, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3352 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 10, 16, 16, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3353 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3354 6, 12, 9, 13, 8, 12, 11, 13, 10, 16, 11, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3355 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 10, 14, 11, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3356 10, 16, 11, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3357 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3358 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 14, 16, 11, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3359 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3360 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3361 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3362 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3363 6, 16, 9, 13, 10, 16, 12, 14, 11, 16, 12, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3364 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 9, 14, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3365 12, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3366 12, 16, 10, 16, 16, 16, 14, 16, 16, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3367 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 11, 16, 10, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3368 12, 16, 13, 16, 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3369 10, 16, 12, 16, 13, 16, 14, 16, 11, 16, 13, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3370 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3371 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3372 12, 16, 16, 16, 11, 16, 14, 16, 16, 16, 16, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3373 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3374 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3375 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3376 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 11, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3377 13, 16, 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3378 10, 16, 11, 16, 13, 16, 14, 16, 14, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3379 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 10, 16, 16, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3380 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3381 10, 16, 12, 16, 12, 16, 13, 16, 13, 16, 16, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3382 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 13, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3383 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3384 13, 16, 12, 16, 16, 16, 14, 16, 14, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3385 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 13, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3386 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3387 13, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3388 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3389 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3390 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3391 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3392 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3393 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3394 0, 7, 3, 7, 4, 7, 6, 7, 6, 9, 7, 9, 7, 9, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3395 13, 14, 12, 13, 13, 13, 12, 12, 4, 9, 5, 9, 7, 9, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3396 7, 11, 8, 10, 9, 11, 9, 10, 13, 16, 12, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3397 9, 14, 8, 12, 12, 14, 10, 11, 11, 16, 10, 13, 13, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3398 15, 16, 13, 14, 14, 16, 12, 12, 5, 10, 7, 9, 6, 9, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3399 8, 11, 8, 11, 8, 10, 9, 10, 14, 16, 12, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3400 7, 12, 8, 11, 9, 11, 9, 10, 9, 13, 9, 12, 10, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3401 14, 16, 12, 14, 13, 14, 12, 12, 12, 16, 11, 13, 13, 15, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3402 13, 16, 11, 14, 13, 15, 12, 12, 15, 16, 13, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3403 10, 15, 12, 14, 9, 13, 11, 12, 12, 16, 12, 14, 11, 13, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3404 15, 16, 13, 15, 14, 15, 13, 13, 12, 16, 12, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3405 13, 16, 13, 14, 12, 14, 12, 12, 16, 16, 14, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3406 15, 16, 13, 15, 14, 16, 12, 13, 16, 16, 14, 16, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3407 16, 16, 14, 16, 15, 16, 13, 13, 3, 9, 5, 9, 6, 9, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3408 7, 11, 8, 10, 9, 11, 9, 10, 14, 15, 13, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3409 5, 11, 6, 10, 8, 11, 9, 10, 9, 12, 9, 11, 10, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3410 14, 16, 13, 14, 14, 15, 13, 13, 9, 15, 8, 12, 12, 14, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3411 12, 16, 10, 13, 13, 15, 11, 12, 15, 16, 13, 14, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3412 6, 11, 8, 11, 7, 10, 9, 10, 9, 13, 10, 12, 9, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3413 14, 16, 13, 14, 14, 14, 13, 13, 8, 13, 9, 12, 9, 12, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3414 9, 13, 9, 12, 10, 12, 10, 11, 14, 16, 12, 14, 13, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3415 12, 16, 11, 13, 13, 15, 11, 12, 12, 16, 11, 13, 13, 15, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3416 14, 16, 12, 14, 14, 15, 12, 12, 10, 15, 11, 14, 9, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3417 12, 16, 12, 14, 11, 14, 12, 12, 16, 16, 14, 16, 14, 15, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3418 12, 16, 12, 14, 11, 14, 12, 12, 12, 16, 13, 14, 11, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3419 15, 16, 14, 15, 13, 15, 12, 13, 14, 16, 13, 15, 14, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3420 14, 16, 13, 15, 14, 16, 12, 13, 15, 16, 13, 15, 13, 15, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3421 6, 13, 8, 12, 9, 12, 10, 11, 10, 14, 11, 13, 11, 13, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3422 15, 16, 14, 15, 15, 15, 14, 13, 8, 14, 9, 12, 11, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3423 11, 15, 11, 13, 12, 14, 12, 12, 16, 16, 14, 15, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3424 10, 16, 9, 13, 12, 15, 11, 12, 13, 16, 11, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3425 16, 16, 14, 15, 16, 16, 13, 13, 8, 14, 10, 13, 9, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3426 11, 15, 12, 14, 11, 14, 12, 12, 16, 16, 15, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3427 10, 15, 10, 13, 11, 14, 11, 12, 11, 15, 11, 14, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3428 15, 16, 14, 15, 14, 16, 13, 13, 12, 16, 11, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3429 12, 16, 11, 14, 13, 15, 12, 12, 15, 16, 12, 14, 15, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3430 11, 16, 12, 14, 10, 14, 11, 12, 13, 16, 13, 16, 12, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3431 16, 16, 16, 16, 15, 16, 14, 13, 12, 16, 13, 15, 12, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3432 13, 16, 13, 15, 12, 14, 12, 13, 16, 16, 14, 16, 13, 15, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3433 15, 16, 14, 16, 14, 16, 13, 13, 14, 16, 13, 15, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3434 14, 16, 12, 14, 13, 14, 12, 12, 9, 16, 11, 14, 11, 15, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3435 13, 16, 12, 14, 12, 15, 13, 13, 16, 16, 14, 15, 15, 15, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3436 11, 16, 11, 14, 12, 16, 12, 13, 13, 16, 12, 14, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3437 16, 16, 14, 15, 16, 16, 14, 13, 11, 16, 10, 13, 13, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3438 14, 16, 11, 14, 14, 16, 12, 12, 16, 16, 14, 14, 16, 16, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3439 11, 16, 12, 14, 11, 15, 12, 13, 13, 16, 13, 15, 13, 16, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3440 16, 16, 15, 16, 15, 16, 14, 13, 11, 16, 12, 15, 12, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3441 13, 16, 13, 15, 13, 16, 13, 13, 16, 16, 15, 16, 15, 16, 14, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3442 12, 16, 11, 14, 13, 16, 12, 12, 13, 16, 11, 14, 13, 16, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3443 16, 16, 13, 14, 15, 16, 12, 12, 11, 16, 12, 14, 10, 14, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3444 14, 16, 13, 15, 12, 15, 12, 12, 16, 16, 16, 16, 14, 15, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3445 12, 16, 13, 15, 12, 14, 12, 12, 13, 16, 13, 15, 12, 14, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3446 16, 16, 14, 16, 14, 15, 12, 12, 14, 16, 13, 15, 13, 16, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3447 13, 16, 12, 14, 13, 15, 11, 11, 14, 16, 12, 13, 12, 13, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3448 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3449 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3450 0, 8, 4, 9, 5, 10, 9, 11, 5, 11, 9, 12, 9, 13, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3451 16, 16, 16, 16, 16, 16, 16, 16, 4, 11, 6, 12, 9, 13, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3452 9, 16, 10, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3453 12, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3454 16, 16, 16, 16, 16, 16, 16, 16, 4, 12, 8, 13, 7, 12, 11, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3455 8, 16, 11, 16, 11, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3456 8, 16, 10, 16, 11, 16, 13, 16, 11, 16, 12, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3457 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3458 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3459 12, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3460 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3461 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3462 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3463 16, 16, 16, 16, 16, 16, 16, 16, 1, 10, 6, 11, 7, 12, 10, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3464 7, 12, 10, 13, 10, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3465 5, 13, 7, 12, 10, 16, 12, 16, 10, 16, 11, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3466 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 11, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3467 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3468 5, 13, 9, 16, 8, 16, 12, 16, 9, 16, 12, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3469 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 11, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3470 10, 16, 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3471 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3472 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3473 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3474 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3475 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3476 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3477 6, 16, 9, 16, 10, 16, 13, 16, 11, 16, 12, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3478 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 9, 16, 12, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3479 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3480 11, 16, 10, 16, 16, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3481 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 11, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3482 12, 16, 13, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3483 10, 16, 12, 16, 13, 16, 16, 16, 11, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3484 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3485 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3486 12, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3487 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3488 16, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3489 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3490 16, 16, 16, 16, 16, 16, 16, 16, 7, 16, 11, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3491 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3492 10, 16, 11, 16, 13, 16, 16, 16, 16, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3493 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 10, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3494 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3495 10, 16, 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3496 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 13, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3497 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3498 13, 16, 12, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3499 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3500 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3501 13, 16, 16, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3502 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3503 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3504 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3505 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3506 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3507 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3508 0, 7, 4, 8, 4, 8, 7, 8, 6, 10, 7, 10, 8, 10, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3509 13, 16, 13, 15, 13, 15, 13, 14, 4, 10, 5, 10, 7, 10, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3510 7, 12, 8, 11, 9, 12, 10, 11, 13, 16, 13, 15, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3511 9, 16, 9, 13, 12, 16, 11, 13, 11, 16, 11, 14, 13, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3512 15, 16, 14, 16, 15, 16, 14, 14, 4, 10, 7, 10, 6, 10, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3513 8, 12, 9, 12, 9, 11, 10, 12, 13, 16, 13, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3514 7, 12, 8, 12, 9, 12, 10, 12, 9, 13, 10, 13, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3515 14, 16, 13, 16, 14, 16, 13, 14, 12, 16, 11, 14, 13, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3516 13, 16, 12, 16, 14, 16, 13, 14, 16, 16, 14, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3517 10, 16, 12, 15, 10, 14, 12, 13, 12, 16, 13, 16, 12, 14, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3518 15, 16, 14, 16, 14, 16, 14, 14, 12, 16, 13, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3519 13, 16, 13, 16, 13, 16, 13, 14, 16, 16, 14, 16, 15, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3520 15, 16, 14, 16, 15, 16, 13, 15, 16, 16, 14, 16, 15, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3521 16, 16, 16, 16, 16, 16, 15, 15, 2, 9, 5, 10, 6, 10, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3522 7, 11, 8, 11, 9, 11, 10, 11, 14, 16, 13, 15, 14, 15, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3523 5, 11, 6, 11, 8, 12, 9, 11, 8, 13, 9, 12, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3524 14, 16, 13, 15, 14, 16, 14, 14, 9, 16, 8, 13, 12, 16, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3525 12, 16, 11, 14, 13, 16, 12, 13, 16, 16, 14, 16, 15, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3526 5, 12, 8, 11, 7, 11, 9, 11, 9, 13, 10, 13, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3527 14, 16, 14, 16, 14, 16, 14, 15, 8, 13, 9, 13, 10, 13, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3528 9, 13, 10, 13, 10, 13, 11, 13, 13, 16, 13, 15, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3529 12, 16, 11, 14, 13, 16, 12, 14, 12, 16, 11, 14, 13, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3530 14, 16, 13, 16, 14, 16, 13, 14, 10, 16, 12, 15, 9, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3531 12, 16, 13, 16, 12, 15, 12, 14, 16, 16, 15, 16, 15, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3532 12, 16, 13, 16, 12, 16, 12, 14, 12, 16, 13, 16, 12, 15, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3533 15, 16, 14, 16, 14, 16, 14, 14, 15, 16, 14, 16, 14, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3534 14, 16, 13, 16, 14, 16, 13, 14, 16, 16, 14, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3535 6, 14, 9, 13, 9, 14, 11, 12, 10, 14, 11, 13, 11, 14, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3536 16, 16, 15, 16, 15, 16, 14, 15, 8, 15, 9, 13, 11, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3537 11, 16, 11, 14, 12, 15, 12, 14, 16, 16, 15, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3538 10, 16, 9, 14, 12, 16, 12, 13, 13, 16, 11, 15, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3539 16, 16, 15, 16, 16, 16, 15, 16, 8, 15, 10, 13, 10, 14, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3540 11, 16, 12, 14, 12, 14, 12, 14, 16, 16, 16, 16, 16, 16, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3541 10, 16, 11, 14, 11, 15, 12, 13, 11, 16, 11, 14, 12, 15, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3542 16, 16, 14, 16, 15, 16, 14, 15, 12, 16, 11, 15, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3543 12, 16, 11, 14, 13, 16, 13, 14, 15, 16, 13, 16, 16, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3544 10, 16, 12, 15, 10, 15, 12, 13, 13, 16, 13, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3545 16, 16, 16, 16, 16, 16, 15, 15, 12, 16, 13, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3546 12, 16, 13, 16, 12, 16, 13, 14, 16, 16, 15, 16, 14, 16, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3547 15, 16, 14, 16, 15, 16, 14, 15, 14, 16, 13, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3548 14, 16, 13, 15, 14, 16, 13, 14, 9, 16, 11, 16, 11, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3549 13, 16, 12, 16, 13, 16, 13, 14, 16, 16, 15, 16, 16, 16, 15, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3550 11, 16, 11, 16, 12, 16, 13, 14, 13, 16, 12, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3551 16, 16, 15, 16, 16, 16, 15, 15, 11, 16, 10, 15, 13, 16, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3552 14, 16, 12, 16, 14, 16, 13, 14, 16, 16, 15, 16, 16, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3553 11, 16, 12, 16, 11, 16, 13, 14, 13, 16, 13, 16, 13, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3554 16, 16, 16, 16, 16, 16, 15, 15, 11, 16, 12, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3555 13, 16, 13, 16, 13, 16, 13, 14, 16, 16, 15, 16, 16, 16, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3556 12, 16, 12, 15, 13, 16, 12, 14, 13, 16, 12, 16, 14, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3557 16, 16, 14, 16, 16, 16, 14, 14, 11, 16, 12, 16, 11, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3558 14, 16, 14, 16, 12, 16, 13, 14, 16, 16, 16, 16, 16, 16, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3559 12, 16, 13, 16, 12, 16, 12, 14, 13, 16, 13, 16, 12, 16, 13, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3560 16, 16, 16, 16, 15, 16, 14, 14, 14, 16, 13, 16, 14, 16, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3561 13, 16, 13, 16, 13, 16, 12, 13, 15, 16, 13, 14, 14, 15, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3562 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3563 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3564 0, 8, 4, 10, 5, 11, 10, 16, 5, 12, 9, 16, 10, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3565 16, 16, 16, 16, 16, 16, 16, 16, 4, 12, 7, 12, 9, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3566 9, 16, 11, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3567 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3568 16, 16, 16, 16, 16, 16, 16, 16, 4, 12, 9, 16, 8, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3569 8, 16, 11, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3570 8, 16, 11, 16, 12, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3571 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3572 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3573 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3574 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3575 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3576 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3577 16, 16, 16, 16, 16, 16, 16, 16, 1, 11, 6, 12, 7, 16, 11, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3578 7, 16, 10, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3579 5, 16, 7, 16, 10, 16, 12, 16, 9, 16, 11, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3580 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 11, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3581 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3582 5, 16, 10, 16, 8, 16, 12, 16, 9, 16, 12, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3583 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 11, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3584 10, 16, 12, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3585 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3586 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3587 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3588 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3589 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3590 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3591 5, 16, 9, 16, 10, 16, 16, 16, 11, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3592 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 9, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3593 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3594 11, 16, 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3595 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 11, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3596 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3597 10, 16, 12, 16, 16, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3598 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3599 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3600 11, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3601 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3602 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3603 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3604 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 10, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3605 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3606 9, 16, 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3607 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 9, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3608 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3609 9, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3610 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3611 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3612 13, 16, 12, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3613 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3614 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3615 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3616 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3617 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3618 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3619 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3620 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3621 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3622 0, 8, 4, 10, 5, 9, 8, 10, 6, 11, 8, 12, 8, 11, 10, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3623 14, 16, 14, 16, 14, 16, 16, 16, 3, 11, 5, 11, 8, 12, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3624 7, 12, 9, 13, 10, 13, 11, 13, 14, 16, 14, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3625 9, 16, 9, 16, 12, 16, 12, 16, 11, 16, 11, 16, 14, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3626 16, 16, 16, 16, 16, 16, 16, 16, 4, 11, 7, 12, 6, 11, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3627 8, 13, 9, 13, 9, 13, 11, 14, 13, 16, 14, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3628 7, 13, 9, 13, 9, 13, 11, 13, 9, 14, 10, 16, 11, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3629 15, 16, 14, 16, 16, 16, 16, 16, 12, 16, 12, 16, 14, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3630 13, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3631 10, 16, 12, 16, 10, 16, 13, 16, 12, 16, 13, 16, 12, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3632 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 13, 16, 13, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3633 13, 16, 14, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3634 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3635 16, 16, 16, 16, 16, 16, 16, 16, 2, 10, 5, 11, 6, 11, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3636 7, 12, 9, 13, 9, 13, 11, 13, 14, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3637 4, 12, 6, 12, 8, 13, 10, 13, 8, 13, 9, 13, 11, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3638 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 8, 16, 12, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3639 12, 16, 11, 16, 13, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3640 5, 12, 8, 13, 7, 13, 10, 13, 8, 14, 10, 14, 10, 14, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3641 16, 16, 16, 16, 16, 16, 16, 16, 7, 14, 9, 16, 10, 16, 11, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3642 8, 14, 10, 16, 11, 16, 12, 16, 13, 16, 14, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3643 11, 16, 11, 16, 13, 16, 13, 16, 12, 16, 12, 16, 14, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3644 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 12, 16, 10, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3645 12, 16, 13, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3646 12, 16, 13, 16, 12, 16, 14, 16, 12, 16, 13, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3647 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3648 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3649 6, 16, 8, 16, 9, 16, 11, 13, 10, 16, 11, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3650 16, 16, 16, 16, 16, 16, 16, 16, 7, 16, 9, 16, 10, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3651 11, 16, 11, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3652 10, 16, 9, 16, 12, 16, 13, 16, 13, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3653 16, 16, 16, 16, 16, 16, 16, 16, 7, 16, 10, 16, 9, 16, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3654 11, 16, 12, 16, 12, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3655 9, 16, 11, 16, 11, 16, 12, 16, 11, 16, 12, 16, 13, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3656 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 12, 16, 14, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3657 12, 16, 12, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3658 10, 16, 12, 16, 10, 16, 13, 16, 13, 16, 14, 16, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3659 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 13, 16, 12, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3660 12, 16, 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3661 16, 16, 16, 16, 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3662 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 11, 16, 11, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3663 12, 16, 13, 16, 13, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3664 10, 16, 11, 16, 13, 16, 13, 16, 13, 16, 13, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3665 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 11, 16, 14, 16, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3666 14, 16, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3667 10, 16, 12, 16, 12, 16, 13, 16, 13, 16, 13, 16, 13, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3668 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 12, 16, 13, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3669 13, 16, 13, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3670 12, 16, 12, 16, 14, 16, 14, 16, 14, 16, 14, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3671 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 13, 16, 11, 16, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3672 16, 16, 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3673 12, 16, 14, 16, 13, 16, 14, 16, 16, 16, 16, 16, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3674 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3675 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3676 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3677 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3678 0, 10, 4, 12, 5, 16, 11, 16, 6, 16, 10, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3679 16, 16, 16, 16, 16, 16, 16, 16, 3, 16, 7, 16, 10, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3680 9, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3681 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3682 16, 16, 16, 16, 16, 16, 16, 16, 4, 16, 10, 16, 9, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3683 9, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3684 9, 16, 12, 16, 16, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3685 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3686 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3687 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3688 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3689 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3690 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3691 16, 16, 16, 16, 16, 16, 16, 16, 1, 16, 6, 16, 8, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3692 8, 16, 11, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3693 5, 16, 8, 16, 11, 16, 16, 16, 10, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3694 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 11, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3695 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3696 5, 16, 11, 16, 9, 16, 16, 16, 10, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3697 16, 16, 16, 16, 16, 16, 16, 16, 9, 16, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3698 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3699 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3700 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3701 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3702 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3703 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3704 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3705 5, 16, 9, 16, 11, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3706 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 10, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3707 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3708 12, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3709 16, 16, 16, 16, 16, 16, 16, 16, 8, 16, 16, 16, 11, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3710 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3711 10, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3712 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3713 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3714 12, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3715 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3716 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3717 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3718 16, 16, 16, 16, 16, 16, 16, 16, 6, 16, 11, 16, 15, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3719 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3720 9, 16, 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3721 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 9, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3722 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3723 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3724 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3725 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3726 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3727 16, 16, 16, 16, 16, 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3728 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3729 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3730 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3731 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3732 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3733 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3734 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3735
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3736 static const uint8_t rv34_table_inter_secondpat[NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3737 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3738 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3739 0, 4, 8, 3, 6, 8, 6, 7, 8, 4, 6, 8, 6, 7, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3740 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 3, 6, 8, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3741 9, 7, 7, 8, 5, 7, 9, 6, 7, 9, 8, 8, 8, 7, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3742 8, 8, 8, 8, 8, 7, 6, 8, 9, 7, 8, 9, 7, 8, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3743 8, 9, 7, 8, 9, 8, 8, 9, 8, 8, 9, 8, 9, 9, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3744 8, 8, 9, 9, 8, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3745 8, 8, 8, 7, 8, 8, 8, 8, 8, 7, 7, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3746 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3747 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3748 0, 4, 9, 3, 6, 9, 7, 8, 10, 3, 6, 9, 5, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3749 9, 10, 7, 8, 10, 8, 9, 10, 10, 10, 10, 2, 6, 9, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3750 10, 8, 9, 10, 4, 7, 10, 6, 7, 10, 9, 9, 10, 7, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3751 8, 9, 10, 10, 10, 10, 6, 8, 10, 7, 9, 11, 9, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3752 9, 11, 8, 9, 11, 10, 10, 11, 8, 9, 11, 9, 10, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3753 10, 8, 10, 11, 9, 10, 11, 9, 10, 11, 8, 10, 11, 9, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3754 10, 10, 11, 8, 10, 11, 9, 10, 10, 10, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3755 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3756 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3757 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3758 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3759 0, 4, 8, 3, 6, 8, 6, 7, 9, 4, 6, 8, 5, 7, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3760 8, 9, 7, 7, 8, 8, 8, 8, 8, 9, 8, 3, 6, 8, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3761 9, 7, 7, 9, 5, 6, 9, 6, 7, 9, 8, 8, 9, 7, 8, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3762 8, 8, 8, 8, 8, 8, 6, 8, 9, 7, 8, 10, 7, 8, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3763 8, 10, 7, 8, 10, 8, 8, 9, 7, 8, 9, 8, 9, 9, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3764 8, 7, 9, 10, 8, 9, 10, 8, 8, 8, 8, 9, 10, 8, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3765 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 7, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3766 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3767 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3768 0, 4, 9, 3, 6, 10, 8, 9, 11, 3, 5, 9, 5, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3769 10, 11, 7, 8, 10, 9, 9, 11, 11, 11, 12, 2, 5, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3770 10, 8, 9, 11, 4, 6, 10, 6, 7, 10, 9, 10, 11, 7, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3771 9, 9, 11, 11, 11, 11, 6, 8, 11, 7, 9, 11, 9, 10, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3772 9, 11, 8, 9, 12, 10, 10, 12, 8, 10, 11, 10, 10, 11, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3773 11, 8, 10, 12, 9, 11, 12, 10, 11, 12, 9, 10, 12, 10, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3774 11, 11, 12, 9, 10, 12, 10, 10, 11, 11, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3775 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3776 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3777 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3778 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3779 0, 4, 8, 3, 6, 9, 7, 8, 9, 4, 6, 8, 5, 7, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3780 9, 9, 7, 8, 9, 8, 8, 9, 9, 9, 9, 2, 6, 9, 4, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3781 9, 7, 8, 10, 5, 7, 9, 6, 7, 9, 8, 8, 9, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3782 8, 8, 9, 9, 9, 9, 6, 8, 10, 7, 8, 10, 8, 9, 10, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3783 8, 10, 8, 8, 10, 9, 9, 10, 8, 9, 10, 9, 9, 10, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3784 9, 8, 9, 10, 8, 9, 10, 8, 9, 10, 8, 9, 10, 9, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3785 9, 9, 9, 8, 9, 9, 8, 9, 9, 9, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3786 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3787 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3788 0, 4, 10, 3, 6, 10, 8, 10, 12, 2, 6, 10, 6, 8, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3789 11, 12, 7, 9, 11, 9, 10, 12, 12, 13, 13, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3790 11, 9, 10, 13, 4, 7, 11, 7, 8, 11, 10, 11, 12, 8, 9, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3791 10, 10, 12, 12, 12, 13, 6, 9, 12, 8, 10, 13, 10, 12, 14, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3792 10, 13, 9, 10, 13, 11, 11, 13, 9, 11, 13, 11, 11, 13, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3793 13, 9, 11, 13, 10, 12, 14, 11, 12, 14, 9, 11, 14, 11, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3794 12, 12, 14, 9, 12, 13, 11, 12, 13, 13, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3795 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3796 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3797 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3798 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3799 0, 4, 9, 3, 6, 9, 7, 8, 10, 3, 6, 9, 6, 7, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3800 9, 10, 7, 8, 9, 8, 9, 10, 10, 10, 11, 2, 6, 9, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3801 10, 7, 9, 10, 4, 7, 10, 6, 7, 10, 9, 9, 10, 7, 8, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3802 8, 9, 10, 10, 10, 10, 6, 8, 11, 7, 9, 11, 8, 10, 11, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3803 9, 11, 8, 9, 11, 9, 9, 11, 8, 9, 11, 9, 10, 11, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3804 10, 8, 10, 11, 9, 10, 11, 9, 10, 11, 8, 10, 11, 9, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3805 10, 10, 11, 8, 10, 11, 9, 10, 11, 10, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3806 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3807 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3808 0, 4, 12, 3, 7, 12, 10, 11, 14, 3, 6, 12, 7, 9, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3809 13, 14, 8, 11, 13, 11, 12, 14, 14, 14, 14, 1, 7, 12, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3810 13, 10, 12, 14, 4, 8, 13, 8, 9, 13, 12, 13, 14, 9, 11, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3811 11, 12, 14, 14, 14, 14, 7, 10, 14, 9, 11, 14, 11, 13, 16, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3812 11, 14, 10, 12, 14, 13, 13, 16, 10, 12, 15, 12, 13, 15, 15, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3813 15, 10, 13, 15, 12, 13, 14, 13, 15, 15, 10, 13, 15, 12, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3814 13, 14, 15, 10, 13, 14, 12, 13, 14, 14, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3815 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3816 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3817 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3818 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3819 0, 4, 9, 3, 6, 10, 7, 9, 11, 3, 5, 9, 5, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3820 10, 12, 7, 8, 10, 9, 10, 11, 11, 12, 12, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3821 10, 7, 9, 12, 4, 7, 10, 6, 7, 11, 9, 10, 12, 7, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3822 9, 9, 11, 11, 11, 12, 5, 8, 11, 7, 9, 12, 9, 10, 13, 6,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3823 9, 12, 8, 9, 12, 10, 10, 12, 8, 10, 12, 10, 10, 12, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3824 12, 8, 10, 12, 9, 11, 13, 10, 11, 13, 9, 11, 13, 10, 11, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3825 11, 11, 13, 9, 11, 12, 10, 11, 12, 11, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3826 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3827 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3828 0, 4, 12, 3, 7, 13, 10, 12, 15, 3, 7, 13, 7, 9, 14, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3829 12, 13, 8, 11, 14, 11, 13, 15, 15, 14, 14, 1, 6, 13, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3830 13, 10, 13, 15, 4, 8, 13, 8, 9, 14, 13, 13, 15, 8, 11, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3831 12, 12, 15, 15, 14, 14, 7, 10, 13, 9, 11, 13, 12, 14, 16, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3832 11, 14, 10, 12, 15, 13, 13, 16, 10, 12, 15, 12, 13, 15, 15, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3833 15, 11, 12, 14, 12, 14, 14, 13, 15, 15, 10, 12, 14, 12, 13, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3834 14, 15, 15, 10, 13, 13, 12, 13, 15, 14, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3835 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3836 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3837 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3838 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3839 0, 5, 10, 3, 7, 11, 9, 11, 14, 3, 7, 11, 7, 8, 12, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3840 12, 14, 7, 9, 12, 10, 11, 14, 13, 14, 16, 1, 7, 11, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3841 12, 9, 11, 15, 4, 8, 12, 7, 9, 13, 11, 12, 15, 8, 10, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3842 10, 11, 14, 14, 14, 16, 6, 9, 13, 8, 11, 14, 10, 13, 16, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3843 10, 14, 9, 11, 15, 12, 13, 16, 9, 11, 15, 12, 12, 15, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3844 16, 10, 12, 14, 11, 13, 15, 12, 14, 16, 10, 12, 15, 11, 13, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3845 13, 14, 16, 10, 13, 16, 12, 13, 15, 14, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3846 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3847 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3848 0, 5, 16, 3, 8, 14, 11, 13, 14, 2, 8, 14, 8, 10, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3849 13, 14, 9, 13, 16, 12, 13, 16, 16, 14, 16, 1, 7, 14, 6, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3850 14, 12, 16, 16, 5, 9, 14, 9, 11, 16, 15, 16, 16, 10, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3851 13, 13, 16, 16, 14, 16, 8, 11, 14, 11, 13, 14, 14, 14, 16, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3852 12, 14, 11, 13, 16, 16, 16, 16, 10, 12, 15, 13, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3853 16, 11, 14, 14, 14, 15, 16, 16, 15, 16, 10, 13, 16, 13, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3854 16, 16, 16, 10, 13, 16, 13, 14, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3855 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3856 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3857 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3858 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3859 0, 5, 11, 3, 7, 13, 9, 12, 16, 3, 7, 12, 6, 9, 14, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3860 13, 16, 7, 10, 16, 11, 12, 16, 16, 16, 16, 1, 6, 12, 5, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3861 16, 9, 13, 16, 4, 8, 16, 7, 10, 16, 12, 15, 16, 7, 11, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3862 11, 12, 16, 16, 16, 16, 6, 10, 15, 8, 11, 16, 11, 14, 16, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3863 11, 16, 10, 12, 16, 13, 16, 16, 9, 13, 16, 13, 14, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3864 16, 10, 12, 16, 12, 16, 16, 16, 16, 16, 11, 13, 16, 13, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3865 16, 16, 16, 12, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3866 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3867 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3868 0, 5, 16, 3, 8, 16, 12, 12, 16, 2, 8, 16, 8, 10, 16, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3869 13, 16, 9, 13, 16, 12, 13, 16, 16, 16, 16, 1, 8, 16, 6, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3870 16, 12, 16, 16, 5, 9, 16, 9, 11, 16, 13, 16, 16, 9, 12, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3871 12, 12, 16, 16, 16, 16, 8, 11, 13, 11, 12, 16, 14, 16, 16, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3872 12, 16, 11, 13, 16, 16, 15, 16, 9, 13, 14, 12, 13, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3873 16, 10, 12, 13, 14, 13, 16, 16, 16, 16, 9, 13, 16, 13, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3874 16, 16, 16, 10, 12, 16, 14, 15, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3875 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3876 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3877 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3878
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3879 static const uint8_t rv34_table_inter_thirdpat[NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] = {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3880 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3881 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3882 0, 5, 8, 3, 6, 9, 6, 7, 9, 4, 6, 9, 6, 7, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3883 8, 9, 7, 8, 9, 8, 9, 9, 9, 9, 9, 2, 6, 9, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3884 9, 7, 8, 9, 5, 7, 9, 6, 7, 9, 8, 8, 9, 7, 8, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3885 8, 9, 9, 9, 9, 8, 5, 8, 10, 6, 8, 10, 8, 9, 9, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3886 8, 10, 7, 9, 10, 8, 9, 9, 8, 9, 10, 9, 9, 10, 9, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3887 9, 7, 9, 10, 8, 9, 10, 8, 8, 9, 8, 9, 10, 8, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3888 8, 8, 9, 8, 9, 9, 8, 9, 9, 8, 8, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3889 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3890 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3891 0, 4, 9, 2, 6, 10, 7, 8, 10, 3, 6, 10, 6, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3892 9, 10, 8, 9, 11, 9, 10, 11, 10, 11, 11, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3893 10, 8, 9, 10, 5, 7, 10, 7, 8, 10, 9, 9, 10, 9, 10, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3894 10, 10, 11, 11, 11, 11, 6, 9, 11, 7, 9, 11, 9, 10, 12, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3895 9, 11, 8, 10, 11, 10, 10, 11, 10, 11, 12, 11, 11, 12, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3896 11, 9, 11, 12, 10, 11, 12, 10, 11, 12, 10, 11, 12, 10, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3897 11, 11, 12, 11, 12, 12, 11, 12, 12, 12, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3898 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3899 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3900 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3901 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3902 0, 4, 9, 3, 6, 9, 6, 8, 9, 4, 6, 9, 5, 7, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3903 8, 9, 7, 8, 10, 8, 9, 10, 9, 9, 9, 2, 6, 9, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3904 9, 7, 8, 9, 5, 7, 9, 6, 7, 10, 8, 9, 9, 7, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3905 8, 9, 10, 9, 9, 9, 5, 8, 10, 6, 8, 10, 8, 9, 10, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3906 8, 10, 7, 9, 11, 9, 9, 10, 8, 9, 10, 9, 10, 10, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3907 9, 7, 9, 10, 8, 9, 11, 8, 9, 10, 8, 9, 11, 8, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3908 9, 9, 10, 9, 9, 10, 9, 9, 10, 9, 9, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3909 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3910 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3911 0, 4, 9, 2, 5, 10, 7, 8, 11, 3, 6, 10, 6, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3912 10, 11, 8, 9, 11, 9, 10, 11, 11, 11, 12, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3913 10, 8, 9, 11, 5, 7, 10, 6, 8, 10, 9, 10, 11, 9, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3914 10, 10, 12, 11, 12, 12, 6, 9, 11, 8, 9, 12, 9, 11, 13, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3915 10, 12, 9, 10, 12, 11, 11, 12, 10, 12, 13, 11, 12, 13, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3916 13, 10, 11, 13, 10, 12, 13, 11, 12, 13, 11, 12, 13, 11, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3917 12, 12, 13, 12, 13, 14, 13, 13, 14, 13, 13, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3918 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3919 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3920 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3921 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3922 0, 4, 9, 3, 6, 9, 7, 8, 10, 3, 6, 9, 5, 7, 10, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3923 9, 10, 7, 9, 10, 8, 9, 10, 10, 10, 10, 2, 6, 9, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3924 10, 7, 9, 10, 4, 7, 10, 6, 8, 10, 8, 9, 10, 8, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3925 9, 9, 10, 10, 10, 10, 5, 8, 11, 7, 9, 11, 8, 10, 11, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3926 9, 11, 8, 9, 11, 9, 10, 11, 9, 10, 11, 10, 10, 11, 11, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3927 11, 8, 10, 11, 9, 10, 11, 9, 10, 11, 9, 10, 12, 9, 10, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3928 10, 11, 11, 9, 10, 11, 10, 11, 11, 10, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3929 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3930 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3931 0, 4, 10, 3, 6, 11, 8, 10, 12, 3, 6, 11, 6, 8, 11, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3932 11, 13, 9, 10, 13, 11, 12, 14, 13, 13, 14, 1, 6, 10, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3933 12, 9, 10, 13, 5, 8, 11, 7, 9, 12, 11, 11, 13, 10, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3934 11, 12, 14, 14, 13, 15, 7, 10, 12, 9, 11, 14, 11, 12, 15, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3935 11, 13, 10, 11, 14, 12, 12, 14, 12, 14, 16, 13, 13, 16, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3936 16, 12, 13, 15, 12, 14, 15, 13, 14, 16, 13, 14, 16, 14, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3937 14, 15, 16, 14, 16, 16, 15, 16, 16, 15, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3938 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3939 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3940 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3941 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3942 0, 4, 9, 2, 6, 9, 7, 9, 11, 3, 6, 10, 6, 7, 10, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3943 10, 11, 7, 9, 10, 9, 10, 11, 11, 11, 12, 2, 6, 10, 4, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3944 10, 8, 9, 11, 5, 7, 10, 7, 8, 10, 9, 10, 11, 8, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3945 9, 10, 11, 11, 12, 11, 6, 9, 11, 7, 10, 12, 9, 11, 12, 7,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3946 10, 12, 9, 10, 12, 11, 11, 12, 9, 11, 12, 10, 11, 12, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3947 12, 9, 11, 12, 9, 11, 13, 11, 12, 13, 9, 11, 13, 10, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3948 11, 12, 13, 11, 12, 13, 11, 12, 13, 12, 13, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3949 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3950 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3951 0, 4, 11, 2, 6, 12, 9, 11, 16, 4, 7, 12, 7, 9, 15, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3952 12, 16, 10, 11, 16, 11, 13, 16, 16, 16, 16, 1, 6, 11, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3953 16, 9, 12, 16, 6, 9, 15, 8, 10, 16, 12, 13, 16, 12, 14, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3954 12, 16, 16, 16, 16, 16, 8, 11, 14, 10, 12, 16, 12, 16, 16, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3955 13, 16, 12, 16, 16, 13, 14, 16, 14, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3956 16, 13, 13, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3957 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3958 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3959 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3960 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3961 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3962 0, 5, 9, 3, 6, 10, 8, 10, 12, 3, 6, 10, 6, 8, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3963 11, 12, 8, 9, 11, 10, 10, 12, 13, 13, 13, 1, 6, 10, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3964 11, 9, 11, 13, 5, 8, 11, 7, 9, 11, 11, 11, 13, 8, 9, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3965 10, 10, 12, 13, 13, 14, 6, 9, 12, 8, 11, 13, 11, 13, 15, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3966 10, 13, 10, 11, 13, 12, 13, 15, 10, 12, 13, 12, 12, 13, 14, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3967 14, 9, 12, 14, 11, 13, 15, 13, 15, 16, 11, 13, 15, 12, 14, 15,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3968 14, 15, 16, 13, 14, 15, 14, 14, 15, 15, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3969 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3970 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3971 0, 4, 16, 2, 7, 16, 10, 13, 16, 3, 8, 16, 7, 10, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3972 16, 16, 12, 16, 16, 15, 16, 16, 16, 16, 16, 1, 7, 16, 6, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3973 16, 10, 16, 16, 7, 12, 16, 9, 13, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3974 16, 16, 16, 16, 16, 16, 9, 16, 16, 11, 13, 16, 16, 16, 16, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3975 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3976 16, 16, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3977 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3978 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3979 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3980 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3981 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3982 0, 4, 9, 3, 6, 11, 9, 12, 16, 3, 6, 10, 6, 8, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3983 13, 16, 8, 9, 12, 10, 11, 13, 16, 16, 16, 1, 6, 10, 5, 8,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3984 12, 10, 13, 16, 5, 8, 11, 8, 9, 13, 13, 14, 16, 9, 10, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3985 11, 12, 15, 16, 16, 16, 6, 10, 13, 9, 12, 16, 14, 16, 16, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3986 12, 14, 11, 13, 16, 16, 16, 16, 12, 14, 16, 14, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3987 16, 11, 16, 16, 13, 16, 16, 16, 16, 16, 12, 16, 16, 13, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3988 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3989 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3990 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3991 0, 4, 16, 2, 8, 16, 10, 16, 16, 3, 9, 16, 8, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3992 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 7, 16, 5, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3993 16, 16, 16, 16, 7, 16, 16, 11, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3994 16, 16, 16, 16, 16, 16, 10, 15, 16, 10, 16, 16, 16, 16, 16, 14,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3995 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3996 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3997 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3998 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
3999 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4000 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4001 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4002 0, 3, 9, 3, 7, 11, 11, 15, 16, 3, 6, 11, 7, 9, 12, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4003 16, 16, 8, 10, 16, 11, 16, 16, 16, 16, 16, 1, 6, 11, 6, 9,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4004 15, 16, 16, 16, 5, 8, 16, 9, 11, 16, 16, 16, 16, 10, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4005 16, 16, 16, 16, 16, 16, 7, 11, 16, 11, 16, 16, 16, 16, 16, 11,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4006 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4007 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4008 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4009 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4010 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4011 0, 4, 16, 2, 8, 16, 16, 16, 16, 3, 12, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4012 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 7, 16, 5, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4013 16, 16, 16, 16, 6, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4014 16, 16, 16, 16, 16, 16, 9, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4015 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4016 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4017 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4018 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4019 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4020 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4021
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4022
5996
9319837c5d02 Rename some tables
kostya
parents: 5981
diff changeset
4023 static const uint8_t rv34_inter_coeff[NUM_INTER_TABLES][COEFF_VLC_SIZE] = {
5965
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4024 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4025 1, 2, 4, 4, 5, 5, 6, 7, 7, 7, 8, 8, 8, 9, 9, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4026 10, 10, 10, 11, 11, 11, 11, 12, 11, 11, 11, 13, 14, 15, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4027 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4028 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4029 1, 2, 3, 5, 5, 6, 6, 7, 7, 8, 9, 9, 9, 10, 10, 10,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4030 11, 11, 12, 12, 12, 12, 13, 13, 12, 12, 13, 14, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4031 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4032 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4033 1, 2, 3, 4, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4034 12, 12, 13, 13, 13, 14, 14, 15, 14, 14, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4035 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4036 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4037 1, 2, 3, 4, 5, 6, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4038 13, 13, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4039 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4040 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4041 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4042 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4043 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4044 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4045 1, 2, 3, 4, 5, 6, 7, 8, 10, 10, 11, 11, 13, 12, 12, 13,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4046 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4047 },
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4048 {
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4049 1, 2, 3, 4, 5, 6, 7, 8, 10, 10, 10, 11, 14, 13, 15, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4050 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16,
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4051 }
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4052 };
febfff2ccb8d RV30/40 common VLC tables
kostya
parents:
diff changeset
4053
7760
c4a4495715dd Globally rename the header inclusion guard names.
stefano
parents: 5996
diff changeset
4054 #endif /* AVCODEC_RV34VLC_H */