[cvs] / xvidcore / src / quant / adapt_quant.h Repository:
ViewVC logotype

Annotation of /xvidcore/src/quant/adapt_quant.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (view) (download)

1 : Isibaar 1.1 #ifndef _ADAPT_QUANT_H_
2 :     #define _ADAPT_QUANT_H_
3 :    
4 : edgomez 1.3 int adaptive_quantization(unsigned char *buf,
5 :     int stride,
6 :     int *intquant,
7 :     int framequant,
8 :     int min_quant,
9 :     int max_quant,
10 :     int mb_width,
11 :     int mb_height); // no qstride because normalization
12 : Isibaar 1.1
13 : edgomez 1.3 #endif /* _ADAPT_QUANT_H_ */

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