[svn] / branches / dev-api-4 / xvidcore / src / quant / adapt_quant.h Repository:
ViewVC logotype

Annotation of /branches/dev-api-4/xvidcore/src/quant/adapt_quant.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1054 - (view) (download)

1 : edgomez 1054 /*****************************************************************************
2 :     *
3 :     * XVID MPEG-4 VIDEO CODEC
4 :     * - Deprecated code -
5 :     *
6 :     * Copyright(C) 2002 Peter Ross <pross@xvid.org>
7 :     * 2002 Christoph Lampert <gruel@web.de>
8 :     *
9 :     * This program is free software ; you can redistribute it and/or modify
10 :     * it under the terms of the GNU General Public License as published by
11 :     * the Free Software Foundation ; either version 2 of the License, or
12 :     * (at your option) any later version.
13 :     *
14 :     * This program is distributed in the hope that it will be useful,
15 :     * but WITHOUT ANY WARRANTY ; without even the implied warranty of
16 :     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 :     * GNU General Public License for more details.
18 :     *
19 :     * You should have received a copy of the GNU General Public License
20 :     * along with this program ; if not, write to the Free Software
21 :     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 :     *
23 :     * $Id: adapt_quant.h,v 1.8.2.2 2003-06-09 13:55:13 edgomez Exp $
24 :     *
25 :     ****************************************************************************/
26 : Isibaar 3 #ifndef _ADAPT_QUANT_H_
27 :     #define _ADAPT_QUANT_H_
28 :    
29 : edgomez 195 int adaptive_quantization(unsigned char *buf,
30 :     int stride,
31 :     int *intquant,
32 :     int framequant,
33 :     int min_quant,
34 :     int max_quant,
35 :     int mb_width,
36 : edgomez 1053 int mb_height); /* no qstride because normalization */
37 : Isibaar 3
38 : edgomez 851 #endif /* _ADAPT_QUANT_H_ */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4