From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- appl/wm/mpeg/c1.tab | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 appl/wm/mpeg/c1.tab (limited to 'appl/wm/mpeg/c1.tab') 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), +}; -- cgit v1.2.3