X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fh.263%2Fdct.c;h=de3eafa2be563833b6ce8ac2bef5c5c6b03447f9;hp=309d4cd94239d77bd94d9103d22d118bd916e23d;hb=9004a9942603308ba84dbe9c8c87d742025ea67b;hpb=d9b7cc22680dcfb3ea90a8c0281bf5634da56a34 diff --git a/lib/h.263/dct.c b/lib/h.263/dct.c index 309d4cd..de3eafa 100644 --- a/lib/h.263/dct.c +++ b/lib/h.263/dct.c @@ -1,3 +1,25 @@ +/* dct.c + + DCT implementations and test routines. + + Copyright (c) 2003 Matthias Kramm + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#include + int zigzagtable[64] = { 0, 1, 5, 6, 14, 15, 27, 28, 2, 4, 7, 13, 16, 26, 29, 42,