2012-02-05 13:31:33 +03:00
|
|
|
/*
|
2011-07-20 22:01:56 +03:00
|
|
|
* This file is part of Libav.
|
2002-08-30 02:55:32 +03:00
|
|
|
*
|
2011-07-20 22:01:56 +03:00
|
|
|
* Libav is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
2002-08-30 02:55:32 +03:00
|
|
|
*
|
2011-07-20 22:01:56 +03:00
|
|
|
* Libav 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
|
|
|
|
* Lesser General Public License for more details.
|
2002-08-30 02:55:32 +03:00
|
|
|
*
|
2011-07-20 22:01:56 +03:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with Libav; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2002-08-30 02:55:32 +03:00
|
|
|
*/
|
|
|
|
|
2011-07-20 22:01:56 +03:00
|
|
|
#define BIT_DEPTH 8
|
|
|
|
#include "jfdctint_template.c"
|
|
|
|
#undef BIT_DEPTH
|
2005-12-17 20:14:38 +02:00
|
|
|
|
2011-07-20 22:01:56 +03:00
|
|
|
#define BIT_DEPTH 10
|
|
|
|
#include "jfdctint_template.c"
|
|
|
|
#undef BIT_DEPTH
|