shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/appl/wm/mpeg/c1.tab

View raw version
# 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),
};