Updated libtheora from 1.1 to 1.1.1, we kept the CMakeLists.txt

--HG--
branch : update-to-libtheora-1.1.1
This commit is contained in:
EntranceJew
2016-02-12 11:29:23 -05:00
parent cda9f55e33
commit be26fc29ae
340 changed files with 125491 additions and 51558 deletions
+83
View File
@@ -0,0 +1,83 @@
## Process this file with automake to produce Makefile.in
# makefile to generate the spec document from sources
# requires transfig and pdflatex
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
built_docs = Theora.pdf
if BUILD_SPEC
doc_DATA = $(built_docs)
endif
SPEC_SRCS = spec.tex spec.bib
FIG_SRCS = pic-frame.fig hilbert-mb.fig hilbert-block.fig xifish.fig \
superblock.fig macroblock.fig raster-block.fig reference-frames.fig \
pixel444.fig pixel422.fig pixel420.fig idct.fig fdct.fig \
pic_even.fig pic_even_odd.fig pic_odd.fig pic_odd_even.fig \
lflim.fig
FIG_TEXS = $(FIG_SRCS:.fig=.tex)
FIG_AUXS = $(FIG_SRCS:.fig=.aux)
FIG_PDFS = $(FIG_SRCS:.fig=.pdf)
# add any native-pdf figures here
FIG_OBJS = $(FIG_PDFS)
EXTRA_DIST = $(built_docs) $(SPEC_SRCS) $(FIG_SRCS) ltablex.sty
if BUILD_SPEC
# latex three times is the charm with references
# long tables require the .aux file to start from scratch
Theora.pdf : $(SPEC_SRCS) $(FIG_OBJS) vp3huff.tex spec.bib
-$(RM) spec.aux
pdflatex -interaction nonstopmode spec.tex
bibtex spec.aux
pdflatex -interaction nonstopmode spec.tex
pdflatex -interaction nonstopmode spec.tex
mv spec.pdf $@
else
Theora.pdf :
echo "*** Warning: Missing tools; $@ will not be built."
endif
vp3huff.tex : vp3huff
./vp3huff > $@
noinst_PROGRAMS = vp3huff
vp3huff_SOURCES = vp3huff.c
figures : $(FIG_OBJS)
# rules to generate latex and pdf versions of the xfig figures
.fig.tex:
fig2dev -L latex $< $@
.fig.pdf:
fig2dev -L pdf -p 0 $< $@
SUFFIXES = .fig .tex .pdf
# clean targets
clean-local:
-$(RM) $(FIG_TEXS)
-$(RM) $(FIG_AUXS)
-$(RM) $(FIG_PDFS)
-$(RM) vp3huff
-$(RM) vp3huff.tex
-$(RM) vp3huff.aux
-$(RM) spec.aux
-$(RM) spec.log
-$(RM) spec.lof
-$(RM) spec.lot
-$(RM) spec.out
-$(RM) spec.bbl
-$(RM) spec.blg
-$(RM) spec.toc
maintainer-clean-local:
-$(RM) $(built_docs)
maintainerclean: maintainer-clean
+498
View File
@@ -0,0 +1,498 @@
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# makefile to generate the spec document from sources
# requires transfig and pdflatex
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ../..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
PATH_SEPARATOR = @PATH_SEPARATOR@
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
AMTAR = @AMTAR@
AR = @AR@
ARGZ_H = @ARGZ_H@
AS = @AS@
AWK = @AWK@
BUILDABLE_EXAMPLES = @BUILDABLE_EXAMPLES@
CAIRO_CFLAGS = @CAIRO_CFLAGS@
CAIRO_LIBS = @CAIRO_LIBS@
CC = @CC@
CPP = @CPP@
CXX = @CXX@
CXXCPP = @CXXCPP@
DEBUG = @DEBUG@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
F77 = @F77@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GETOPT_OBJS = @GETOPT_OBJS@
GREP = @GREP@
HAVE_BIBTEX = @HAVE_BIBTEX@
HAVE_DOXYGEN = @HAVE_DOXYGEN@
HAVE_PDFLATEX = @HAVE_PDFLATEX@
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
HAVE_TRANSFIG = @HAVE_TRANSFIG@
HAVE_VALGRIND = @HAVE_VALGRIND@
INCLTDL = @INCLTDL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LIBADD_DL = @LIBADD_DL@
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
LIBADD_DLOPEN = @LIBADD_DLOPEN@
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
LIBLTDL = @LIBLTDL@
LIBM = @LIBM@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTDLDEPS = @LTDLDEPS@
LTDLINCL = @LTDLINCL@
LTDLOPEN = @LTDLOPEN@
LT_CONFIG_H = @LT_CONFIG_H@
LT_DLLOADERS = @LT_DLLOADERS@
LT_DLPREOPEN = @LT_DLPREOPEN@
MAINT = @MAINT@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OGG_CFLAGS = @OGG_CFLAGS@
OGG_LIBS = @OGG_LIBS@
OSS_LIBS = @OSS_LIBS@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PKG_CONFIG = @PKG_CONFIG@
PNG_CFLAGS = @PNG_CFLAGS@
PNG_LIBS = @PNG_LIBS@
PROFILE = @PROFILE@
RANLIB = @RANLIB@
RC = @RC@
SDL_CFLAGS = @SDL_CFLAGS@
SDL_CONFIG = @SDL_CONFIG@
SDL_LIBS = @SDL_LIBS@
SED = @SED@
STRIP = @STRIP@
THDEC_LIB_AGE = @THDEC_LIB_AGE@
THDEC_LIB_CURRENT = @THDEC_LIB_CURRENT@
THDEC_LIB_REVISION = @THDEC_LIB_REVISION@
THENC_LIB_AGE = @THENC_LIB_AGE@
THENC_LIB_CURRENT = @THENC_LIB_CURRENT@
THENC_LIB_REVISION = @THENC_LIB_REVISION@
THEORADEC_LDFLAGS = @THEORADEC_LDFLAGS@
THEORAENC_LDFLAGS = @THEORAENC_LDFLAGS@
THEORA_LDFLAGS = @THEORA_LDFLAGS@
TH_LIB_AGE = @TH_LIB_AGE@
TH_LIB_CURRENT = @TH_LIB_CURRENT@
TH_LIB_REVISION = @TH_LIB_REVISION@
VALGRIND_ENVIRONMENT = @VALGRIND_ENVIRONMENT@
VERSION = @VERSION@
VORBISENC_LIBS = @VORBISENC_LIBS@
VORBISFILE_LIBS = @VORBISFILE_LIBS@
VORBIS_CFLAGS = @VORBIS_CFLAGS@
VORBIS_LIBS = @VORBIS_LIBS@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
lt_ECHO = @lt_ECHO@
ltdl_LIBOBJS = @ltdl_LIBOBJS@
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
sys_symbol_underscore = @sys_symbol_underscore@
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
built_docs = Theora.pdf
@BUILD_SPEC_TRUE@doc_DATA = $(built_docs)
SPEC_SRCS = spec.tex spec.bib
FIG_SRCS = pic-frame.fig hilbert-mb.fig hilbert-block.fig xifish.fig \
superblock.fig macroblock.fig raster-block.fig reference-frames.fig \
pixel444.fig pixel422.fig pixel420.fig idct.fig fdct.fig \
pic_even.fig pic_even_odd.fig pic_odd.fig pic_odd_even.fig \
lflim.fig
FIG_TEXS = $(FIG_SRCS:.fig=.tex)
FIG_AUXS = $(FIG_SRCS:.fig=.aux)
FIG_PDFS = $(FIG_SRCS:.fig=.pdf)
# add any native-pdf figures here
FIG_OBJS = $(FIG_PDFS)
EXTRA_DIST = $(built_docs) $(SPEC_SRCS) $(FIG_SRCS) ltablex.sty
noinst_PROGRAMS = vp3huff
vp3huff_SOURCES = vp3huff.c
SUFFIXES = .fig .tex .pdf
subdir = doc/spec
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
noinst_PROGRAMS = vp3huff$(EXEEXT)
PROGRAMS = $(noinst_PROGRAMS)
am_vp3huff_OBJECTS = vp3huff.$(OBJEXT)
vp3huff_OBJECTS = $(am_vp3huff_OBJECTS)
vp3huff_LDADD = $(LDADD)
vp3huff_DEPENDENCIES =
vp3huff_LDFLAGS =
DEFS = @DEFS@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/vp3huff.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
DIST_SOURCES = $(vp3huff_SOURCES)
DATA = $(doc_DATA)
DIST_COMMON = Makefile.am Makefile.in
SOURCES = $(vp3huff_SOURCES)
all: all-am
.SUFFIXES:
.SUFFIXES: .fig .tex .pdf .c .lo .o .obj
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu doc/spec/Makefile
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
clean-noinstPROGRAMS:
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
vp3huff$(EXEEXT): $(vp3huff_OBJECTS) $(vp3huff_DEPENDENCIES)
@rm -f vp3huff$(EXEEXT)
$(LINK) $(vp3huff_LDFLAGS) $(vp3huff_OBJECTS) $(vp3huff_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vp3huff.Po@am__quote@
distclean-depend:
-rm -rf ./$(DEPDIR)
.c.o:
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
.c.obj:
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(COMPILE) -c `cygpath -w $<`
.c.lo:
@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
CCDEPMODE = @CCDEPMODE@
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
uninstall-info-am:
docDATA_INSTALL = $(INSTALL_DATA)
install-docDATA: $(doc_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(docdir)
@list='$(doc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
$(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \
done
uninstall-docDATA:
@$(NORMAL_UNINSTALL)
@list='$(doc_DATA)'; for p in $$list; do \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
rm -f $(DESTDIR)$(docdir)/$$f; \
done
ETAGS = etags
ETAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = ../..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS) $(DATA)
installdirs:
$(mkinstalldirs) $(DESTDIR)$(docdir)
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \
mostlyclean-am
distclean: distclean-am
distclean-am: clean-am distclean-compile distclean-depend \
distclean-generic distclean-libtool distclean-tags
dvi: dvi-am
dvi-am:
info: info-am
info-am:
install-data-am: install-docDATA
install-exec-am:
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
maintainer-clean-am: distclean-am maintainer-clean-generic \
maintainer-clean-local
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
uninstall-am: uninstall-docDATA uninstall-info-am
.PHONY: GTAGS all all-am check check-am clean clean-generic \
clean-libtool clean-local clean-noinstPROGRAMS distclean \
distclean-compile distclean-depend distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am info \
info-am install install-am install-data install-data-am \
install-docDATA install-exec install-exec-am install-info \
install-info-am install-man install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic maintainer-clean-local mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
tags uninstall uninstall-am uninstall-docDATA uninstall-info-am
# latex three times is the charm with references
# long tables require the .aux file to start from scratch
@BUILD_SPEC_TRUE@Theora.pdf : $(SPEC_SRCS) $(FIG_OBJS) vp3huff.tex spec.bib
@BUILD_SPEC_TRUE@ -$(RM) spec.aux
@BUILD_SPEC_TRUE@ pdflatex -interaction nonstopmode spec.tex
@BUILD_SPEC_TRUE@ bibtex spec.aux
@BUILD_SPEC_TRUE@ pdflatex -interaction nonstopmode spec.tex
@BUILD_SPEC_TRUE@ pdflatex -interaction nonstopmode spec.tex
@BUILD_SPEC_TRUE@ mv spec.pdf $@
@BUILD_SPEC_FALSE@Theora.pdf :
@BUILD_SPEC_FALSE@ echo "*** Warning: Missing tools; $@ will not be built."
vp3huff.tex : vp3huff
./vp3huff > $@
figures : $(FIG_OBJS)
# rules to generate latex and pdf versions of the xfig figures
.fig.tex:
fig2dev -L latex $< $@
.fig.pdf:
fig2dev -L pdf -p 0 $< $@
# clean targets
clean-local:
-$(RM) $(FIG_TEXS)
-$(RM) $(FIG_AUXS)
-$(RM) $(FIG_PDFS)
-$(RM) vp3huff
-$(RM) vp3huff.tex
-$(RM) vp3huff.aux
-$(RM) spec.aux
-$(RM) spec.log
-$(RM) spec.lof
-$(RM) spec.lot
-$(RM) spec.out
-$(RM) spec.bbl
-$(RM) spec.blg
-$(RM) spec.toc
maintainer-clean-local:
-$(RM) $(built_docs)
maintainerclean: maintainer-clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
File diff suppressed because it is too large Load Diff
+371
View File
@@ -0,0 +1,371 @@
#FIG 3.2
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
6 1350 4650 1650 4950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1500 4800 75 75 1500 4800 1500 4725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1450 4800 1550 4800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1500 4850 1500 4750
-6
6 1350 450 1650 750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1500 600 75 75 1500 600 1500 525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1450 600 1550 600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1500 650 1500 550
-6
6 1950 1050 2250 1350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 1200 75 75 2100 1200 2100 1125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 1200 2150 1200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 1250 2100 1150
-6
6 3150 2850 3450 3150
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3300 3000 75 75 3300 3000 3300 2925
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3250 3000 3350 3000
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3300 3050 3300 2950
-6
6 3150 2250 3450 2550
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3300 2400 75 75 3300 2400 3300 2325
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3250 2400 3350 2400
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3300 2450 3300 2350
-6
6 2550 3450 2850 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2700 3600 75 75 2700 3600 2700 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2650 3600 2750 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2700 3650 2700 3550
-6
6 2550 1650 2850 1950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2700 1800 75 75 2700 1800 2700 1725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2650 1800 2750 1800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2700 1850 2700 1750
-6
6 1950 4050 2250 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 4200 75 75 2100 4200 2100 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 4200 2150 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 4250 2100 4150
-6
6 2250 3600 2550 3900
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2400 3750 75 75 2400 3750 2400 3675
4 1 0 40 -1 0 12 0.0000 4 15 60 2400 3800 -\001
-6
6 1650 4200 1950 4500
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1800 4350 75 75 1800 4350 1800 4275
4 1 0 40 -1 0 12 0.0000 4 15 60 1800 4400 -\001
-6
6 1050 4800 1350 5100
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1200 4950 75 75 1200 4950 1200 4875
4 1 0 40 -1 0 12 0.0000 4 15 60 1200 5000 -\001
-6
6 2850 3000 3150 3300
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3000 3150 75 75 3000 3150 3000 3075
4 1 0 40 -1 0 12 0.0000 4 15 60 3000 3200 -\001
-6
6 4350 4050 4650 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4500 4200 75 75 4500 4200 4500 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4450 4200 4550 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4500 4250 4500 4150
-6
6 4350 3450 4650 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4500 3600 75 75 4500 3600 4500 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4450 3600 4550 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4500 3650 4500 3550
-6
6 4050 3300 4350 3600
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4200 3450 75 75 4200 3450 4200 3375
4 1 0 40 -1 0 12 0.0000 4 15 60 4200 3500 -\001
-6
6 4350 2250 4650 2550
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4500 2400 75 75 4500 2400 4500 2325
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4450 2400 4550 2400
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4500 2450 4500 2350
-6
6 4350 450 4650 750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4500 600 75 75 4500 600 4500 525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4450 600 4550 600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4500 650 4500 550
-6
6 4050 2400 4350 2700
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4200 2550 75 75 4200 2550 4200 2475
4 1 0 40 -1 0 12 0.0000 4 15 60 4200 2600 -\001
-6
6 4950 1050 5250 1350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 5100 1200 75 75 5100 1200 5100 1125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5050 1200 5150 1200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5100 1250 5100 1150
-6
6 4950 1650 5250 1950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 5100 1800 75 75 5100 1800 5100 1725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5050 1800 5150 1800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5100 1850 5100 1750
-6
6 4650 1800 4950 2100
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4800 1950 75 75 4800 1950 4800 1875
4 1 0 40 -1 0 12 0.0000 4 15 60 4800 2000 -\001
-6
6 4725 3525 4875 4275
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4800 4200 25 25 4800 4200 4800 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4800 3600 25 25 4800 3600 4800 3575
-6
6 6150 4650 6450 4950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 4800 75 75 6300 4800 6300 4725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 4800 6350 4800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 4850 6300 4750
-6
6 6150 4050 6450 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 4200 75 75 6300 4200 6300 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 4200 6350 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 4250 6300 4150
-6
6 5850 3900 6150 4200
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6000 4050 75 75 6000 4050 6000 3975
4 1 0 40 -1 0 12 0.0000 4 15 60 6000 4100 -\001
-6
6 6150 2850 6450 3150
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 3000 75 75 6300 3000 6300 2925
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 3000 6350 3000
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 3050 6300 2950
-6
6 6150 3450 6450 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 3600 75 75 6300 3600 6300 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 3600 6350 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 3650 6300 3550
-6
6 5850 3600 6150 3900
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6000 3750 75 75 6000 3750 6000 3675
4 1 0 40 -1 0 12 0.0000 4 15 60 6000 3800 -\001
-6
6 6150 1050 6450 1350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 1200 75 75 6300 1200 6300 1125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 1200 6350 1200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 1250 6300 1150
-6
6 6150 450 6450 750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 600 75 75 6300 600 6300 525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 600 6350 600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 650 6300 550
-6
6 6150 2250 6450 2550
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 2400 75 75 6300 2400 6300 2325
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 2400 6350 2400
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 2450 6300 2350
-6
6 6150 1650 6450 1950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 1800 75 75 6300 1800 6300 1725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 1800 6350 1800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 1850 6300 1750
-6
6 5850 1200 6150 1500
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6000 1350 75 75 6000 1350 6000 1275
4 1 0 40 -1 0 12 0.0000 4 15 60 6000 1400 -\001
-6
6 7350 4650 7650 4950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 7500 4800 75 75 7500 4800 7500 4725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7450 4800 7550 4800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7500 4850 7500 4750
-6
6 7350 2850 7650 3150
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 7500 3000 75 75 7500 3000 7500 2925
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7450 3000 7550 3000
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7500 3050 7500 2950
-6
6 7950 4050 8250 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 8100 4200 75 75 8100 4200 8100 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8050 4200 8150 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8100 4250 8100 4150
-6
6 7950 3450 8250 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 8100 3600 75 75 8100 3600 8100 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8050 3600 8150 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8100 3650 8100 3550
-6
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 900 4800 25 25 900 4800 900 4775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 900 600 25 25 900 600 900 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 1200 25 25 1500 1200 1500 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2700 3000 25 25 2700 3000 2700 2975
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2700 2400 25 25 2700 2400 2700 2375
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2100 3600 25 25 2100 3600 2100 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 4200 25 25 1500 4200 1500 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3900 4200 25 25 3900 4200 3900 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3900 3600 25 25 3900 3600 3900 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3900 2400 25 25 3900 2400 3900 2375
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3900 600 25 25 3900 600 3900 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4500 1200 25 25 4500 1200 4500 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4500 1800 25 25 4500 1800 4500 1775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 4800 25 25 5700 4800 5700 4775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 4200 25 25 5700 4200 5700 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 3600 25 25 5700 3600 5700 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 3000 25 25 5700 3000 5700 2975
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 1200 25 25 5700 1200 5700 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 600 25 25 5700 600 5700 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 2400 25 25 5700 2400 5700 2375
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5725 1800 25 25 5725 1800 5725 1775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 6900 4800 25 25 6900 4800 6900 4775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 6900 3000 25 25 6900 3000 6900 2975
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 7500 4200 25 25 7500 4200 7500 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 7500 3600 25 25 7500 3600 7500 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 7500 1200 25 25 7500 1200 7500 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 7500 600 25 25 7500 600 7500 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2100 1800 25 25 2100 1800 2100 1775
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 600 8400 600
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 2400 8400 2400
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 3000 8400 3000
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 4800 8400 4800
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 1200 8400 1200
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 3600 8400 3600
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 1800 8400 1800
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 4200 8400 4200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
900 4800 1500 600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
900 600 1500 4800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
1500 1200 2100 4275
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
1500 4200 2100 1200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2100 3600 2700 1800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2700 2400 3300 3000
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2100 1800 2700 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2700 3000 3300 2400
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
3900 3600 4500 4200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
3900 4200 4500 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
3900 600 4500 2400
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
3900 2400 4500 600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4500 1800 5100 1200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4500 1200 5100 1800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
5700 4200 6300 4800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
5700 3600 6300 3000
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
5700 3000 6300 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
5700 4800 6300 4200
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5700 1200 6300 600
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5700 600 6300 1200
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5700 1800 6300 2400
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5700 2400 6300 1800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6900 3000 7500 4800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6900 4800 7500 3000
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
7500 4200 8100 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
7500 3600 8100 4200
4 1 0 40 -1 0 12 0.0000 4 135 210 4800 4125 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 210 4800 3525 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 210 6000 2350 C6\001
4 1 0 40 -1 0 12 0.0000 4 135 255 6300 2275 -S6\001
4 1 0 40 -1 0 12 0.0000 4 135 210 6000 1750 C6\001
4 1 0 40 -1 0 12 0.0000 4 135 195 6300 2050 S6\001
4 1 0 40 -1 0 12 0.0000 4 135 210 7200 2950 C7\001
4 1 0 40 -1 0 12 0.0000 4 135 195 7500 3375 S7\001
4 1 0 40 -1 0 12 0.0000 4 135 210 7200 4750 C7\001
4 1 0 40 -1 0 12 0.0000 4 135 255 7500 4575 -S7\001
4 1 0 40 -1 0 12 0.0000 4 135 210 7800 4150 C3\001
4 1 0 40 -1 0 12 0.0000 4 135 255 8100 4075 -S3\001
4 1 0 40 -1 0 12 0.0000 4 135 210 7800 3550 C3\001
4 1 0 40 -1 0 12 0.0000 4 135 195 8100 3850 S3\001
4 1 0 40 -1 0 12 0.0000 4 135 210 7500 1125 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 210 7500 525 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 675 0\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 1275 4\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 1875 2\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 2475 6\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 3675 5\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 4275 3\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 4875 7\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 3075 1\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 675 0\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 1275 1\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 1875 2\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 2475 3\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 3075 4\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 3675 5\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 4275 6\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 4875 7\001
@@ -0,0 +1,104 @@
#FIG 3.2 Produced by xfig version 3.2.5-alpha4
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 675 645 3825 3795
4 1 0 50 0 1 12 0.0000 0 150 105 900 3660 0\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 3660 1\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 2760 2\001
4 1 0 50 0 1 12 0.0000 0 150 105 900 2760 3\001
4 1 0 50 0 1 12 0.0000 0 150 105 900 1860 4\001
4 1 0 50 0 1 12 0.0000 0 150 105 900 960 5\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 960 6\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 1860 7\001
4 1 0 50 0 1 12 0.0000 0 150 105 2700 1860 8\001
4 1 0 50 0 1 12 0.0000 0 150 105 2700 960 9\001
4 1 0 50 0 1 12 0.0000 0 150 210 3600 960 10\001
4 1 0 50 0 1 12 0.0000 0 150 210 3600 1860 11\001
4 1 0 50 0 1 12 0.0000 0 150 210 3600 2760 12\001
4 1 0 50 0 1 12 0.0000 0 150 210 2700 2760 13\001
4 1 0 50 0 1 12 0.0000 0 150 210 2700 3660 14\001
4 1 0 50 0 1 12 0.0000 0 150 210 3600 3660 15\001
-6
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1125 3600 1575 3600
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1800 3375 1800 2925
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1575 2700 1125 2700
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
900 2475 900 2025
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
900 1575 900 1125
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1125 900 1575 900
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1800 1125 1800 1575
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2025 1800 2475 1800
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2700 1575 2700 1125
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2925 900 3375 900
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
3600 1125 3600 1575
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
3600 2025 3600 2475
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
3375 2700 2925 2700
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2700 2925 2700 3375
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2925 3600 3375 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 450 1350 450 1350 1350 450 1350 450 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 450 2250 450 2250 1350 1350 1350 1350 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 450 3150 450 3150 1350 2250 1350 2250 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 450 4050 450 4050 1350 3150 1350 3150 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 1350 1350 1350 1350 2250 450 2250 450 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 1350 2250 1350 2250 2250 1350 2250 1350 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 1350 3150 1350 3150 2250 2250 2250 2250 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 1350 4050 1350 4050 2250 3150 2250 3150 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 2250 1350 2250 1350 3150 450 3150 450 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 2250 2250 2250 2250 3150 1350 3150 1350 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 2250 3150 2250 3150 3150 2250 3150 2250 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 2250 4050 2250 4050 3150 3150 3150 3150 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 3150 1350 3150 1350 4050 450 4050 450 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3150 2250 3150 2250 4050 1350 4050 1350 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 3150 3150 3150 3150 4050 2250 4050 2250 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 3150 4050 3150 4050 4050 3150 4050 3150 3150
@@ -0,0 +1,32 @@
#FIG 3.2 Produced by xfig version 3.2.5-alpha4
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 810 810 1890 1890
4 1 0 50 0 1 12 0.0000 0 150 105 900 1860 0\001
4 1 0 50 0 1 12 0.0000 0 150 105 900 960 1\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 960 2\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 1860 3\001
-6
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
900 1575 900 1125
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1125 900 1575 900
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1800 1125 1800 1575
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 450 1350 450 1350 1350 450 1350 450 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 450 2250 450 2250 1350 1350 1350 1350 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 1350 1350 1350 1350 2250 450 2250 450 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 1350 2250 1350 2250 2250 1350 2250 1350 1350
+369
View File
@@ -0,0 +1,369 @@
#FIG 3.2
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
6 3150 4650 3450 4950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3300 4800 75 75 3300 4800 3300 4725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3250 4800 3350 4800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3300 4850 3300 4750
-6
6 3150 4050 3450 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3300 4200 75 75 3300 4200 3300 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3250 4200 3350 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3300 4250 3300 4150
-6
6 2850 3900 3150 4200
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3000 4050 75 75 3000 4050 3000 3975
4 1 0 40 -1 0 12 0.0000 4 15 60 3000 4100 -\001
-6
6 3150 2850 3450 3150
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3300 3000 75 75 3300 3000 3300 2925
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3250 3000 3350 3000
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3300 3050 3300 2950
-6
6 3150 3450 3450 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3300 3600 75 75 3300 3600 3300 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3250 3600 3350 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
3300 3650 3300 3550
-6
6 2850 3600 3150 3900
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 3000 3750 75 75 3000 3750 3000 3675
4 1 0 40 -1 0 12 0.0000 4 15 60 3000 3800 -\001
-6
6 1950 1050 2250 1350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 1200 75 75 2100 1200 2100 1125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 1200 2150 1200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 1250 2100 1150
-6
6 1950 450 2250 750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 600 75 75 2100 600 2100 525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 600 2150 600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 650 2100 550
-6
6 1950 2250 2250 2550
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 2400 75 75 2100 2400 2100 2325
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 2400 2150 2400
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 2450 2100 2350
-6
6 1950 1650 2250 1950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 1800 75 75 2100 1800 2100 1725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 1800 2150 1800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 1850 2100 1750
-6
6 1650 1200 1950 1500
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1800 1350 75 75 1800 1350 1800 1275
4 1 0 40 -1 0 12 0.0000 4 15 60 1800 1400 -\001
-6
6 6150 4650 6450 4950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 4800 75 75 6300 4800 6300 4725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 4800 6350 4800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 4850 6300 4750
-6
6 6150 450 6450 750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6300 600 75 75 6300 600 6300 525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6250 600 6350 600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6300 650 6300 550
-6
6 6750 1050 7050 1350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6900 1200 75 75 6900 1200 6900 1125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6850 1200 6950 1200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6900 1250 6900 1150
-6
6 7950 2850 8250 3150
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 8100 3000 75 75 8100 3000 8100 2925
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8050 3000 8150 3000
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8100 3050 8100 2950
-6
6 7950 2250 8250 2550
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 8100 2400 75 75 8100 2400 8100 2325
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8050 2400 8150 2400
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
8100 2450 8100 2350
-6
6 7350 3450 7650 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 7500 3600 75 75 7500 3600 7500 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7450 3600 7550 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7500 3650 7500 3550
-6
6 7350 1650 7650 1950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 7500 1800 75 75 7500 1800 7500 1725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7450 1800 7550 1800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
7500 1850 7500 1750
-6
6 6750 4050 7050 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6900 4200 75 75 6900 4200 6900 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6850 4200 6950 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
6900 4250 6900 4150
-6
6 7050 3600 7350 3900
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 7200 3750 75 75 7200 3750 7200 3675
4 1 0 40 -1 0 12 0.0000 4 15 60 7200 3800 -\001
-6
6 6450 4200 6750 4500
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6600 4350 75 75 6600 4350 6600 4275
4 1 0 40 -1 0 12 0.0000 4 15 60 6600 4400 -\001
-6
6 5850 4800 6150 5100
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 6000 4950 75 75 6000 4950 6000 4875
4 1 0 40 -1 0 12 0.0000 4 15 60 6000 5000 -\001
-6
6 7650 3000 7950 3300
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 7800 3150 75 75 7800 3150 7800 3075
4 1 0 40 -1 0 12 0.0000 4 15 60 7800 3200 -\001
-6
6 4950 4050 5250 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 5100 4200 75 75 5100 4200 5100 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5050 4200 5150 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5100 4250 5100 4150
-6
6 4950 3450 5250 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 5100 3600 75 75 5100 3600 5100 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5050 3600 5150 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5100 3650 5100 3550
-6
6 4650 3300 4950 3600
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4800 3450 75 75 4800 3450 4800 3375
4 1 0 40 -1 0 12 0.0000 4 15 60 4800 3500 -\001
-6
6 4350 2250 4650 2550
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4500 2400 75 75 4500 2400 4500 2325
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4450 2400 4550 2400
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4500 2450 4500 2350
-6
6 4350 450 4650 750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4500 600 75 75 4500 600 4500 525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4450 600 4550 600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
4500 650 4500 550
-6
6 4050 2400 4350 2700
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4200 2550 75 75 4200 2550 4200 2475
4 1 0 40 -1 0 12 0.0000 4 15 60 4200 2600 -\001
-6
6 4950 1050 5250 1350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 5100 1200 75 75 5100 1200 5100 1125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5050 1200 5150 1200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5100 1250 5100 1150
-6
6 4950 1650 5250 1950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 5100 1800 75 75 5100 1800 5100 1725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5050 1800 5150 1800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
5100 1850 5100 1750
-6
6 1950 4050 2250 4350
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 4200 75 75 2100 4200 2100 4125
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 4200 2150 4200
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 4250 2100 4150
-6
6 1950 3450 2250 3750
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 2100 3600 75 75 2100 3600 2100 3525
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2050 3600 2150 3600
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
2100 3650 2100 3550
-6
6 1350 4650 1650 4950
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1500 4800 75 75 1500 4800 1500 4725
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1450 4800 1550 4800
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1500 4850 1500 4750
-6
6 1350 2850 1650 3150
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 1500 3000 75 75 1500 3000 1500 2925
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1450 3000 1550 3000
2 1 0 1 0 7 40 -1 20 4.000 0 0 7 0 0 2
1500 3050 1500 2950
-6
6 4650 1800 4950 2100
1 3 0 1 0 7 40 -1 20 4.000 1 0.0000 4800 1950 75 75 4800 1950 4800 1875
4 1 0 40 -1 0 12 0.0000 4 15 60 4800 2000 -\001
-6
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2700 4800 25 25 2700 4800 2700 4775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2700 4200 25 25 2700 4200 2700 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2700 3600 25 25 2700 3600 2700 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 2700 3000 25 25 2700 3000 2700 2975
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 1200 25 25 1500 1200 1500 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 600 25 25 1500 600 1500 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 2400 25 25 1500 2400 1500 2375
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1525 1800 25 25 1525 1800 1525 1775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3000 1200 25 25 3000 1200 3000 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3000 600 25 25 3000 600 3000 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 4800 25 25 5700 4800 5700 4775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 5700 600 25 25 5700 600 5700 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 6300 1200 25 25 6300 1200 6300 1175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 7500 3000 25 25 7500 3000 7500 2975
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 7500 2400 25 25 7500 2400 7500 2375
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 6900 3600 25 25 6900 3600 6900 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 6300 4200 25 25 6300 4200 6300 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4500 4200 25 25 4500 4200 4500 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4500 3600 25 25 4500 3600 4500 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4200 4200 25 25 4200 4200 4200 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4200 3600 25 25 4200 3600 4200 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 6900 1800 25 25 6900 1800 6900 1775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3900 2400 25 25 3900 2400 3900 2375
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 3900 600 25 25 3900 600 3900 575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 4200 25 25 1500 4200 1500 4175
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 1500 3600 25 25 1500 3600 1500 3575
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 900 4800 25 25 900 4800 900 4775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 900 3000 25 25 900 3000 900 2975
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4500 1800 25 25 4500 1800 4500 1775
1 3 0 1 0 0 40 -1 20 4.000 1 0.0000 4500 1200 25 25 4500 1200 4500 1175
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 600 8400 600
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 2400 8400 2400
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 3000 8400 3000
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 4800 8400 4800
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 1200 8400 1200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2700 4200 3300 4800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2700 3600 3300 3000
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2700 3000 3300 3600
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 3600 8400 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2700 4800 3300 4200
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 1800 8400 1800
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 4200 8400 4200
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
1500 1200 2100 600
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
1500 600 2100 1200
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
1500 1800 2100 2400
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
1500 2400 2100 1800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
5700 4800 6300 600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
5700 600 6300 4800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6300 1200 6900 4275
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6300 4200 6900 1200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6900 3600 7500 1800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
7500 2400 8100 3000
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6900 1800 7500 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
7500 3000 8100 2400
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4500 3600 5100 4200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4500 4200 5100 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
3900 2400 4500 600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
3900 600 4500 2400
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4500 1800 5100 1200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4500 1200 5100 1800
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
1500 4200 2100 3600
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
1500 3600 2100 4200
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
900 4800 1500 3000
2 1 0 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
900 3000 1500 4800
4 1 0 40 -1 0 12 0.0000 4 135 90 300 675 0\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 1275 4\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 1875 2\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 2475 6\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 3675 5\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 4275 3\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 4875 7\001
4 1 0 40 -1 0 12 0.0000 4 135 90 300 3075 1\001
4 1 0 40 -1 0 12 0.0000 4 135 210 1800 2350 C6\001
4 1 0 40 -1 0 12 0.0000 4 135 195 2100 2275 S6\001
4 1 0 40 -1 0 12 0.0000 4 135 210 1800 1750 C6\001
4 1 0 40 -1 0 12 0.0000 4 135 255 2100 2050 -S6\001
4 1 0 40 -1 0 12 0.0000 4 135 210 3000 1125 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 210 3000 525 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 675 0\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 1275 1\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 1875 2\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 2475 3\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 3075 4\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 3675 5\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 4275 6\001
4 1 0 40 -1 0 12 0.0000 4 135 90 8700 4875 7\001
4 1 0 40 -1 0 12 0.0000 4 135 210 4200 4125 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 210 4200 3525 C4\001
4 1 0 40 -1 0 12 0.0000 4 135 210 1800 4150 C3\001
4 1 0 40 -1 0 12 0.0000 4 135 195 2100 4075 S3\001
4 1 0 40 -1 0 12 0.0000 4 135 210 1800 3550 C3\001
4 1 0 40 -1 0 12 0.0000 4 135 255 2100 3850 -S3\001
4 1 0 40 -1 0 12 0.0000 4 135 210 1200 2950 C7\001
4 1 0 40 -1 0 12 0.0000 4 135 255 1500 3375 -S7\001
4 1 0 40 -1 0 12 0.0000 4 135 210 1200 4750 C7\001
4 1 0 40 -1 0 12 0.0000 4 135 195 1500 4575 S7\001
+23
View File
@@ -0,0 +1,23 @@
#FIG 3.2 Produced by xfig version 3.2.5
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
2 1 2 1 0 7 50 -1 -1 3.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
600 2400 5400 2400
2 1 2 1 0 7 50 -1 -1 3.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
3000 4200 3000 600
2 1 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 6
600 2400 1200 2400 2100 3300 3900 1500 4800 2400 5400 2400
4 1 0 50 -1 1 12 0.0000 0 195 615 1200 2325 (-2L,0)\001
4 1 0 50 -1 1 12 0.0000 0 195 600 2100 3525 (-L,-L)\001
4 0 0 50 -1 1 12 0.0000 0 150 360 3075 825 lflim\001
4 1 0 50 -1 1 12 0.0000 0 195 480 3900 1425 (L,L)\001
4 1 0 50 -1 1 12 0.0000 0 195 555 4800 2625 (2L,0)\001
4 0 0 50 -1 1 12 0.0000 0 150 135 5250 2625 R\001
+237
View File
@@ -0,0 +1,237 @@
%%
%% This is file ltablex.sty (v1.0, November 1995)
%%
%%
%% Author: Anil K. Goel (akgoel@uwaterloo.ca)
%%
%%
%% Copyright (C) QNX Software Systems Ltd. 1995
%% All rights reserved.
%% Please send any comments/suggetions to: latex@qnx.com
%%
%% This system is distributed in the hope that it will be useful
%% to others, but WITHOUT ANY WARRANTY; without even the implied
%% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%%
%%
%% The file modifies the tabularx environment to
%% combine the features of the tabularx package
%% (auto-sized columns in a fixed width table)
%% with those of the longtable package
%% (multi-page tables).
%%
%% The tables are typeset using the tabularx environment
%% and the longtable environment is used internally to
%% handle multi-page tables. The \setlongtables feature
%% is used, and, therefore, the document should be
%% run through latex twice.
%%
%% Another feature that has been added is to treat the X
%% columns like 'l' columns if the table contents would allow
%% that to happen without exceeding the specified width of
%% the table. In other words, the specified width is
%% treated as the maximum allowed and not the exact width
%% of the table. This feature is the default but can be
%% disabled (or enabled) with \keepXColumns (or \convertXColumns).
%%
%% Caveats:
%% . The document needs to be latexed a couple times in general.
%% . In general, it is necessary to remove the .aux file before
%% the first latex run on the document.
%% . The table should not be larger than TeX's memory capacity
%%
%%
%% Here is a a simple usage example:
%%
%%
%% \documentclass{article}
%%
%% \usepackage{ltablex}
%%
%% \textheight=4in
%%
%% \begin{document}
%%
%% % we want a table that is \textwidth long, has 4 columns, columns 1
%% % and 3 are auto sized with the 3rd columns being 3 times wider than
%% % the first column.
%% %
%%
%%
%% \begin{tabularx}{\linewidth}%
%% {|>{\setlength{\hsize}{.5\hsize}\raggedright\arraybackslash}X| % col 1; auto-sized ragged right
%% c| % col 2; default centered
%% >{\setlength{\hsize}{1.5\hsize}\raggedleft\arraybackslash}X|% col 3; auto-sized ragged left
%% l|} % col 4; default left-justified
%%
%% \caption*{The Table Caption}\\
%% \hline
%% F-Head1 & F-Head2 & F-Head3 & F-Head4\\
%% \hline
%% \hline
%% \endfirsthead
%% \hline
%% Head1 & Head2 & Head3 & Head4\\
%% \hline
%% \hline
%% \endhead
%%
%% \hline
%% \hline
%% Foot1 & Foot2 & Foot3 & Foot4\\
%% \hline
%% \endfoot
%%
%%
%% \hline
%% \hline
%% L-Foot1 & L-Foot2 & L-Foot3 & L-Foot4\\
%% \hline
%% \endlastfoot
%%
%% This is a very long sentence not likely to fit&
%% not too long&
%% This is another very long sentence not likely to fit&
%% not long\\
%%
%% \hline
%% filler & filler & filler & filler\\
%%
%% \hline
%% This is a very long sentence not likely to fit&
%% not too long&
%% This is another very long sentence not likely to fit&
%% not long\\
%%
%% \hline
%% This is a very long sentence not likely to fit&
%% not too long&
%% This is another very long sentence not likely to fit&
%% not long\\
%%
%% \hline
%% This is a very long sentence not likely to fit&
%% not too long&
%% This is another very long sentence not likely to fit&
%% not long\\
%%
%% \end{tabularx}
%%
%% \begin{tabularx}{\linewidth}{|c|X|c|}
%% \hline
%% a &convert X to l & b\\
%% \hline
%% \end{tabularx}
%%
%% \keepXColumns
%% \begin{tabularx}{\linewidth}{|c|X|c|}
%% \hline
%% a &retain X & b\\
%% \hline
%% \end{tabularx}
%%
%% \convertXColumns
%% \begin{tabularx}{\linewidth}{|c|X|c|}
%% \hline
%% a &convert X to l & b\\
%% \hline
%% \end{tabularx}
%%
%%
%% \end{document}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ltablex}[1995/11/06 v1.0 Modified tabularx]
\RequirePackage{longtable}[1994/12/08]
\RequirePackage{tabularx}[1994/02/03]
\newif\ifTX@convertX@
\TX@convertX@true
\newcommand\keepXColumns{
\TX@convertX@false
}
\newcommand\convertXColumns{
\TX@convertX@true
}
\renewcommand\TX@endtabularx{%
\expandafter\TX@newcol\expandafter{\tabularxcolumn{\TX@col@width}}%
\let\verb\TX@verb
\def\@elt##1{\global\value{##1}\the\value{##1}\relax}%
\edef\TX@ckpt{\cl@@ckpt}%
\let\@elt\relax
\TX@old@table=\maxdimen
\TX@col@width=\TX@target
\global\TX@cols=\@ne
\TX@typeout@
{\@spaces Table Width\@spaces Column Width\@spaces X Columns}%
%
% define \endhead, etc. to be \\ so that in this part
% of the process they are just rows
%
\let\savecaption\caption
\def\caption{\\}
\let\saveendhead\endhead
\def\endhead{\\}
\let\saveendfirsthead\endfirsthead
\def\endfirsthead{\\}
\let\saveendfoot\endfoot
\def\endfoot{\\}
\let\saveendlastfoot\endlastfoot
\def\endlastfoot{\\}
%
%
\ifTX@convertX@
\TX@trial{\def\NC@rewrite@X{\NC@find l}}
\ifdim\wd\@tempboxa<\TX@target
\TX@newcol{l}
\else
\TX@convertX@false
\fi
\fi
\ifTX@convertX@
\relax
\else
\TX@trial{\def\NC@rewrite@X{%
\global\advance\TX@cols\@ne\NC@find p{\TX@col@width}}}%
\loop
\TX@arith
\ifTX@
\TX@trial{}%
\repeat
\fi
{\let\@footnotetext\TX@ftntext\let\@xfootnotenext\TX@xftntext
% we may as well set \LTchunksize to be \maxdimen as the whole
% thing is already in memory anyway so we may as well do it in one
% chunk. if it is too big for one chunk we are already dead..
\LTchunksize\maxdimen
%
% restore \endhead, etc.
%
\let\caption\savecaption
\let\endhead\saveendhead
\let\endfirsthead\saveendfirsthead
\let\endfoot\saveendfoot
\let\endlastfoot\saveendlastfoot
%
\expandafter\longtable
\the\toks@
\endlongtable
}%
\global\TX@ftn\expandafter{\expandafter}\the\TX@ftn
\ifnum0=`{\fi}%
\end{tabularx}
}
%
% activate column width reading from the .aux file
%
\setlongtables
@@ -0,0 +1,37 @@
#FIG 3.2 Produced by xfig version 3.2.5-alpha4
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
702 1540 4867 1540 4867 4828 702 4828 702 1540
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4828 928 4828 928 4610 710 4610 710 4828
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
914 4610 1133 4610 1133 4391 914 4391 914 4610
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
723 4385 1133 4385 1133 4828 723 4828 723 4385
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4610 928 4610 928 4391 710 4391 710 4610
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
914 4828 1133 4828 1133 4610 914 4610 914 4828
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2068 857 6233 857 6233 4145 2068 4145 2068 857
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
1385 1198 5550 1198 5550 4487 1385 4487 1385 1198
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2089 3702 2499 3702 2499 4145 2089 4145 2089 3702
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1406 4043 1816 4043 1816 4487 1406 4487 1406 4043
4 0 0 50 -1 0 5 0.0000 4 79 182 613 4943 (0,0)\001
4 0 0 50 -1 0 5 0.0000 4 80 785 2055 833 Frame: chroma plane\001
4 0 0 50 -1 0 5 0.0000 4 57 467 894 4009 Macroblock\001
4 0 0 50 -1 0 5 0.0000 4 57 228 450 4521 Block\001
4 0 0 50 -1 0 5 0.0000 4 57 228 450 4760 Block\001
4 0 0 50 -1 0 5 0.0000 4 57 148 450 4863 8x8\001
4 0 0 50 -1 0 5 0.0000 4 80 785 1235 1175 Frame: chroma plane\001
4 0 0 50 -1 0 5 0.0000 4 80 694 621 1516 Frame: luma plane\001
@@ -0,0 +1,75 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
0 32 #7f7f7f
6 250 236 5737 4724
6 659 4520 1068 4724
4 1 0 50 0 0 7 0.0000 0 75 450 864 4724 X Offset\001
4 1 0 50 0 0 7 0.0000 0 90 375 864 4596 Picture\001
-6
6 250 3880 454 4290
4 1 0 50 0 0 7 1.5708 0 90 375 327 4086 Picture\001
4 1 0 50 0 0 7 1.5708 0 75 450 454 4086 Y Offset\001
-6
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
608 301 608 454
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
5466 301 5466 454
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 1 2
1 1 1.00 34.09 68.18
1 1 1.00 34.09 68.18
608 378 5466 378
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
608 4392 608 4546
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
1119 4392 1119 4546
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 1 2
1 1 1.00 34.09 68.18
1 1 1.00 34.09 68.18
608 4468 1119 4468
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 1 2
1 1 1.00 34.09 68.18
1 1 1.00 34.09 68.18
1119 4468 5211 4468
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
5211 4392 5211 4546
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
404 4340 557 4340
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
404 3830 557 3830
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
404 761 557 761
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 1 2
1 1 1.00 34.09 68.18
1 1 1.00 34.09 68.18
480 3830 480 761
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
5517 4340 5671 4340
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2
5517 506 5671 506
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 1 2
1 1 1.00 34.09 68.18
1 1 1.00 34.09 68.18
5594 4340 5594 506
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 1 2
1 1 1.00 34.09 68.18
1 1 1.00 34.09 68.18
480 4340 480 3830
2 2 0 1 0 7 50 0 -1 0.000 0 0 7 0 0 5
608 506 5466 506 5466 4340 608 4340 608 506
2 2 0 1 0 7 50 0 -1 0.000 0 0 7 0 0 5
1119 761 5211 761 5211 3830 1119 3830 1119 761
4 1 0 50 0 0 7 0.0000 0 90 720 3165 4596 Picture Width\001
4 1 0 50 0 0 7 1.5708 0 105 690 5722 1912 Frame Height\001
4 1 0 50 0 0 7 0.0000 0 90 660 2782 326 Frame Width\001
4 1 0 50 0 0 7 1.5708 0 105 750 454 2295 Picture Height\001
4 1 0 50 0 0 7 0.0000 0 75 315 2782 685 Frame\001
4 1 0 50 0 0 7 0.0000 0 90 375 3165 2295 Picture\001
4 0 0 50 0 0 7 0.0000 0 105 240 659 4290 (0,0)\001
-6
+102
View File
@@ -0,0 +1,102 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 724 2025 945 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2244 945 2244 945 2025 732 2025 732 2244
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2475 945 2475 945 2256 732 2256 732 2475
-6
6 1665 2070 1888 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2267 1888 2267 1888 2070 1673 2070 1673 2267
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2475 1888 2475 1888 2278 1673 2278 1673 2475
-6
6 724 900 945 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1119 945 1119 945 900 732 900 732 1119
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1350 945 1350 945 1131 732 1131 732 1350
-6
6 6300 2070 6795 2520
6 6300 2070 6570 2295
6 6300 2070 6570 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6335 2295 6553 2295 6553 2076 6335 2076 6335 2295
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6335 2520 6553 2520 6553 2301 6335 2301 6335 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2295 6778 2295 6778 2076 6560 2076 6560 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2520 6778 2520 6778 2301 6560 2301 6560 2520
-6
6 4455 2070 4950 2520
6 4455 2070 4725 2295
6 4455 2070 4725 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2295 4708 2295 4708 2076 4490 2076 4490 2295
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2520 4708 2520 4708 2301 4490 2301 4490 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 2295 4933 2295 4933 2076 4715 2076 4715 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 2520 4933 2520 4933 2301 4715 2301 4715 2520
-6
6 4455 945 4950 1395
6 4455 945 4725 1170
6 4455 945 4725 1170
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 1170 4708 1170 4708 951 4490 951 4490 1170
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 1395 4708 1395 4708 1176 4490 1176 4490 1395
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 1170 4933 1170 4933 951 4715 951 4715 1170
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 1395 4933 1395 4933 1176 4715 1176 4715 1395
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2249 1800 3736 1800 3736 2947 2249 2947 2249 1800
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2385 1935 3600 1935 3600 2745 2385 2745 2385 1935
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2745 2610 2745 2610 2526 2397 2526 2397 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3375 2745 3590 2745 3590 2548 3375 2548 3375 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
724 900 1888 900 1888 2475 724 2475 724 900
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
473 675 2003 675 2003 2925 473 2925 473 675
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2154 2610 2154 2610 1935 2397 1935 2397 2154
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
4005 720 7020 720 7020 2970 4005 2970 4005 720
4 0 0 50 -1 0 24 0.0000 4 30 270 2835 2655 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 1080 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 765 1665 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 2430 2385 ...\001
4 0 0 50 -1 0 7 0.0000 4 90 210 450 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 2205 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 3943 3098 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 75 285 4545 2655 Pixels\001
4 0 0 50 -1 0 24 0.0000 4 30 270 5220 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 4680 1755 ...\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 2205 1665 Frame: chroma (4:2:0 case)\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 450 585 Frame: chroma (4:2:2 case)\001
4 0 0 50 -1 0 9 0.0000 4 75 615 4005 630 Frame: luma\001
@@ -0,0 +1,88 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 724 2025 945 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2244 945 2244 945 2025 732 2025 732 2244
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2475 945 2475 945 2256 732 2256 732 2475
-6
6 1665 2070 1888 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2267 1888 2267 1888 2070 1673 2070 1673 2267
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2475 1888 2475 1888 2278 1673 2278 1673 2475
-6
6 4455 2070 4950 2520
6 4455 2070 4725 2295
6 4455 2070 4725 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2295 4708 2295 4708 2076 4490 2076 4490 2295
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2520 4708 2520 4708 2301 4490 2301 4490 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 2295 4933 2295 4933 2076 4715 2076 4715 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 2520 4933 2520 4933 2301 4715 2301 4715 2520
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2249 1800 3736 1800 3736 2947 2249 2947 2249 1800
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2385 1935 3600 1935 3600 2745 2385 2745 2385 1935
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2745 2610 2745 2610 2526 2397 2526 2397 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3375 2745 3590 2745 3590 2548 3375 2548 3375 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
724 900 1888 900 1888 2475 724 2475 724 900
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
473 675 2003 675 2003 2925 473 2925 473 675
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2154 2610 2154 2610 1935 2397 1935 2397 2154
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
4005 720 7020 720 7020 2970 4005 2970 4005 720
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 1170 4708 1170 4708 951 4490 951 4490 1170
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4715 1170 4933 1170 4933 951 4715 951 4715 1170
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2520 6778 2520 6778 2301 6560 2301 6560 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2295 6778 2295 6778 2076 6560 2076 6560 2295
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4715 945 4933 945 4933 726 4715 726 4715 945
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4490 945 4708 945 4708 726 4490 726 4490 945
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
6785 2295 7003 2295 7003 2076 6785 2076 6785 2295
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
6785 2520 7003 2520 7003 2301 6785 2301 6785 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1125 945 1125 945 906 732 906 732 1125
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
732 894 945 894 945 675 732 675 732 894
4 0 0 50 -1 0 24 0.0000 4 30 270 2835 2655 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 1080 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 765 1665 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 2430 2385 ...\001
4 0 0 50 -1 0 7 0.0000 4 90 210 450 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 2205 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 3943 3098 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 75 285 4545 2655 Pixels\001
4 0 0 50 -1 0 24 0.0000 4 30 270 5220 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 4680 1755 ...\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 2205 1665 Frame: chroma (4:2:0 case)\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 450 585 Frame: chroma (4:2:2 case)\001
4 0 0 50 -1 0 9 0.0000 4 75 615 4005 630 Frame: luma\001
+90
View File
@@ -0,0 +1,90 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 724 2025 945 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2244 945 2244 945 2025 732 2025 732 2244
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2475 945 2475 945 2256 732 2256 732 2475
-6
6 1665 2070 1888 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2267 1888 2267 1888 2070 1673 2070 1673 2267
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2475 1888 2475 1888 2278 1673 2278 1673 2475
-6
6 724 900 945 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1119 945 1119 945 900 732 900 732 1119
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1350 945 1350 945 1131 732 1131 732 1350
-6
6 6300 2070 6795 2520
6 6300 2070 6570 2295
6 6300 2070 6570 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6335 2295 6553 2295 6553 2076 6335 2076 6335 2295
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6335 2520 6553 2520 6553 2301 6335 2301 6335 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2295 6778 2295 6778 2076 6560 2076 6560 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2520 6778 2520 6778 2301 6560 2301 6560 2520
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2249 1800 3736 1800 3736 2947 2249 2947 2249 1800
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2385 1935 3600 1935 3600 2745 2385 2745 2385 1935
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2745 2610 2745 2610 2526 2397 2526 2397 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3375 2745 3590 2745 3590 2548 3375 2548 3375 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
724 900 1888 900 1888 2475 724 2475 724 900
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
473 675 2003 675 2003 2925 473 2925 473 675
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2154 2610 2154 2610 1935 2397 1935 2397 2154
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
4005 720 7020 720 7020 2970 4005 2970 4005 720
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2295 4708 2295 4708 2076 4490 2076 4490 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2520 4708 2520 4708 2301 4490 2301 4490 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 1170 4708 1170 4708 951 4490 951 4490 1170
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 1395 4708 1395 4708 1176 4490 1176 4490 1395
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 1170 4483 1170 4483 951 4265 951 4265 1170
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 1395 4483 1395 4483 1176 4265 1176 4265 1395
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 2295 4483 2295 4483 2076 4265 2076 4265 2295
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 2520 4483 2520 4483 2301 4265 2301 4265 2520
4 0 0 50 -1 0 24 0.0000 4 30 270 2835 2655 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 1080 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 765 1665 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 2430 2385 ...\001
4 0 0 50 -1 0 7 0.0000 4 90 210 450 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 2205 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 3943 3098 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 75 285 4545 2655 Pixels\001
4 0 0 50 -1 0 24 0.0000 4 30 270 5220 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 4680 1755 ...\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 2205 1665 Frame: chroma (4:2:0 case)\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 450 585 Frame: chroma (4:2:2 case)\001
4 0 0 50 -1 0 9 0.0000 4 75 615 4005 630 Frame: luma\001
@@ -0,0 +1,84 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 724 2025 945 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2244 945 2244 945 2025 732 2025 732 2244
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 2475 945 2475 945 2256 732 2256 732 2475
-6
6 1665 2070 1888 2475
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2267 1888 2267 1888 2070 1673 2070 1673 2267
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1673 2475 1888 2475 1888 2278 1673 2278 1673 2475
-6
6 724 900 945 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1119 945 1119 945 900 732 900 732 1119
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
732 1350 945 1350 945 1131 732 1131 732 1350
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2249 1800 3736 1800 3736 2947 2249 2947 2249 1800
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2385 1935 3600 1935 3600 2745 2385 2745 2385 1935
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2745 2610 2745 2610 2526 2397 2526 2397 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3375 2745 3590 2745 3590 2548 3375 2548 3375 2745
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
724 900 1888 900 1888 2475 724 2475 724 900
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
473 675 2003 675 2003 2925 473 2925 473 675
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2397 2154 2610 2154 2610 1935 2397 1935 2397 2154
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
4005 720 7020 720 7020 2970 4005 2970 4005 720
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2295 4708 2295 4708 2076 4490 2076 4490 2295
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 2520 4708 2520 4708 2301 4490 2301 4490 2520
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 2295 4483 2295 4483 2076 4265 2076 4265 2295
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 2520 4483 2520 4483 2301 4265 2301 4265 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4500 945 6795 945 6795 2520 4500 2520 4500 945
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2520 6778 2520 6778 2301 6560 2301 6560 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6560 2295 6778 2295 6778 2076 6560 2076 6560 2295
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
6785 2295 7003 2295 7003 2076 6785 2076 6785 2295
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
6785 2520 7003 2520 7003 2301 6785 2301 6785 2520
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4490 1170 4708 1170 4708 951 4490 951 4490 1170
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 945 4483 945 4483 726 4265 726 4265 945
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4265 1170 4483 1170 4483 951 4265 951 4265 1170
2 2 0 1 0 11 50 -1 43 0.000 0 0 -1 0 0 5
4490 945 4708 945 4708 726 4490 726 4490 945
4 0 0 50 -1 0 24 0.0000 4 30 270 2835 2655 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 1080 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 765 1665 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 2430 2385 ...\001
4 0 0 50 -1 0 7 0.0000 4 90 210 450 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 2205 3060 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 90 210 3943 3098 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 75 285 4545 2655 Pixels\001
4 0 0 50 -1 0 24 0.0000 4 30 270 5220 2295 ...\001
4 0 0 50 -1 0 24 0.0000 4 30 270 4680 1755 ...\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 2205 1665 Frame: chroma (4:2:0 case)\001
4 0 0 50 -1 0 9 0.0000 4 105 1335 450 585 Frame: chroma (4:2:2 case)\001
4 0 0 50 -1 0 9 0.0000 4 75 615 4005 630 Frame: luma\001
@@ -0,0 +1,56 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 675 4365 1170 4815
6 675 4365 945 4590
6 675 4365 945 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4590 928 4590 928 4371 710 4371 710 4590
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4815 928 4815 928 4596 710 4596 710 4815
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
935 4590 1153 4590 1153 4371 935 4371 935 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
935 4815 1153 4815 1153 4596 935 4596 935 4815
-6
6 1125 4365 1646 4815
6 1125 4365 1420 4590
6 1125 4365 1420 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1163 4590 1401 4590 1401 4371 1163 4371 1163 4590
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1163 4815 1401 4815 1401 4596 1163 4596 1163 4815
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1409 4590 1646 4590 1646 4371 1409 4371 1409 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1409 4815 1646 4815 1646 4596 1409 4596 1409 4815
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
1665 1350 4788 1350 4788 4153 1665 4153 1665 1350
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2700 900 5823 900 5823 3703 2700 3703 2700 900
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
702 2025 3825 2025 3825 4828 702 4828 702 2025
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 4005 2018 4005 2018 3786 1800 3786 1800 4005
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2160 4005 2378 4005 2378 3786 2160 3786 2160 4005
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2835 3555 3053 3555 3053 3336 2835 3336 2835 3555
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3195 3555 3413 3555 3413 3336 3195 3336 3195 3555
4 0 0 50 -1 0 8 0.0000 4 105 1215 1485 1305 Frame: chroma plane Cb\001
4 0 0 50 -1 0 8 0.0000 4 105 1200 2565 855 Frame: chroma plane Cr\001
4 0 0 50 -1 0 8 0.0000 4 105 1035 540 1980 Frame: luma planeY'\001
4 0 0 50 -1 0 7 0.0000 4 75 285 765 4320 Pixels\001
4 0 0 50 -1 0 7 0.0000 4 90 210 613 4943 (0,0)\001
@@ -0,0 +1,70 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 675 4365 1170 4815
6 675 4365 945 4590
6 675 4365 945 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4590 928 4590 928 4371 710 4371 710 4590
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4815 928 4815 928 4596 710 4596 710 4815
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
935 4590 1153 4590 1153 4371 935 4371 935 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
935 4815 1153 4815 1153 4596 935 4596 935 4815
-6
6 1125 4365 1646 4815
6 1125 4365 1420 4590
6 1125 4365 1420 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1163 4590 1401 4590 1401 4371 1163 4371 1163 4590
-6
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1163 4815 1401 4815 1401 4596 1163 4596 1163 4815
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1409 4590 1646 4590 1646 4371 1409 4371 1409 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1409 4815 1646 4815 1646 4596 1409 4596 1409 4815
-6
6 1800 3690 2025 4140
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1807 3909 2025 3909 2025 3690 1807 3690 1807 3909
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1807 4140 2025 4140 2025 3921 1807 3921 1807 4140
-6
6 2160 3690 2385 4140
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2167 3909 2385 3909 2385 3690 2167 3690 2167 3909
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2167 4140 2385 4140 2385 3921 2167 3921 2167 4140
-6
6 3195 3240 3420 3690
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3202 3459 3420 3459 3420 3240 3202 3240 3202 3459
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3202 3690 3420 3690 3420 3471 3202 3471 3202 3690
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
1665 1350 4788 1350 4788 4153 1665 4153 1665 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2842 3459 3060 3459 3060 3240 2842 3240 2842 3459
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2700 900 5823 900 5823 3703 2700 3703 2700 900
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2842 3690 3060 3690 3060 3471 2842 3471 2842 3690
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
702 2025 3825 2025 3825 4828 702 4828 702 2025
4 0 0 50 -1 0 8 0.0000 4 105 1215 1485 1305 Frame: chroma plane Cb\001
4 0 0 50 -1 0 8 0.0000 4 105 1200 2565 855 Frame: chroma plane Cr\001
4 0 0 50 -1 0 8 0.0000 4 105 1035 540 1980 Frame: luma planeY'\001
4 0 0 50 -1 0 7 0.0000 4 75 285 765 4320 Pixels\001
4 0 0 50 -1 0 7 0.0000 4 90 210 613 4943 (0,0)\001
@@ -0,0 +1,44 @@
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
702 2025 3825 2025 3825 4828 702 4828 702 2025
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
1665 1350 4788 1350 4788 4153 1665 4153 1665 1350
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
2700 900 5823 900 5823 3703 2700 3703 2700 900
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4590 928 4590 928 4371 710 4371 710 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
935 4590 1153 4590 1153 4371 935 4371 935 4590
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
935 4815 1153 4815 1153 4596 935 4596 935 4815
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
710 4815 928 4815 928 4596 710 4596 710 4815
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1700 3915 1918 3915 1918 3696 1700 3696 1700 3915
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1925 3915 2143 3915 2143 3696 1925 3696 1925 3915
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1925 4140 2143 4140 2143 3921 1925 3921 1925 4140
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1700 4140 1918 4140 1918 3921 1700 3921 1700 4140
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2735 3465 2953 3465 2953 3246 2735 3246 2735 3465
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2960 3465 3178 3465 3178 3246 2960 3246 2960 3465
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2960 3690 3178 3690 3178 3471 2960 3471 2960 3690
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2735 3690 2953 3690 2953 3471 2735 3471 2735 3690
4 0 0 50 -1 0 8 0.0000 4 105 1215 1485 1305 Frame: chroma plane Cb\001
4 0 0 50 -1 0 8 0.0000 4 105 1200 2565 855 Frame: chroma plane Cr\001
4 0 0 50 -1 0 8 0.0000 4 105 1035 540 1980 Frame: luma planeY'\001
4 0 0 50 -1 0 7 0.0000 4 75 285 765 4320 Pixels\001
4 0 0 50 -1 0 7 0.0000 4 90 210 613 4943 (0,0)\001
@@ -0,0 +1,91 @@
#FIG 3.2 Produced by xfig version 3.2.5-alpha4
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1125 900 1575 900
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 450 1350 450 1350 1350 450 1350 450 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 450 2250 450 2250 1350 1350 1350 1350 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 450 3150 450 3150 1350 2250 1350 2250 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 450 4050 450 4050 1350 3150 1350 3150 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 1350 1350 1350 1350 2250 450 2250 450 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 1350 2250 1350 2250 2250 1350 2250 1350 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 1350 3150 1350 3150 2250 2250 2250 2250 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 1350 4050 1350 4050 2250 3150 2250 3150 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 2250 1350 2250 1350 3150 450 3150 450 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 2250 2250 2250 2250 3150 1350 3150 1350 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 2250 3150 2250 3150 3150 2250 3150 2250 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 2250 4050 2250 4050 3150 3150 3150 3150 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
450 3150 1350 3150 1350 4050 450 4050 450 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3150 2250 3150 2250 4050 1350 4050 1350 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2250 3150 3150 3150 3150 4050 2250 4050 2250 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3150 3150 4050 3150 4050 4050 3150 4050 3150 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 450 4950 450 4950 1350 4050 1350 4050 450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 1350 4950 1350 4950 2250 4050 2250 4050 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 2250 4950 2250 4950 3150 4050 3150 4050 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 3150 4950 3150 4950 4050 4050 4050 4050 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 3150 5850 3150 5850 4050 4950 4050 4950 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 2250 5850 2250 5850 3150 4950 3150 4950 2250
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 1350 5850 1350 5850 2250 4950 2250 4950 1350
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 450 5850 450 5850 1350 4950 1350 4950 450
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1125 3600 1575 3600
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2925 3600 3375 3600
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2025 3600 2475 3600
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
1125 2655 1575 2655
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
4770 3600 5220 3600
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
5445 3510 900 2880
2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
5400 1800 855 1170
4 1 0 50 0 1 12 0.0000 0 150 105 900 3660 0\001
4 1 0 50 0 1 12 0.0000 0 150 105 1800 3660 1\001
4 1 0 50 0 1 12 0.0000 0 150 105 2700 3660 2\001
4 0 0 50 -1 0 20 0.0000 4 30 225 3555 3645 ...\001
4 0 0 50 -1 0 20 0.0000 4 30 225 945 1845 ...\001
4 0 0 50 -1 0 12 0.0000 4 150 330 5310 3645 m-1\001
4 0 0 50 -1 0 12 0.0000 4 150 435 5175 2655 2m-1\001
4 1 0 50 0 1 12 0.0000 0 105 165 900 2760 m\001
4 1 0 50 0 1 12 0.0000 0 195 690 855 1035 (n-1)*m\001
4 0 0 50 -1 0 12 0.0000 4 150 540 5085 900 n*m-1\001
@@ -0,0 +1,46 @@
#FIG 3.2 Produced by xfig version 3.2.5-alpha4
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
2 2 1 2 0 7 50 -1 -1 4.000 0 0 -1 0 0 5
1980 450 2430 450 2430 900 1980 900 1980 450
2 2 1 2 0 7 50 -1 -1 4.000 0 0 -1 0 0 5
2520 450 2970 450 2970 900 2520 900 2520 450
2 2 1 2 0 7 50 -1 -1 4.000 0 0 -1 0 0 5
4140 450 4590 450 4590 900 4140 900 4140 450
2 2 1 2 0 7 50 -1 -1 4.000 0 0 -1 0 0 5
1440 450 1890 450 1890 900 1440 900 1440 450
2 2 1 2 0 7 50 -1 15 4.000 0 0 -1 0 0 5
3600 450 4050 450 4050 900 3600 900 3600 450
2 2 1 2 0 7 50 -1 41 4.000 0 0 -1 0 0 5
3060 450 3510 450 3510 900 3060 900 3060 450
2 2 0 2 0 7 50 -1 41 0.000 0 0 -1 0 0 5
900 450 1350 450 1350 900 900 900 900 450
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 1 2
0 0 1.00 60.00 120.00
3780 990 3780 1395
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 1 2
0 0 1.00 60.00 120.00
3240 990 3240 1395
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 1 2
0 0 1.00 60.00 120.00
1125 990 1125 1395
4 0 0 50 -1 0 20 0.0000 4 30 225 4770 675 ...\001
4 0 0 50 -1 0 12 0.0000 4 150 420 900 405 Intra\001
4 0 0 50 -1 0 12 0.0000 4 150 420 1440 405 Inter\001
4 0 0 50 -1 0 12 0.0000 4 150 420 1980 405 Inter\001
4 0 0 50 -1 0 12 0.0000 4 150 420 2520 405 Inter\001
4 0 0 50 -1 0 12 0.0000 4 150 420 3060 405 Inter\001
4 0 0 50 -1 0 12 0.0000 4 150 420 3600 405 Inter\001
4 0 0 50 -1 0 12 0.0000 4 150 420 4140 405 Inter\001
4 0 0 50 -1 0 12 0.0000 4 120 630 3690 1575 current\001
4 0 0 50 -1 0 12 0.0000 4 150 840 2745 1575 reference\001
4 0 0 50 -1 0 12 0.0000 4 150 510 2925 1755 frame\001
4 0 0 50 -1 0 12 0.0000 4 150 510 3690 1755 frame\001
4 0 0 50 -1 0 12 0.0000 4 195 570 855 1575 golden\001
4 0 0 50 -1 0 12 0.0000 4 150 510 900 1800 frame\001
+120
View File
@@ -0,0 +1,120 @@
@MANUAL{rfc2044,
author="Francois Yergeau",
title="{RFC} 2044: {UTF}-8, a transformation format of Unicode and {ISO}
10646",
month=oct,
year=1996,
note="\url{http://www.ietf.org/rfc/rfc2044.txt}"
}
@ARTICLE{CSF77,
author="Wen-Hsiung Chen and C. Harrison Smith and S. C. Fralick",
title="A Fast Computational Algorithm for the Discrete Cosine Transform",
journal="{IEEE} Transactions on Communications",
volume="COM-25",
number=9,
pages="1004--1011",
month=sep,
year=1977
}
@MISC{Mel04,
author="Mike Melanson",
title="{VP3} Bitstream Format and Decoding Process",
howpublished="\url{http://www.multimedia.cx/vp3-format.txt}",
month=mar,
year=2004
}
@MISC{Poyn97,
author="Charles Poynton",
title="Frequently-Asked Questions about Gamma",
howpublished="\url{http://www.poynton.com/GammaFAQ.html}",
month=feb,
year=1997
}
@MANUAL{rec470,
key="ITU470",
title="Reccomendation {ITU-R} {BT}.470-6: Conventional Television Systems",
edition="1970, revised",
organization="International Telecommunications Union",
address="1211 Geneva 20, Switzerland",
year=1998
}
@MANUAL{rec601,
key="ITU601",
title="Reccomendation {ITU-R} {BT}.601-5: Studio Encoding Parameters of
Digital Television for Standard 4:3 and Wide-Screen 16:9 Aspect Ratios",
edition="1982, revised",
organization="International Telecommunications Union",
address="1211 Geneva 20, Switzerland",
year=1995
}
@MANUAL{rec709,
key="ITU709",
title="Recommendation {ITU-R} {BT}.709-5: Parameter values for the {HDTV}
standards for production and international programme exchange",
edition="1990, revised",
organization="International Telecommunications Union",
address="1211 Geneva 20, Switzerland",
year=2002
}
@MANUAL{smpte170m,
key="SMPTE170M",
title="{SMPTE-170M}: Television --- Composite Analog Video Signal --- {NTSC}
for Studio Applications",
organization="Society of Motion Pciture and Television Engineers",
year=1994
}
@MANUAL{smpte240m,
key="SMPTE240M",
title="{SMPTE-240M}: Television --- Signal Parameters --- 1125-Line
High-Definition Production",
organization="Society of Motion Pciture and Television Engineers",
year=1999
}
@MANUAL{vorbis,
title="{Vorbis~I} specification",
organization="{Xiph.org Foundation}",
year=2002,
note="\url{http://www.xiph.org/ogg/vorbis/doc/}"
}
@MANUAL{rfc2119,
author="Scott Bradner",
title="{RFC} 2119: Key words for use in {RFC}s to Indicate Requirement
Levels",
month=mar,
year=1997,
note="\url{http://www.ietf.org/rfc/rfc2119.txt}"
}
@MANUAL{rfc3533,
author="Silvia Pfeiffer",
title="{RFC} 3533: The {Ogg} Encapsulation Format Version 0",
month=may,
year=2003,
note="\url{http://www.ietf.org/rfc/rfc3533.txt}"
}
@MANUAL{rfc3534,
author="Linus Walleij",
title="{RFC} 3534: The {application/ogg} Media Type",
month=may,
year=2003,
note="\url{http://www.ietf.org/rfc/rfc3534.txt}"
}
@MANUAL{rfc3550,
author="H. Schulzrinne, S. Casner, R. Frederick, V. Jacobson",
title="RTP: A Transport Protocol for Real-Time Applications",
month=jul,
year=2003,
note="\url{http://www.ietf.org/rfc/rfc3550.txt}"
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,72 @@
#FIG 3.2 Produced by xfig version 3.2.5-alpha4
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 270 180 5905 4860
6 387 3531 1542 4687
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 4687 675 4687 675 4397 387 4397 387 4687
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
675 4687 963 4687 963 4397 675 4397 675 4687
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
963 4687 1252 4687 1252 4397 963 4397 963 4687
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1252 4397 1542 4397 1542 4109 1252 4109 1252 4397
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 4397 675 4397 675 4109 387 4109 387 4397
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 4109 675 4109 675 3820 387 3820 387 4109
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
963 4109 1252 4109 1252 3820 963 3820 963 4109
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1252 4109 1542 4109 1542 3820 1252 3820 1252 4109
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1252 3820 1542 3820 1542 3531 1252 3531 1252 3820
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
675 3820 963 3820 963 3531 675 3531 675 3820
-6
6 387 3531 1542 4687
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1252 4687 1542 4687 1542 4397 1252 4397 1252 4687
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
963 4397 1252 4397 1252 4109 963 4109 963 4397
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
963 3820 1252 3820 1252 3531 963 3531 963 3820
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 3820 675 3820 675 3531 387 3531 387 3820
-6
6 357 3502 1570 4715
6 675 3820 963 4397
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
675 4397 963 4397 963 4109 675 4109 675 4397
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
675 4109 963 4109 963 3820 675 3820 675 4109
-6
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 3531 1542 3531 1542 4687 387 4687 387 3531
-6
2 2 1 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
387 353 5876 353 5876 4687 387 4687 387 353
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1542 3531 2697 3531 2697 4687 1542 4687 1542 3531
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2697 3531 3854 3531 3854 4687 2697 4687 2697 3531
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 2375 1542 2375 1542 3531 387 3531 387 2375
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1542 2375 2697 2375 2697 3531 1542 3531 1542 2375
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
387 1220 1542 1220 1542 2375 387 2375 387 1220
4 0 0 50 -1 0 7 0.0000 4 125 270 270 4831 (0,0)\001
4 0 0 50 -1 0 7 0.0000 4 96 367 473 297 Frame\001
4 0 0 50 -1 0 7 0.0000 4 125 1002 501 3474 Super Block (4x4)\001
4 0 0 50 -1 0 7 0.0000 4 96 203 415 4657 8x8\001
4 0 0 50 -1 0 7 0.0000 4 96 318 357 4513 Block\001
4 0 0 50 -1 0 13 0.0000 4 20 145 4085 4081 ...\001
4 0 0 50 -1 0 13 4.7124 4 20 145 848 815 ...\001
-6
+918
View File
@@ -0,0 +1,918 @@
/********************************************************************
* *
* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
* by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************
function: dump the VP3.1 huffman tables in a form suitable for
inclusion in the spec.
last mod: $Id: vp3huff.c 14078 2007-10-31 21:24:44Z giles $
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
typedef struct{
unsigned long pattern;
int nbits;
}theora_huff_code;
/*The default Huffman codes used for VP3.1.
These tables were generated by /experimental/derf/theora-exp/tools/huffgen.c
using the same algorithm and sampled frequency counts used by VP3.*/
const theora_huff_code TH_VP31_HUFF_CODES[80][32]={
{
{0x002D, 6},{0x0026, 7},{0x0166, 9},{0x004E, 8},
{0x02CE,10},{0x059E,11},{0x027D,11},{0x0008, 5},
{0x04F9,12},{0x000F, 4},{0x000E, 4},{0x001B, 5},
{0x0006, 4},{0x0008, 4},{0x0005, 4},{0x001A, 5},
{0x0015, 5},{0x0007, 4},{0x000C, 4},{0x0001, 3},
{0x0000, 3},{0x0009, 4},{0x0017, 5},{0x0029, 6},
{0x0028, 6},{0x00B2, 8},{0x04F8,12},{0x059F,11},
{0x009E, 9},{0x013F,10},{0x0012, 6},{0x0058, 7}
},
{
{0x0010, 5},{0x0047, 7},{0x01FF, 9},{0x008C, 8},
{0x03FC,10},{0x046A,11},{0x0469,11},{0x0022, 6},
{0x11A1,13},{0x000E, 4},{0x000D, 4},{0x0004, 4},
{0x0005, 4},{0x0009, 4},{0x0006, 4},{0x001E, 5},
{0x0016, 5},{0x0007, 4},{0x000C, 4},{0x0001, 3},
{0x0000, 3},{0x000A, 4},{0x0017, 5},{0x007D, 7},
{0x007E, 7},{0x011B, 9},{0x08D1,12},{0x03FD,10},
{0x046B,11},{0x11A0,13},{0x007C, 7},{0x00FE, 8}
},
{
{0x0016, 5},{0x0020, 6},{0x0086, 8},{0x0087, 8},
{0x0367,10},{0x06CC,11},{0x06CB,11},{0x006E, 7},
{0x366D,14},{0x000F, 4},{0x000E, 4},{0x0004, 4},
{0x0005, 4},{0x000A, 4},{0x0006, 4},{0x001A, 5},
{0x0011, 5},{0x0007, 4},{0x000C, 4},{0x0001, 3},
{0x0000, 3},{0x0009, 4},{0x0017, 5},{0x006F, 7},
{0x006D, 7},{0x0364,10},{0x0D9A,12},{0x06CA,11},
{0x1B37,13},{0x366C,14},{0x0042, 7},{0x00D8, 8}
},
{
{0x0000, 4},{0x002D, 6},{0x00F7, 8},{0x0058, 7},
{0x0167, 9},{0x02CB,10},{0x02CA,10},{0x000E, 6},
{0x1661,13},{0x0003, 3},{0x0002, 3},{0x0008, 4},
{0x0009, 4},{0x000D, 4},{0x0002, 4},{0x001F, 5},
{0x0017, 5},{0x0001, 4},{0x000C, 4},{0x000E, 4},
{0x000A, 4},{0x0006, 5},{0x0078, 7},{0x000F, 6},
{0x007A, 7},{0x0164, 9},{0x0599,11},{0x02CD,10},
{0x0B31,12},{0x1660,13},{0x0079, 7},{0x00F6, 8}
},
{
{0x0003, 4},{0x003C, 6},{0x000F, 7},{0x007A, 7},
{0x001D, 8},{0x0020, 9},{0x0072,10},{0x0006, 6},
{0x0399,13},{0x0004, 3},{0x0005, 3},{0x0005, 4},
{0x0006, 4},{0x000E, 4},{0x0004, 4},{0x0000, 4},
{0x0019, 5},{0x0002, 4},{0x000D, 4},{0x0007, 4},
{0x001F, 5},{0x0030, 6},{0x0011, 8},{0x0031, 6},
{0x0005, 6},{0x0021, 9},{0x00E7,11},{0x0038, 9},
{0x01CD,12},{0x0398,13},{0x007B, 7},{0x0009, 7}
},
{
{0x0009, 4},{0x0002, 5},{0x0074, 7},{0x0007, 6},
{0x00EC, 8},{0x00D1, 9},{0x01A6,10},{0x0006, 6},
{0x0D21,13},{0x0005, 3},{0x0006, 3},{0x0008, 4},
{0x0007, 4},{0x000F, 4},{0x0004, 4},{0x0000, 4},
{0x001C, 5},{0x0002, 4},{0x0005, 4},{0x0003, 4},
{0x000C, 5},{0x0035, 7},{0x01A7,10},{0x001B, 6},
{0x0077, 7},{0x01A5,10},{0x0349,11},{0x00D0, 9},
{0x0691,12},{0x0D20,13},{0x0075, 7},{0x00ED, 8}
},
{
{0x000A, 4},{0x000C, 5},{0x0012, 6},{0x001B, 6},
{0x00B7, 8},{0x016C, 9},{0x0099, 9},{0x005A, 7},
{0x16D8,13},{0x0007, 3},{0x0006, 3},{0x0009, 4},
{0x0008, 4},{0x0000, 3},{0x0005, 4},{0x0017, 5},
{0x000E, 5},{0x0002, 4},{0x0003, 4},{0x000F, 5},
{0x001A, 6},{0x004D, 8},{0x2DB3,14},{0x002C, 6},
{0x0011, 6},{0x02DA,10},{0x05B7,11},{0x0098, 9},
{0x0B6D,12},{0x2DB2,14},{0x0010, 6},{0x0027, 7}
},
{
{0x000D, 4},{0x000F, 5},{0x001D, 6},{0x0008, 5},
{0x0051, 7},{0x0056, 8},{0x00AF, 9},{0x002A, 7},
{0x148A,13},{0x0007, 3},{0x0000, 2},{0x0008, 4},
{0x0009, 4},{0x000C, 4},{0x0006, 4},{0x0017, 5},
{0x000B, 5},{0x0016, 5},{0x0015, 5},{0x0009, 5},
{0x0050, 7},{0x00AE, 9},{0x2917,14},{0x001C, 6},
{0x0014, 6},{0x0290,10},{0x0523,11},{0x0149, 9},
{0x0A44,12},{0x2916,14},{0x0053, 7},{0x00A5, 8}
},
{
{0x0001, 4},{0x001D, 6},{0x00F5, 8},{0x00F4, 8},
{0x024D,10},{0x0499,11},{0x0498,11},{0x0001, 5},
{0x0021, 6},{0x0006, 3},{0x0005, 3},{0x0006, 4},
{0x0005, 4},{0x0002, 4},{0x0007, 5},{0x0025, 6},
{0x007B, 7},{0x001C, 6},{0x0020, 6},{0x000D, 6},
{0x0048, 7},{0x0092, 8},{0x0127, 9},{0x000E, 4},
{0x0004, 4},{0x0011, 5},{0x000C, 6},{0x003C, 6},
{0x000F, 5},{0x0000, 5},{0x001F, 5},{0x0013, 5}
},
{
{0x0005, 4},{0x003C, 6},{0x0040, 7},{0x000D, 7},
{0x0031, 9},{0x0061,10},{0x0060,10},{0x0002, 5},
{0x00F5, 8},{0x0006, 3},{0x0005, 3},{0x0007, 4},
{0x0006, 4},{0x0002, 4},{0x0009, 5},{0x0025, 6},
{0x0007, 6},{0x0021, 6},{0x0024, 6},{0x0010, 6},
{0x0041, 7},{0x00F4, 8},{0x0019, 8},{0x000E, 4},
{0x0003, 4},{0x0011, 5},{0x0011, 6},{0x003F, 6},
{0x003E, 6},{0x007B, 7},{0x0000, 4},{0x0013, 5}
},
{
{0x000A, 4},{0x0007, 5},{0x0001, 6},{0x0009, 6},
{0x0131, 9},{0x0261,10},{0x0260,10},{0x0015, 6},
{0x0001, 7},{0x0007, 3},{0x0006, 3},{0x0008, 4},
{0x0007, 4},{0x0006, 4},{0x0012, 5},{0x002F, 6},
{0x0014, 6},{0x0027, 6},{0x002D, 6},{0x0016, 6},
{0x004D, 7},{0x0099, 8},{0x0000, 7},{0x0004, 4},
{0x0001, 4},{0x0005, 5},{0x0017, 6},{0x002E, 6},
{0x002C, 6},{0x0008, 6},{0x0006, 5},{0x0001, 5}
},
{
{0x0000, 3},{0x000E, 5},{0x0017, 6},{0x002A, 6},
{0x0010, 7},{0x00F9,10},{0x00F8,10},{0x001E, 7},
{0x003F, 8},{0x0007, 3},{0x0006, 3},{0x0009, 4},
{0x0008, 4},{0x0006, 4},{0x000F, 5},{0x0005, 5},
{0x0016, 6},{0x0029, 6},{0x002B, 6},{0x0015, 6},
{0x0050, 7},{0x0011, 7},{0x007D, 9},{0x0004, 4},
{0x0017, 5},{0x0006, 5},{0x0014, 6},{0x002C, 6},
{0x002D, 6},{0x000E, 6},{0x0009, 6},{0x0051, 7}
},
{
{0x0002, 3},{0x0018, 5},{0x002F, 6},{0x000D, 5},
{0x0053, 7},{0x0295,10},{0x0294,10},{0x00A4, 8},
{0x007C, 8},{0x0000, 2},{0x0007, 3},{0x0009, 4},
{0x0008, 4},{0x001B, 5},{0x000C, 5},{0x0028, 6},
{0x006A, 7},{0x001E, 6},{0x001D, 6},{0x0069, 7},
{0x00D7, 8},{0x007D, 8},{0x014B, 9},{0x0019, 5},
{0x0016, 5},{0x002E, 6},{0x001C, 6},{0x002B, 6},
{0x002A, 6},{0x0068, 7},{0x003F, 7},{0x00D6, 8}
},
{
{0x0002, 3},{0x001B, 5},{0x000C, 5},{0x0018, 5},
{0x0029, 6},{0x007F, 8},{0x02F0,10},{0x0198, 9},
{0x0179, 9},{0x0000, 2},{0x0007, 3},{0x0009, 4},
{0x0008, 4},{0x001A, 5},{0x000D, 5},{0x002A, 6},
{0x0064, 7},{0x001E, 6},{0x0067, 7},{0x005F, 7},
{0x00CD, 8},{0x007E, 8},{0x02F1,10},{0x0016, 5},
{0x000E, 5},{0x002E, 6},{0x0065, 7},{0x002B, 6},
{0x0028, 6},{0x003E, 7},{0x00BD, 8},{0x0199, 9}
},
{
{0x0002, 3},{0x0007, 4},{0x0016, 5},{0x0006, 4},
{0x0036, 6},{0x005C, 7},{0x015D, 9},{0x015C, 9},
{0x02BF,10},{0x0000, 2},{0x0007, 3},{0x0009, 4},
{0x0008, 4},{0x0018, 5},{0x0034, 6},{0x002A, 6},
{0x005E, 7},{0x006A, 7},{0x0064, 7},{0x005D, 7},
{0x00CB, 8},{0x00AD, 8},{0x02BE,10},{0x0014, 5},
{0x0033, 6},{0x006E, 7},{0x005F, 7},{0x006F, 7},
{0x006B, 7},{0x00CA, 8},{0x00AC, 8},{0x015E, 9}
},
{
{0x000F, 4},{0x001D, 5},{0x0018, 5},{0x000B, 4},
{0x0019, 5},{0x0029, 6},{0x00D6, 8},{0x0551,11},
{0x0AA1,12},{0x0001, 2},{0x0000, 2},{0x0009, 4},
{0x0008, 4},{0x001B, 5},{0x0038, 6},{0x0028, 6},
{0x0057, 7},{0x006A, 7},{0x0068, 7},{0x0056, 7},
{0x00E5, 8},{0x0155, 9},{0x0AA0,12},{0x0073, 7},
{0x0069, 7},{0x00D7, 8},{0x00AB, 8},{0x00E4, 8},
{0x00A9, 8},{0x0151, 9},{0x0150, 9},{0x02A9,10}
},
{
{0x0008, 5},{0x0025, 7},{0x017A, 9},{0x02F7,10},
{0x0BDB,12},{0x17B4,13},{0x2F6B,14},{0x001D, 5},
{0x2F6A,14},{0x0008, 4},{0x0007, 4},{0x0001, 4},
{0x0002, 4},{0x000A, 4},{0x0006, 4},{0x0000, 4},
{0x001C, 5},{0x0009, 4},{0x000D, 4},{0x000F, 4},
{0x000C, 4},{0x0003, 4},{0x000A, 5},{0x0016, 5},
{0x0013, 6},{0x005D, 7},{0x0024, 7},{0x00BC, 8},
{0x005C, 7},{0x05EC,11},{0x000B, 5},{0x005F, 7}
},
{
{0x000F, 5},{0x0010, 6},{0x004B, 8},{0x00C6, 8},
{0x031D,10},{0x0C71,12},{0x0C70,12},{0x0001, 4},
{0x0C73,12},{0x0008, 4},{0x0009, 4},{0x0002, 4},
{0x0003, 4},{0x000B, 4},{0x0006, 4},{0x0000, 4},
{0x001C, 5},{0x0005, 4},{0x000D, 4},{0x000F, 4},
{0x000A, 4},{0x0019, 5},{0x0013, 6},{0x001D, 5},
{0x0030, 6},{0x0062, 7},{0x0024, 7},{0x004A, 8},
{0x018F, 9},{0x0C72,12},{0x000E, 5},{0x0011, 6}
},
{
{0x001B, 5},{0x0003, 6},{0x008D, 8},{0x0040, 7},
{0x0239,10},{0x0471,11},{0x08E0,12},{0x0003, 4},
{0x11C3,13},{0x000A, 4},{0x0009, 4},{0x0004, 4},
{0x0005, 4},{0x000E, 4},{0x0007, 4},{0x0001, 4},
{0x001E, 5},{0x0006, 4},{0x000C, 4},{0x000B, 4},
{0x0002, 4},{0x0000, 5},{0x0041, 7},{0x001F, 5},
{0x0022, 6},{0x0002, 6},{0x008F, 8},{0x008C, 8},
{0x011D, 9},{0x11C2,13},{0x001A, 5},{0x0021, 6}
},
{
{0x001F, 5},{0x0003, 6},{0x0003, 7},{0x0043, 7},
{0x000B, 9},{0x0015,10},{0x0051,12},{0x0003, 4},
{0x0050,12},{0x000D, 4},{0x000C, 4},{0x0004, 4},
{0x0006, 4},{0x000E, 4},{0x000A, 4},{0x0001, 4},
{0x001E, 5},{0x0005, 4},{0x0009, 4},{0x0007, 4},
{0x0011, 5},{0x0002, 6},{0x0004, 8},{0x0002, 4},
{0x002D, 6},{0x0020, 6},{0x0042, 7},{0x0001, 7},
{0x0000, 7},{0x0029,11},{0x0017, 5},{0x002C, 6}
},
{
{0x0003, 4},{0x001F, 6},{0x003A, 7},{0x005D, 7},
{0x0173, 9},{0x02E4,10},{0x172D,13},{0x0004, 4},
{0x172C,13},{0x000F, 4},{0x000E, 4},{0x0009, 4},
{0x0008, 4},{0x000C, 4},{0x000A, 4},{0x0001, 4},
{0x0016, 5},{0x0002, 4},{0x0005, 4},{0x001A, 5},
{0x002F, 6},{0x0038, 7},{0x05CA,11},{0x0006, 4},
{0x0037, 6},{0x001E, 6},{0x003B, 7},{0x0039, 7},
{0x00B8, 8},{0x0B97,12},{0x0000, 4},{0x0036, 6}
},
{
{0x0006, 4},{0x0037, 6},{0x005D, 7},{0x000C, 6},
{0x00B9, 8},{0x02E3,10},{0x05C4,11},{0x0004, 4},
{0x1715,13},{0x0000, 3},{0x000F, 4},{0x0008, 4},
{0x0007, 4},{0x000C, 4},{0x0009, 4},{0x001D, 5},
{0x0016, 5},{0x001C, 5},{0x001A, 5},{0x000B, 5},
{0x005E, 7},{0x0170, 9},{0x1714,13},{0x000A, 4},
{0x000A, 5},{0x0036, 6},{0x005F, 7},{0x001B, 7},
{0x001A, 7},{0x0B8B,12},{0x0002, 4},{0x0007, 5}
},
{
{0x000C, 4},{0x000B, 5},{0x0079, 7},{0x0022, 6},
{0x00F0, 8},{0x0119, 9},{0x0230,10},{0x001D, 5},
{0x08C4,12},{0x0001, 3},{0x0000, 3},{0x000A, 4},
{0x0009, 4},{0x000B, 4},{0x0007, 4},{0x001C, 5},
{0x003D, 6},{0x000D, 5},{0x0008, 5},{0x0015, 6},
{0x008D, 8},{0x118B,13},{0x118A,13},{0x000D, 4},
{0x0010, 5},{0x0009, 5},{0x0014, 6},{0x0047, 7},
{0x00F1, 8},{0x0463,11},{0x001F, 5},{0x000C, 5}
},
{
{0x0000, 3},{0x001A, 5},{0x0033, 6},{0x000C, 5},
{0x0046, 7},{0x01E3, 9},{0x03C5,10},{0x0017, 5},
{0x1E21,13},{0x0002, 3},{0x0001, 3},{0x0009, 4},
{0x000A, 4},{0x0007, 4},{0x001B, 5},{0x003D, 6},
{0x001B, 6},{0x0022, 6},{0x0079, 7},{0x00F0, 8},
{0x1E20,13},{0x1E23,13},{0x1E22,13},{0x000E, 4},
{0x0016, 5},{0x0018, 5},{0x0032, 6},{0x001A, 6},
{0x0047, 7},{0x0789,11},{0x001F, 5},{0x0010, 5}
},
{
{0x001D, 5},{0x0061, 7},{0x004E, 8},{0x009E, 9},
{0x027C,11},{0x09F5,13},{0x09F4,13},{0x0003, 4},
{0x0060, 7},{0x0000, 3},{0x000F, 4},{0x000B, 4},
{0x000A, 4},{0x0009, 4},{0x0005, 4},{0x000D, 5},
{0x0031, 6},{0x0008, 5},{0x0038, 6},{0x0012, 6},
{0x0026, 7},{0x013F,10},{0x04FB,12},{0x000D, 4},
{0x0002, 4},{0x000C, 5},{0x0039, 6},{0x001C, 6},
{0x000F, 5},{0x001D, 6},{0x0008, 4},{0x0019, 5}
},
{
{0x0007, 4},{0x0019, 6},{0x00AB, 8},{0x00AA, 8},
{0x0119,10},{0x0461,12},{0x0460,12},{0x001B, 5},
{0x0047, 8},{0x0001, 3},{0x0000, 3},{0x000C, 4},
{0x000B, 4},{0x0009, 4},{0x0005, 4},{0x000D, 5},
{0x0035, 6},{0x003D, 6},{0x003C, 6},{0x0018, 6},
{0x0022, 7},{0x008D, 9},{0x0231,11},{0x000E, 4},
{0x001F, 5},{0x0009, 5},{0x002B, 6},{0x0010, 6},
{0x0034, 6},{0x0054, 7},{0x0008, 4},{0x0014, 5}
},
{
{0x000C, 4},{0x0005, 5},{0x0008, 6},{0x005B, 7},
{0x004D, 9},{0x0131,11},{0x0261,12},{0x001A, 5},
{0x0012, 7},{0x0000, 3},{0x000F, 4},{0x000A, 4},
{0x0009, 4},{0x0006, 4},{0x001B, 5},{0x0006, 5},
{0x001C, 6},{0x002C, 6},{0x0015, 6},{0x005A, 7},
{0x0027, 8},{0x0099,10},{0x0260,12},{0x000E, 4},
{0x0004, 4},{0x000F, 5},{0x0007, 5},{0x001D, 6},
{0x000B, 5},{0x0014, 6},{0x0008, 4},{0x0017, 5}
},
{
{0x000F, 4},{0x0013, 5},{0x0075, 7},{0x0024, 6},
{0x0095, 8},{0x0251,10},{0x04A0,11},{0x0010, 5},
{0x00C8, 8},{0x0002, 3},{0x0001, 3},{0x0001, 4},
{0x0000, 4},{0x001A, 5},{0x0011, 5},{0x002C, 6},
{0x0065, 7},{0x0074, 7},{0x004B, 7},{0x00C9, 8},
{0x0129, 9},{0x0943,12},{0x0942,12},{0x0003, 3},
{0x000A, 4},{0x001C, 5},{0x0018, 5},{0x0033, 6},
{0x0017, 5},{0x002D, 6},{0x001B, 5},{0x003B, 6}
},
{
{0x0003, 3},{0x001A, 5},{0x002D, 6},{0x0038, 6},
{0x0028, 7},{0x0395,10},{0x0E51,12},{0x0037, 6},
{0x00E4, 8},{0x0001, 3},{0x0000, 3},{0x001F, 5},
{0x001E, 5},{0x0017, 5},{0x003A, 6},{0x0073, 7},
{0x002A, 7},{0x002B, 7},{0x0029, 7},{0x01CB, 9},
{0x0729,11},{0x1CA1,13},{0x1CA0,13},{0x0004, 3},
{0x000A, 4},{0x0004, 4},{0x0018, 5},{0x0036, 6},
{0x000B, 5},{0x002C, 6},{0x0019, 5},{0x003B, 6}
},
{
{0x0004, 3},{0x0004, 4},{0x003F, 6},{0x0017, 5},
{0x0075, 7},{0x01F5, 9},{0x07D1,11},{0x0017, 6},
{0x01F6, 9},{0x0001, 3},{0x0000, 3},{0x001B, 5},
{0x001A, 5},{0x000A, 5},{0x0032, 6},{0x0074, 7},
{0x00F8, 8},{0x00F9, 8},{0x01F7, 9},{0x03E9,10},
{0x0FA0,12},{0x1F43,13},{0x1F42,13},{0x0003, 3},
{0x000A, 4},{0x001E, 5},{0x001C, 5},{0x003B, 6},
{0x0018, 5},{0x0016, 6},{0x0016, 5},{0x0033, 6}
},
{
{0x0004, 3},{0x0007, 4},{0x0018, 5},{0x001E, 5},
{0x0036, 6},{0x0031, 7},{0x0177, 9},{0x0077, 7},
{0x0176, 9},{0x0001, 3},{0x0000, 3},{0x001A, 5},
{0x0019, 5},{0x003A, 6},{0x0019, 6},{0x005C, 7},
{0x00BA, 8},{0x0061, 8},{0x00C1, 9},{0x0180,10},
{0x0302,11},{0x0607,12},{0x0606,12},{0x0002, 3},
{0x000A, 4},{0x001F, 5},{0x001C, 5},{0x0037, 6},
{0x0016, 5},{0x0076, 7},{0x000D, 5},{0x002F, 6}
},
{
{0x0000, 3},{0x000A, 4},{0x001A, 5},{0x000C, 4},
{0x001D, 5},{0x0039, 6},{0x0078, 7},{0x005E, 7},
{0x0393,11},{0x0002, 3},{0x0001, 3},{0x0016, 5},
{0x000F, 5},{0x002E, 6},{0x005F, 7},{0x0073, 8},
{0x00E5, 9},{0x01C8,10},{0x0E4A,13},{0x1C97,14},
{0x1C96,14},{0x0E49,13},{0x0E48,13},{0x0004, 3},
{0x0006, 4},{0x001F, 5},{0x001B, 5},{0x001D, 6},
{0x0038, 6},{0x0038, 7},{0x003D, 6},{0x0079, 7}
},
{
{0x000B, 5},{0x002B, 7},{0x0054, 8},{0x01B7, 9},
{0x06D9,11},{0x0DB1,12},{0x0DB0,12},{0x0002, 4},
{0x00AB, 9},{0x0009, 4},{0x000A, 4},{0x0007, 4},
{0x0008, 4},{0x000F, 4},{0x000C, 4},{0x0003, 4},
{0x001D, 5},{0x0004, 4},{0x000B, 4},{0x0006, 4},
{0x001A, 5},{0x0003, 6},{0x00AA, 9},{0x0001, 4},
{0x0000, 5},{0x0014, 6},{0x006C, 7},{0x00DA, 8},
{0x0002, 6},{0x036D,10},{0x001C, 5},{0x0037, 6}
},
{
{0x001D, 5},{0x0004, 6},{0x00B6, 8},{0x006A, 8},
{0x05B9,11},{0x16E1,13},{0x16E0,13},{0x0007, 4},
{0x016F, 9},{0x000C, 4},{0x000D, 4},{0x0009, 4},
{0x0008, 4},{0x000F, 4},{0x000A, 4},{0x0003, 4},
{0x0017, 5},{0x0002, 4},{0x0004, 4},{0x001C, 5},
{0x002C, 6},{0x006B, 8},{0x0B71,12},{0x0005, 4},
{0x0003, 5},{0x001B, 6},{0x005A, 7},{0x0034, 7},
{0x0005, 6},{0x02DD,10},{0x0000, 4},{0x000C, 5}
},
{
{0x0003, 4},{0x007F, 7},{0x00A1, 8},{0x00A0, 8},
{0x020C,10},{0x0834,12},{0x106B,13},{0x0007, 4},
{0x0082, 8},{0x000E, 4},{0x000D, 4},{0x000B, 4},
{0x000C, 4},{0x0000, 3},{0x0009, 4},{0x0002, 4},
{0x0011, 5},{0x001E, 5},{0x0015, 5},{0x003E, 6},
{0x0040, 7},{0x041B,11},{0x106A,13},{0x0006, 4},
{0x000A, 5},{0x0029, 6},{0x007E, 7},{0x0051, 7},
{0x0021, 6},{0x0107, 9},{0x0004, 4},{0x000B, 5}
},
{
{0x0007, 4},{0x001B, 6},{0x00F6, 8},{0x00E9, 8},
{0x03A1,10},{0x0740,11},{0x0E82,12},{0x001F, 5},
{0x01EF, 9},{0x0001, 3},{0x0002, 3},{0x000B, 4},
{0x000C, 4},{0x000D, 4},{0x0008, 4},{0x001C, 5},
{0x0003, 5},{0x0012, 5},{0x0002, 5},{0x0075, 7},
{0x01D1, 9},{0x1D07,13},{0x1D06,13},{0x000A, 4},
{0x0013, 5},{0x003B, 6},{0x001A, 6},{0x007A, 7},
{0x003C, 6},{0x01EE, 9},{0x0000, 4},{0x000C, 5}
},
{
{0x000D, 4},{0x003D, 6},{0x0042, 7},{0x0037, 7},
{0x00D9, 9},{0x0362,11},{0x06C6,12},{0x001F, 5},
{0x0086, 8},{0x0001, 3},{0x0002, 3},{0x000C, 4},
{0x000B, 4},{0x000A, 4},{0x0001, 4},{0x000F, 5},
{0x0025, 6},{0x003C, 6},{0x001A, 6},{0x0087, 8},
{0x01B0,10},{0x0D8F,13},{0x0D8E,13},{0x000E, 4},
{0x0013, 5},{0x000C, 5},{0x0024, 6},{0x0020, 6},
{0x0011, 5},{0x006D, 8},{0x0000, 4},{0x000E, 5}
},
{
{0x0000, 3},{0x0012, 5},{0x0076, 7},{0x0077, 7},
{0x014D, 9},{0x0533,11},{0x14C9,13},{0x0013, 5},
{0x00A5, 8},{0x0002, 3},{0x0003, 3},{0x000B, 4},
{0x000C, 4},{0x0008, 4},{0x001A, 5},{0x002B, 6},
{0x0075, 7},{0x0074, 7},{0x00A7, 8},{0x0298,10},
{0x14C8,13},{0x14CB,13},{0x14CA,13},{0x000F, 4},
{0x001C, 5},{0x0007, 5},{0x002A, 6},{0x0028, 6},
{0x001B, 5},{0x00A4, 8},{0x0002, 4},{0x0006, 5}
},
{
{0x0002, 3},{0x001A, 5},{0x002B, 6},{0x003A, 6},
{0x00ED, 8},{0x0283,10},{0x0A0A,12},{0x0004, 5},
{0x00A1, 8},{0x0004, 3},{0x0003, 3},{0x000B, 4},
{0x000C, 4},{0x001F, 5},{0x0006, 5},{0x0077, 7},
{0x00A3, 8},{0x00A2, 8},{0x0140, 9},{0x1417,13},
{0x1416,13},{0x0A09,12},{0x0A08,12},{0x0000, 3},
{0x001E, 5},{0x0007, 5},{0x002A, 6},{0x0029, 6},
{0x001C, 5},{0x00EC, 8},{0x001B, 5},{0x0005, 5}
},
{
{0x0002, 3},{0x0002, 4},{0x0018, 5},{0x001D, 5},
{0x0035, 6},{0x00E4, 8},{0x01CF,11},{0x001D, 7},
{0x0072, 9},{0x0004, 3},{0x0005, 3},{0x0006, 4},
{0x0007, 4},{0x0006, 5},{0x0073, 7},{0x0038, 8},
{0x01CE,11},{0x039B,12},{0x0398,12},{0x0733,13},
{0x0732,13},{0x0735,13},{0x0734,13},{0x0000, 3},
{0x001F, 5},{0x001B, 5},{0x0034, 6},{0x000F, 6},
{0x001E, 5},{0x00E5, 8},{0x0019, 5},{0x0038, 6}
},
{
{0x0016, 5},{0x0050, 7},{0x0172, 9},{0x02E7,10},
{0x1732,13},{0x2E67,14},{0x2E66,14},{0x0006, 4},
{0x0051, 7},{0x0001, 3},{0x0000, 3},{0x000D, 4},
{0x000C, 4},{0x0009, 4},{0x001C, 5},{0x0009, 5},
{0x001C, 6},{0x001D, 6},{0x005D, 7},{0x00B8, 8},
{0x05CD,11},{0x1731,13},{0x1730,13},{0x000F, 4},
{0x0005, 4},{0x000F, 5},{0x0008, 5},{0x0029, 6},
{0x001D, 5},{0x002F, 6},{0x0008, 4},{0x0015, 5}
},
{
{0x0009, 4},{0x0021, 6},{0x0040, 7},{0x00AD, 8},
{0x02B0,10},{0x1589,13},{0x1588,13},{0x001C, 5},
{0x005F, 7},{0x0000, 3},{0x000F, 4},{0x000D, 4},
{0x000C, 4},{0x0006, 4},{0x0011, 5},{0x002A, 6},
{0x0057, 7},{0x005E, 7},{0x0041, 7},{0x0159, 9},
{0x0563,11},{0x158B,13},{0x158A,13},{0x0001, 3},
{0x0005, 4},{0x0014, 5},{0x003B, 6},{0x002E, 6},
{0x0004, 4},{0x003A, 6},{0x0007, 4},{0x0016, 5}
},
{
{0x000E, 4},{0x0007, 5},{0x0046, 7},{0x0045, 7},
{0x0064, 9},{0x032A,12},{0x0657,13},{0x0018, 5},
{0x000D, 6},{0x0000, 3},{0x000F, 4},{0x000A, 4},
{0x000B, 4},{0x001A, 5},{0x0036, 6},{0x0047, 7},
{0x0044, 7},{0x0018, 7},{0x0033, 8},{0x00CB,10},
{0x0656,13},{0x0329,12},{0x0328,12},{0x0002, 3},
{0x0006, 4},{0x0019, 5},{0x000E, 5},{0x0037, 6},
{0x0009, 4},{0x000F, 5},{0x0002, 4},{0x0010, 5}
},
{
{0x0003, 3},{0x0018, 5},{0x0023, 6},{0x0077, 7},
{0x0194, 9},{0x1956,13},{0x32AF,14},{0x003A, 6},
{0x0076, 7},{0x0002, 3},{0x0001, 3},{0x001F, 5},
{0x001E, 5},{0x0014, 5},{0x0022, 6},{0x0064, 7},
{0x0197, 9},{0x0196, 9},{0x032B,10},{0x0654,11},
{0x32AE,14},{0x1955,13},{0x1954,13},{0x0000, 3},
{0x0009, 4},{0x001C, 5},{0x0015, 5},{0x0010, 5},
{0x000D, 4},{0x0017, 5},{0x0016, 5},{0x0033, 6}
},
{
{0x0005, 3},{0x0006, 4},{0x003E, 6},{0x0010, 5},
{0x0048, 7},{0x093F,12},{0x24FA,14},{0x0032, 6},
{0x0067, 7},{0x0002, 3},{0x0001, 3},{0x001B, 5},
{0x001E, 5},{0x0034, 6},{0x0066, 7},{0x0092, 8},
{0x0126, 9},{0x024E,10},{0x049E,11},{0x49F7,15},
{0x49F6,15},{0x24F9,14},{0x24F8,14},{0x0000, 3},
{0x0007, 4},{0x0018, 5},{0x0011, 5},{0x003F, 6},
{0x000E, 4},{0x0013, 5},{0x0035, 6},{0x0025, 6}
},
{
{0x0005, 3},{0x0008, 4},{0x0012, 5},{0x001C, 5},
{0x001C, 6},{0x00EA, 9},{0x1D75,14},{0x001E, 6},
{0x0066, 7},{0x0001, 3},{0x0002, 3},{0x001B, 5},
{0x001A, 5},{0x001F, 6},{0x003B, 7},{0x0074, 8},
{0x01D6,10},{0x03AF,11},{0x1D74,14},{0x1D77,14},
{0x1D76,14},{0x0EB9,13},{0x0EB8,13},{0x000F, 4},
{0x0006, 4},{0x0013, 5},{0x003B, 6},{0x003A, 6},
{0x0000, 3},{0x0018, 5},{0x0032, 6},{0x0067, 7}
},
{
{0x0004, 3},{0x000A, 4},{0x001B, 5},{0x000C, 4},
{0x000D, 5},{0x00E6, 8},{0x0684,11},{0x0072, 7},
{0x00E7, 8},{0x0002, 3},{0x0001, 3},{0x0017, 5},
{0x0016, 5},{0x0018, 6},{0x00D1, 8},{0x01A0, 9},
{0x0686,11},{0x0D0F,12},{0x0D0A,12},{0x1A17,13},
{0x1A16,13},{0x1A1D,13},{0x1A1C,13},{0x000F, 4},
{0x001D, 5},{0x000E, 5},{0x0035, 6},{0x0038, 6},
{0x0000, 3},{0x000F, 5},{0x0019, 6},{0x0069, 7}
},
{
{0x0003, 3},{0x000C, 4},{0x001B, 5},{0x0000, 3},
{0x0003, 4},{0x002E, 6},{0x0051, 9},{0x00BC, 8},
{0x0053, 9},{0x0004, 3},{0x0002, 3},{0x0016, 5},
{0x0015, 5},{0x0015, 7},{0x0050, 9},{0x00A4,10},
{0x0294,12},{0x052B,13},{0x052A,13},{0x052D,13},
{0x052C,13},{0x052F,13},{0x052E,13},{0x000E, 4},
{0x001A, 5},{0x0004, 5},{0x0028, 6},{0x0029, 6},
{0x000F, 4},{0x000B, 6},{0x005F, 7},{0x00BD, 8}
},
{
{0x0003, 4},{0x0009, 6},{0x00D0, 8},{0x01A3, 9},
{0x0344,10},{0x0D14,12},{0x1A2B,13},{0x0004, 4},
{0x0015, 7},{0x0000, 3},{0x000F, 4},{0x000B, 4},
{0x000C, 4},{0x000E, 4},{0x0009, 4},{0x001B, 5},
{0x000A, 5},{0x0014, 5},{0x000D, 5},{0x002A, 6},
{0x0014, 7},{0x068B,11},{0x1A2A,13},{0x0008, 4},
{0x000B, 5},{0x002B, 6},{0x000B, 6},{0x0069, 7},
{0x0035, 6},{0x0008, 6},{0x0007, 4},{0x000C, 5}
},
{
{0x000A, 4},{0x003C, 6},{0x0032, 7},{0x0030, 7},
{0x00C5, 9},{0x0621,12},{0x0620,12},{0x001F, 5},
{0x0033, 7},{0x0001, 3},{0x0000, 3},{0x000E, 4},
{0x000D, 4},{0x000C, 4},{0x0004, 4},{0x000D, 5},
{0x0026, 6},{0x0027, 6},{0x0014, 6},{0x0063, 8},
{0x0189,10},{0x0623,12},{0x0622,12},{0x000B, 4},
{0x0012, 5},{0x003D, 6},{0x0022, 6},{0x0015, 6},
{0x000B, 5},{0x0023, 6},{0x0007, 4},{0x0010, 5}
},
{
{0x000F, 4},{0x000C, 5},{0x0043, 7},{0x0010, 6},
{0x0044, 8},{0x0114,10},{0x0455,12},{0x0018, 5},
{0x0023, 7},{0x0001, 3},{0x0000, 3},{0x000E, 4},
{0x000D, 4},{0x0009, 4},{0x0019, 5},{0x0009, 5},
{0x0017, 6},{0x0016, 6},{0x0042, 7},{0x008B, 9},
{0x0454,12},{0x0457,12},{0x0456,12},{0x000B, 4},
{0x0015, 5},{0x000A, 5},{0x0029, 6},{0x0020, 6},
{0x000D, 5},{0x0028, 6},{0x0007, 4},{0x0011, 5}
},
{
{0x0001, 3},{0x001A, 5},{0x0029, 6},{0x002A, 6},
{0x00A0, 8},{0x0285,10},{0x1425,13},{0x0002, 5},
{0x0000, 7},{0x0002, 3},{0x0003, 3},{0x000C, 4},
{0x000B, 4},{0x0008, 4},{0x0012, 5},{0x0001, 6},
{0x0051, 7},{0x0001, 7},{0x0143, 9},{0x0508,11},
{0x1424,13},{0x1427,13},{0x1426,13},{0x000F, 4},
{0x001C, 5},{0x0003, 5},{0x0037, 6},{0x002B, 6},
{0x0013, 5},{0x0036, 6},{0x001D, 5},{0x0001, 5}
},
{
{0x0004, 3},{0x001F, 5},{0x003D, 6},{0x0006, 5},
{0x0016, 7},{0x0053, 9},{0x014A,11},{0x0034, 6},
{0x002A, 8},{0x0002, 3},{0x0003, 3},{0x000B, 4},
{0x000C, 4},{0x001C, 5},{0x0037, 6},{0x0017, 7},
{0x002B, 8},{0x0028, 8},{0x00A4,10},{0x052D,13},
{0x052C,13},{0x052F,13},{0x052E,13},{0x0000, 3},
{0x001D, 5},{0x0007, 5},{0x0004, 5},{0x0035, 6},
{0x0014, 5},{0x0036, 6},{0x0015, 5},{0x003C, 6}
},
{
{0x0004, 3},{0x000A, 4},{0x0007, 5},{0x001D, 5},
{0x0009, 6},{0x01F3, 9},{0x07C7,11},{0x0008, 6},
{0x01F0, 9},{0x0003, 3},{0x0002, 3},{0x000D, 4},
{0x000C, 4},{0x0017, 5},{0x007D, 7},{0x01F2, 9},
{0x07C6,11},{0x07C5,11},{0x1F12,13},{0x3E27,14},
{0x3E26,14},{0x1F11,13},{0x1F10,13},{0x0000, 3},
{0x001E, 5},{0x0006, 5},{0x0039, 6},{0x0038, 6},
{0x003F, 6},{0x002C, 6},{0x0005, 5},{0x002D, 6}
},
{
{0x0002, 3},{0x0007, 4},{0x0018, 5},{0x0003, 4},
{0x0005, 5},{0x0035, 7},{0x004F, 9},{0x0012, 7},
{0x04E5,13},{0x0005, 3},{0x0004, 3},{0x000D, 4},
{0x000E, 4},{0x0033, 6},{0x0026, 8},{0x009D,10},
{0x04E4,13},{0x04E7,13},{0x04E6,13},{0x04E1,13},
{0x04E0,13},{0x04E3,13},{0x04E2,13},{0x0000, 3},
{0x001F, 5},{0x000C, 5},{0x003D, 6},{0x003C, 6},
{0x0032, 6},{0x0034, 7},{0x001B, 6},{0x0008, 6}
},
{
{0x0000, 3},{0x0004, 4},{0x001C, 5},{0x000F, 4},
{0x0002, 4},{0x0007, 5},{0x0075, 7},{0x00E8, 8},
{0x1D2A,13},{0x0005, 3},{0x0004, 3},{0x000D, 4},
{0x000C, 4},{0x0077, 7},{0x0E96,12},{0x3A57,14},
{0x3A56,14},{0x3A5D,14},{0x3A5C,14},{0x3A5F,14},
{0x3A5E,14},{0x1D29,13},{0x1D28,13},{0x0003, 3},
{0x0006, 5},{0x000A, 5},{0x002C, 7},{0x0017, 6},
{0x0076, 7},{0x01D3, 9},{0x03A4,10},{0x002D, 7}
},
{
{0x000A, 4},{0x0024, 6},{0x00BF, 8},{0x0085, 8},
{0x0211,10},{0x0842,12},{0x1087,13},{0x0018, 5},
{0x0020, 6},{0x0001, 3},{0x0002, 3},{0x000E, 4},
{0x000D, 4},{0x0007, 4},{0x0013, 5},{0x0025, 6},
{0x005E, 7},{0x0043, 7},{0x00BE, 8},{0x0109, 9},
{0x1086,13},{0x0841,12},{0x0840,12},{0x000F, 4},
{0x0001, 4},{0x0011, 5},{0x0000, 5},{0x002E, 6},
{0x0019, 5},{0x0001, 5},{0x0006, 4},{0x0016, 5}
},
{
{0x0002, 3},{0x000F, 5},{0x006F, 7},{0x0061, 7},
{0x0374,10},{0x1BA8,13},{0x3753,14},{0x0012, 5},
{0x0036, 6},{0x0000, 3},{0x0001, 3},{0x000A, 4},
{0x000B, 4},{0x001A, 5},{0x0031, 6},{0x0060, 7},
{0x00DC, 8},{0x01BB, 9},{0x06EB,11},{0x1BAB,13},
{0x3752,14},{0x3755,14},{0x3754,14},{0x000E, 4},
{0x0006, 4},{0x0013, 5},{0x000E, 5},{0x003E, 6},
{0x0008, 4},{0x001E, 5},{0x0019, 5},{0x003F, 6}
},
{
{0x0003, 3},{0x001C, 5},{0x0025, 6},{0x0024, 6},
{0x01DA, 9},{0x1DBD,13},{0x3B7C,14},{0x003C, 6},
{0x003D, 6},{0x0000, 3},{0x0001, 3},{0x000B, 4},
{0x000A, 4},{0x000B, 5},{0x0077, 7},{0x00EC, 8},
{0x03B6,10},{0x076E,11},{0x1DBF,13},{0x76FB,15},
{0x76FA,15},{0x3B79,14},{0x3B78,14},{0x000D, 4},
{0x001F, 5},{0x0013, 5},{0x000A, 5},{0x0008, 5},
{0x000C, 4},{0x0008, 4},{0x0009, 5},{0x003A, 6}
},
{
{0x0005, 3},{0x0003, 4},{0x0004, 5},{0x0010, 5},
{0x008F, 8},{0x0475,11},{0x11D1,13},{0x0079, 7},
{0x0027, 6},{0x0002, 3},{0x0003, 3},{0x0001, 4},
{0x0000, 4},{0x0026, 6},{0x0046, 7},{0x011C, 9},
{0x0477,11},{0x08ED,12},{0x11D0,13},{0x11D3,13},
{0x11D2,13},{0x11D9,13},{0x11D8,13},{0x000D, 4},
{0x001F, 5},{0x0012, 5},{0x0005, 5},{0x003D, 6},
{0x000C, 4},{0x000E, 4},{0x0022, 6},{0x0078, 7}
},
{
{0x0005, 3},{0x000C, 4},{0x001B, 5},{0x0000, 4},
{0x0006, 6},{0x03E2,10},{0x3E3D,14},{0x000F, 7},
{0x0034, 6},{0x0003, 3},{0x0002, 3},{0x001E, 5},
{0x001D, 5},{0x007D, 7},{0x01F0, 9},{0x07C6,11},
{0x3E3C,14},{0x3E3F,14},{0x3E3E,14},{0x3E39,14},
{0x3E38,14},{0x3E3B,14},{0x3E3A,14},{0x0008, 4},
{0x001C, 5},{0x0002, 5},{0x003F, 6},{0x0035, 6},
{0x0009, 4},{0x0001, 3},{0x000E, 7},{0x00F9, 8}
},
{
{0x0004, 3},{0x000B, 4},{0x0001, 4},{0x000A, 4},
{0x001E, 6},{0x00E0, 9},{0x0E1E,13},{0x0071, 8},
{0x0039, 7},{0x0007, 3},{0x0006, 3},{0x000D, 5},
{0x000C, 5},{0x0020, 7},{0x01C2,10},{0x1C3F,14},
{0x1C3E,14},{0x0E19,13},{0x0E18,13},{0x0E1B,13},
{0x0E1A,13},{0x0E1D,13},{0x0E1C,13},{0x0000, 4},
{0x0009, 5},{0x001D, 6},{0x001F, 6},{0x0011, 6},
{0x0005, 4},{0x0001, 3},{0x0043, 8},{0x0042, 8}
},
{
{0x0004, 3},{0x000D, 4},{0x0007, 4},{0x0002, 3},
{0x0014, 5},{0x016C, 9},{0x16D1,13},{0x02DF,10},
{0x016E, 9},{0x0000, 2},{0x0007, 3},{0x002C, 6},
{0x002B, 6},{0x02DE,10},{0x16D0,13},{0x16D3,13},
{0x16D2,13},{0x2DB5,14},{0x2DB4,14},{0x2DB7,14},
{0x2DB6,14},{0x16D9,13},{0x16D8,13},{0x000C, 5},
{0x002A, 6},{0x005A, 7},{0x001B, 6},{0x001A, 6},
{0x0017, 5},{0x000C, 4},{0x05B7,11},{0x05B5,11}
},
{
{0x0002, 2},{0x000F, 4},{0x001C, 5},{0x000C, 4},
{0x003B, 6},{0x01AC, 9},{0x1AD8,13},{0x35B3,14},
{0x35B2,14},{0x0001, 2},{0x0000, 2},{0x0069, 7},
{0x0068, 7},{0x35BD,14},{0x35BC,14},{0x35BF,14},
{0x35BE,14},{0x35B9,14},{0x35B8,14},{0x35BB,14},
{0x35BA,14},{0x35B5,14},{0x35B4,14},{0x01A9, 9},
{0x01A8, 9},{0x035A,10},{0x00D7, 8},{0x00D5, 8},
{0x003A, 6},{0x001B, 5},{0x35B7,14},{0x35B6,14}
},
{
{0x0000, 3},{0x0010, 5},{0x0072, 7},{0x0071, 7},
{0x0154, 9},{0x0AAB,12},{0x0AA8,12},{0x0014, 5},
{0x0070, 7},{0x0002, 3},{0x0003, 3},{0x000C, 4},
{0x000B, 4},{0x0003, 4},{0x0011, 5},{0x0073, 7},
{0x0054, 7},{0x00AB, 8},{0x02AB,10},{0x1553,13},
{0x1552,13},{0x1555,13},{0x1554,13},{0x000D, 4},
{0x001E, 5},{0x0012, 5},{0x003E, 6},{0x002B, 6},
{0x0002, 4},{0x003F, 6},{0x001D, 5},{0x0013, 5}
},
{
{0x0003, 3},{0x001F, 5},{0x0029, 6},{0x003D, 6},
{0x000C, 7},{0x0069,10},{0x0345,13},{0x0002, 5},
{0x0028, 6},{0x0002, 3},{0x0001, 3},{0x000E, 4},
{0x000C, 4},{0x0015, 5},{0x0007, 6},{0x001B, 8},
{0x006B,10},{0x006A,10},{0x0344,13},{0x0347,13},
{0x0346,13},{0x01A1,12},{0x01A0,12},{0x000B, 4},
{0x001A, 5},{0x0012, 5},{0x0000, 5},{0x003C, 6},
{0x0008, 4},{0x001B, 5},{0x0013, 5},{0x0001, 5}
},
{
{0x0004, 3},{0x0004, 4},{0x003F, 6},{0x0014, 5},
{0x0056, 7},{0x015C, 9},{0x15D5,13},{0x003C, 6},
{0x002A, 6},{0x0000, 3},{0x0001, 3},{0x000E, 4},
{0x000D, 4},{0x000C, 5},{0x00AF, 8},{0x02BB,10},
{0x15D4,13},{0x15D7,13},{0x15D6,13},{0x15D1,13},
{0x15D0,13},{0x15D3,13},{0x15D2,13},{0x000B, 4},
{0x0019, 5},{0x000D, 5},{0x003E, 6},{0x0031, 6},
{0x0007, 4},{0x0005, 4},{0x003D, 6},{0x0030, 6}
},
{
{0x0005, 3},{0x0008, 4},{0x001A, 5},{0x0000, 4},
{0x0036, 6},{0x0011, 8},{0x0106,12},{0x000A, 7},
{0x006E, 7},{0x0002, 3},{0x0003, 3},{0x0003, 4},
{0x0002, 4},{0x006F, 7},{0x0021, 9},{0x020F,13},
{0x020E,13},{0x0101,12},{0x0100,12},{0x0103,12},
{0x0102,12},{0x0105,12},{0x0104,12},{0x000C, 4},
{0x001E, 5},{0x0003, 5},{0x003E, 6},{0x003F, 6},
{0x0009, 4},{0x000E, 4},{0x000B, 7},{0x0009, 7}
},
{
{0x0002, 3},{0x000E, 4},{0x001E, 5},{0x000C, 4},
{0x001F, 5},{0x006E, 7},{0x00AD,10},{0x00AF,10},
{0x0014, 7},{0x0004, 3},{0x0003, 3},{0x001A, 5},
{0x0017, 5},{0x002A, 8},{0x0576,13},{0x0AEF,14},
{0x0AEE,14},{0x0571,13},{0x0570,13},{0x0573,13},
{0x0572,13},{0x0575,13},{0x0574,13},{0x0003, 4},
{0x0016, 5},{0x0004, 5},{0x0036, 6},{0x000B, 6},
{0x000A, 4},{0x0000, 3},{0x006F, 7},{0x00AC,10}
},
{
{0x0004, 3},{0x0005, 4},{0x0003, 3},{0x0001, 3},
{0x0004, 4},{0x002F, 6},{0x0526,11},{0x1495,13},
{0x00A6, 8},{0x0007, 3},{0x0006, 3},{0x002D, 6},
{0x002C, 6},{0x1494,13},{0x1497,13},{0x1496,13},
{0x1491,13},{0x1490,13},{0x1493,13},{0x1492,13},
{0x293D,14},{0x293C,14},{0x293F,14},{0x0000, 3},
{0x0028, 6},{0x00A5, 8},{0x0148, 9},{0x00A7, 8},
{0x002E, 6},{0x0015, 5},{0x0A4E,12},{0x293E,14}
},
{
{0x0004, 3},{0x0005, 4},{0x0003, 3},{0x0001, 3},
{0x0004, 4},{0x002F, 6},{0x0526,11},{0x1495,13},
{0x00A6, 8},{0x0007, 3},{0x0006, 3},{0x002D, 6},
{0x002C, 6},{0x1494,13},{0x1497,13},{0x1496,13},
{0x1491,13},{0x1490,13},{0x1493,13},{0x1492,13},
{0x293D,14},{0x293C,14},{0x293F,14},{0x0000, 3},
{0x0028, 6},{0x00A5, 8},{0x0148, 9},{0x00A7, 8},
{0x002E, 6},{0x0015, 5},{0x0A4E,12},{0x293E,14}
},
{
{0x0004, 3},{0x0005, 4},{0x0003, 3},{0x0001, 3},
{0x0004, 4},{0x002F, 6},{0x0526,11},{0x1495,13},
{0x00A6, 8},{0x0007, 3},{0x0006, 3},{0x002D, 6},
{0x002C, 6},{0x1494,13},{0x1497,13},{0x1496,13},
{0x1491,13},{0x1490,13},{0x1493,13},{0x1492,13},
{0x293D,14},{0x293C,14},{0x293F,14},{0x0000, 3},
{0x0028, 6},{0x00A5, 8},{0x0148, 9},{0x00A7, 8},
{0x002E, 6},{0x0015, 5},{0x0A4E,12},{0x293E,14}
},
{
{0x0003, 3},{0x0011, 5},{0x0020, 6},{0x0074, 7},
{0x010D, 9},{0x0863,12},{0x0860,12},{0x000A, 5},
{0x0075, 7},{0x0001, 3},{0x0000, 3},{0x000B, 4},
{0x000A, 4},{0x0018, 5},{0x0038, 6},{0x0042, 7},
{0x010F, 9},{0x010E, 9},{0x0219,10},{0x10C3,13},
{0x10C2,13},{0x10C5,13},{0x10C4,13},{0x000F, 4},
{0x0004, 4},{0x0019, 5},{0x000B, 5},{0x0039, 6},
{0x0009, 4},{0x001B, 5},{0x001A, 5},{0x003B, 6}
},
{
{0x0005, 3},{0x0001, 4},{0x003E, 6},{0x0001, 5},
{0x00E2, 8},{0x1C6F,13},{0x38D9,14},{0x0039, 6},
{0x001F, 6},{0x0002, 3},{0x0001, 3},{0x0009, 4},
{0x0008, 4},{0x0000, 5},{0x0070, 7},{0x01C7, 9},
{0x038C,10},{0x071A,11},{0x38D8,14},{0x38DB,14},
{0x38DA,14},{0x38DD,14},{0x38DC,14},{0x000D, 4},
{0x001D, 5},{0x000E, 5},{0x003F, 6},{0x003C, 6},
{0x000C, 4},{0x0006, 4},{0x003D, 6},{0x001E, 6}
},
{
{0x0006, 3},{0x000B, 4},{0x0011, 5},{0x001E, 5},
{0x0074, 7},{0x03AA,10},{0x1D5C,13},{0x0001, 6},
{0x0021, 6},{0x0001, 3},{0x0002, 3},{0x0007, 4},
{0x0006, 4},{0x003E, 6},{0x00EB, 8},{0x01D4, 9},
{0x0EAF,12},{0x3ABB,14},{0x3ABA,14},{0x1D59,13},
{0x1D58,13},{0x1D5B,13},{0x1D5A,13},{0x000A, 4},
{0x001C, 5},{0x0001, 5},{0x003F, 6},{0x003B, 6},
{0x0001, 4},{0x0009, 4},{0x0020, 6},{0x0000, 6}
},
{
{0x0004, 3},{0x000A, 4},{0x0017, 5},{0x0004, 4},
{0x0016, 6},{0x016A, 9},{0x16B1,13},{0x0017, 7},
{0x005B, 7},{0x0006, 3},{0x0007, 3},{0x0001, 4},
{0x0000, 4},{0x000A, 6},{0x02D7,10},{0x0B5A,12},
{0x16B0,13},{0x16B3,13},{0x16B2,13},{0x2D6D,14},
{0x2D6C,14},{0x2D6F,14},{0x2D6E,14},{0x0006, 4},
{0x000A, 5},{0x0004, 5},{0x002C, 6},{0x0017, 6},
{0x0003, 4},{0x0007, 4},{0x0016, 7},{0x00B4, 8}
},
{
{0x0005, 3},{0x000D, 4},{0x0005, 4},{0x0009, 4},
{0x0033, 6},{0x0193, 9},{0x192C,13},{0x0061, 8},
{0x0031, 7},{0x0000, 2},{0x0007, 3},{0x0010, 5},
{0x0011, 5},{0x00C8, 8},{0x192F,13},{0x325B,14},
{0x325A,14},{0x1929,13},{0x1928,13},{0x192B,13},
{0x192A,13},{0x325D,14},{0x325C,14},{0x0018, 5},
{0x001A, 6},{0x001B, 6},{0x0065, 7},{0x0019, 6},
{0x0004, 4},{0x0007, 4},{0x0060, 8},{0x0324,10}
},
{
{0x0006, 3},{0x0000, 3},{0x0002, 4},{0x000F, 4},
{0x0039, 6},{0x01D9, 9},{0x1D82,13},{0x0761,11},
{0x03BE,10},{0x0001, 2},{0x0002, 2},{0x000F, 6},
{0x000E, 6},{0x0762,11},{0x3B07,14},{0x3B06,14},
{0x3B1D,14},{0x3B1C,14},{0x3B1F,14},{0x3B1E,14},
{0x3B19,14},{0x3B18,14},{0x3B1B,14},{0x0038, 6},
{0x01DE, 9},{0x00ED, 8},{0x03BF,10},{0x00EE, 8},
{0x003A, 6},{0x0006, 5},{0x0EC0,12},{0x3B1A,14}
},
{
{0x0000, 2},{0x0002, 3},{0x000F, 5},{0x0006, 4},
{0x001C, 6},{0x01D0,10},{0x0E8C,13},{0x1D1B,14},
{0x1D1A,14},{0x0003, 2},{0x0002, 2},{0x00EA, 9},
{0x00E9, 9},{0x0E89,13},{0x0E88,13},{0x0E8B,13},
{0x0E8A,13},{0x1D65,14},{0x1D64,14},{0x1D67,14},
{0x1D66,14},{0x1D61,14},{0x1D60,14},{0x03AD,11},
{0x1D63,14},{0x1D62,14},{0x1D1D,14},{0x1D1C,14},
{0x003B, 7},{0x01D7,10},{0x1D1F,14},{0x1D1E,14}
},
{
{0x0002, 2},{0x000F, 4},{0x001C, 5},{0x000C, 4},
{0x003B, 6},{0x01AC, 9},{0x1AD8,13},{0x35B3,14},
{0x35B2,14},{0x0001, 2},{0x0000, 2},{0x0069, 7},
{0x0068, 7},{0x35BD,14},{0x35BC,14},{0x35BF,14},
{0x35BE,14},{0x35B9,14},{0x35B8,14},{0x35BB,14},
{0x35BA,14},{0x35B5,14},{0x35B4,14},{0x01A9, 9},
{0x01A8, 9},{0x035A,10},{0x00D7, 8},{0x00D5, 8},
{0x003A, 6},{0x001B, 5},{0x35B7,14},{0x35B6,14}
}
};
/*A description of a Huffman code value used when encoding the tree.*/
typedef struct{
/*The bit pattern, left-shifted so that the MSB of all patterns is
aligned.*/
unsigned long pattern;
/*The amount the bit pattern was shifted.*/
int shift;
/*The token this bit pattern represents.*/
int token;
}th_huff_entry;
/*Compares two th_huff_entry structures by their bit patterns.
_c1: The first entry to compare.
_c2: The second entry to compare.
Return: <0 if _c1<_c2, >0 if _c1>_c2.*/
static int huff_entry_cmp(const void *_c1,const void *_c2){
unsigned long b1;
unsigned long b2;
b1=((const th_huff_entry *)_c1)->pattern;
b2=((const th_huff_entry *)_c2)->pattern;
return b1<b2?-1:b1>b2?1:0;
}
int th_huff_codes2latex(const theora_huff_code _codes[80][32]){
int i;
printf("\\twocolumn\n");
for(i=0;i<80;i++){
th_huff_entry entries[32];
int maxlen;
int mask;
int j;
/*First, find the maximum code length so we can align all the bit
patterns.*/
maxlen=_codes[i][0].nbits;
for(j=1;j<32;j++)if(maxlen<_codes[i][j].nbits)maxlen=_codes[i][j].nbits;
mask=(1<<maxlen)-1;
/*Copy over the codes into our temporary workspace.
The bit patterns are aligned, and the original entry each code is from
is stored as well.*/
for(j=0;j<32;j++){
entries[j].shift=maxlen-_codes[i][j].nbits;
entries[j].pattern=_codes[i][j].pattern<<entries[j].shift&mask;
entries[j].token=j;
}
/*Sort the codes into ascending order.
This is the order they will be presented in.*/
qsort(entries,32,sizeof(entries[0]),huff_entry_cmp);
printf("\\begin{center}\n");
printf("\\begin{tabular}{lr}\\toprule\n");
printf("\\multicolumn{1}{c}{Huffman Code} & Token Value \\\\\\midrule\n");
for(j=0;j<32;j++){
int k;
printf("\\bin{");
for(k=maxlen;k-->entries[j].shift;){
printf("%c",(int)(entries[j].pattern>>k&1)+'0');
}
printf("}");
for(;k>=0;k--)printf(" ");
printf(" & ");
if(entries[j].token<10)printf(" ");
printf("$%i$ \\\\\n",entries[j].token);
}
printf("\\bottomrule\n");
printf("\\\\\n");
printf("\\multicolumn{2}{c}{VP3.1 Huffman Table Number $%i$}\n",i);
printf("\\end{tabular}\n");
printf("\\end{center}\n");
printf("\\vfill\n");
printf("\n");
}
printf("\\onecolumn\n");
return 0;
}
int main(int _argc,char **_argv){
th_huff_codes2latex(TH_VP31_HUFF_CODES);
return 0;
}
+85
View File
@@ -0,0 +1,85 @@
#FIG 3.2
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
0 32 #496d9e
0 33 #304d71
0 34 #8eb2cf
1 4 0 6 0 7 1 0 20 0.000 1 0.0000 1470 3255 270 270 1200 3255 1740 3255
1 3 0 0 0 0 0 0 20 0.000 1 0.0000 1485 3255 75 75 1485 3255 1560 3255
2 1 0 7 0 3 8 0 20 0.000 0 0 -1 0 0 6
2445 4140 2505 4350 2385 4425 2145 4425 2025 4380 1890 4320
2 1 0 7 0 3 8 0 20 0.000 0 0 -1 0 0 20
2445 3480 2775 3450 2955 3390 3090 3315 3285 3285 3555 3285
3615 3390 3540 3675 3465 3720 3315 3765 3105 3810 3330 3765
3420 3825 3540 3900 3480 4260 3330 4320 3165 4305 2910 4260
2715 4185 2520 4185
2 1 0 7 0 3 11 0 20 0.000 0 0 -1 0 0 9
1575 3150 1755 2985 2040 2820 2355 2760 2670 2850 2850 2985
3165 3270 3435 3420 2835 3780
2 1 0 7 0 6 6 0 20 0.000 0 0 -1 0 0 15
900 3570 1020 3450 1095 3360 1395 3150 1545 3090 1725 3075
2025 3090 2205 3150 2295 3225 2385 3300 2445 3375 2550 3465
2655 3540 2775 3600 2865 3600
2 1 0 7 0 3 4 0 20 0.000 0 0 -1 0 0 7
1515 4080 1770 4080 1875 3945 1965 3870 2025 3780 1995 3780
1665 3780
2 1 0 0 -1 6 7 0 20 0.000 0 0 -1 0 0 11
2865 3615 2850 3735 2775 3945 2685 4080 2595 4155 2010 4185
1185 4170 1035 3990 1035 3870 975 3540 1155 3435
2 1 0 0 0 3 5 0 20 0.000 0 0 -1 0 0 7
1035 3885 1005 4020 1095 4065 1245 4065 1245 3870 1050 3870
1065 3870
2 1 0 7 0 3 0 0 20 0.000 0 0 -1 0 0 11
1245 3915 1245 3840 1170 3750 1005 3585 930 3510 750 3510
630 3600 645 3690 765 3780 885 3825 1035 3975
2 1 0 7 0 3 0 0 20 0.000 0 0 -1 0 0 8
1095 3990 945 3990 855 4050 795 4140 885 4200 1095 4200
1155 4140 1245 4050
2 1 0 7 0 6 6 0 20 0.000 0 0 -1 0 0 8
2685 4185 2400 4185 2220 4215 1920 4305 1695 4335 1485 4320
1245 4215 1155 4125
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2250 3900 2250 3825 2175 3825 2175 3900 2250 3900
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2250 3750 2250 3675 2175 3675 2175 3750 2250 3750
2 1 0 0 -1 3 5 0 20 0.000 0 0 -1 0 0 9
1650 3780 1590 3975 1485 4035 1530 4080 1770 4065 1845 3960
1920 3900 1965 3795 1695 3780
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
1950 3450 1950 3375 1875 3375 1875 3450 1950 3450
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2400 3900 2400 3825 2325 3825 2325 3900 2400 3900
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2550 3975 2550 3900 2475 3900 2475 3975 2550 3975
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2700 3900 2700 3825 2625 3825 2625 3900 2700 3900
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2700 3750 2700 3675 2625 3675 2625 3750 2700 3750
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2550 3675 2550 3600 2475 3600 2475 3675 2550 3675
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2400 3750 2400 3675 2325 3675 2325 3750 2400 3750
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2400 3600 2400 3525 2325 3525 2325 3600 2400 3600
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2250 3600 2250 3525 2175 3525 2175 3600 2250 3600
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2250 3450 2250 3375 2175 3375 2175 3450 2250 3450
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2100 3525 2100 3450 2025 3450 2025 3525 2100 3525
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2100 3375 2100 3300 2025 3300 2025 3375 2100 3375
2 2 0 0 0 0 3 0 20 0.000 0 0 0 0 0 5
2550 3825 2550 3750 2475 3750 2475 3825 2550 3825
2 3 0 0 -1 32 13 0 20 0.000 0 0 7 0 0 5
2160 2055 3810 3705 2160 5355 510 3705 2160 2055
2 1 0 0 32 34 12 0 20 0.000 0 0 -1 0 0 3
2160 2055 2160 3705 510 3705
2 1 0 0 32 33 12 0 20 0.000 0 0 -1 0 0 3
3810 3705 2160 3705 2160 5355