X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fh.263%2Fdct.c;h=823d359abfa39710f3f1e4309fbdefe19b4c96e3;hb=ec3640b706a7a24749a411b99c052a4bbfd04668;hp=309d4cd94239d77bd94d9103d22d118bd916e23d;hpb=d9b7cc22680dcfb3ea90a8c0281bf5634da56a34;p=swftools.git diff --git a/lib/h.263/dct.c b/lib/h.263/dct.c index 309d4cd..823d359 100644 --- a/lib/h.263/dct.c +++ b/lib/h.263/dct.c @@ -1,3 +1,23 @@ +/* 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 */ + int zigzagtable[64] = { 0, 1, 5, 6, 14, 15, 27, 28, 2, 4, 7, 13, 16, 26, 29, 42,