diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
| commit | 37da2899f40661e3e9631e497da8dc59b971cbd0 (patch) | |
| tree | cbc6d4680e347d906f5fa7fca73214418741df72 /appl/wm/mpeg/c1.tab | |
| parent | 54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff) | |
20060303a
Diffstat (limited to 'appl/wm/mpeg/c1.tab')
| -rw-r--r-- | appl/wm/mpeg/c1.tab | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/appl/wm/mpeg/c1.tab b/appl/wm/mpeg/c1.tab new file mode 100644 index 00000000..ff834508 --- /dev/null +++ b/appl/wm/mpeg/c1.tab @@ -0,0 +1,37 @@ +# vlc -cfp c1 +c1_size: con 32; +c1_bits: con 5; +c1_table:= array[] of { + (2,10), + (-2,10), + (2,9), + (-2,9), + (3,5), + (-3,5), + (4,3), + (-4,3), + (5,2), + (-5,2), + (7,1), + (-7,1), + (6,1), + (-6,1), + (15,0), + (-15,0), + (14,0), + (-14,0), + (13,0), + (-13,0), + (12,0), + (-12,0), + (1,26), + (-1,26), + (1,25), + (-1,25), + (1,24), + (-1,24), + (1,23), + (-1,23), + (1,22), + (-1,22), +}; |
