[cvs] / xvidcore / src / image / postprocessing.h Repository:
ViewVC logotype

Annotation of /xvidcore/src/image/postprocessing.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.2.1 - (view) (download)

1 : Isibaar 1.1.2.1 #ifndef _POSTPROCESSING_H_
2 :     #define _POSTPROCESSING_H_
3 :    
4 :     #include <stdlib.h>
5 :    
6 :     #include "../portab.h"
7 :    
8 :     void
9 :     image_deblock(IMAGE * img, int edged_width,
10 :     const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
11 :     int flags);
12 :    
13 :     void deblock8x8_h(uint8_t *img, int stride, int quant);
14 :     void deblock8x8_v(uint8_t *img, int stride, int quant);
15 :    
16 :     #endif

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