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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Sat May 3 23:26:49 2003 UTC revision 1.1.2.1, Sat May 3 23:26:49 2003 UTC
# Line 0  Line 1 
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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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