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

View of /trunk/xvidcore/src/quant/adapt_quant.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (download) (annotate)
Thu Mar 28 20:57:25 2002 UTC (21 years, 11 months ago) by edgomez
File size: 276 byte(s)
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.
#ifndef _ADAPT_QUANT_H_
#define _ADAPT_QUANT_H_

int adaptive_quantization(unsigned char* buf, int stride, int* intquant, 
        int framequant, int min_quant, int max_quant,
		int mb_width, int mb_height);  // no qstride because normalization

#endif /* _ADAPT_QUANT_H_ */

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