Doxygen Source Code Documentation
huff.h
Go to the documentation of this file.00001 /* 00002 * Copyright (c) 1995 The Regents of the University of California. 00003 * All rights reserved. 00004 * 00005 * Permission to use, copy, modify, and distribute this software and its 00006 * documentation for any purpose, without fee, and without written agreement is 00007 * hereby granted, provided that the above copyright notice and the following 00008 * two paragraphs appear in all copies of this software. 00009 * 00010 * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR 00011 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT 00012 * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF 00013 * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00014 * 00015 * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, 00016 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 00017 * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 00018 * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO 00019 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 00020 */ 00021 00022 /* 00023 * $Header: /misc/elrond0/share/cvs/AFNI/src/mpeg_encodedir/huff.h,v 1.4 2004/04/02 15:12:40 rwcox Exp $ 00024 */ 00025 00026 /* 00027 * THIS FILE IS MACHINE GENERATED! DO NOT EDIT! 00028 */ 00029 #define HUFF_MAXRUN 32 00030 #define HUFF_MAXLEVEL 41 00031 00032 extern int huff_maxlevel[]; 00033 extern uint32 *huff_table[]; 00034 extern int *huff_bits[];