[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.4.2, Wed Dec 10 15:07:42 2003 UTC revision 1.1.4.3, Wed Dec 17 17:07:38 2003 UTC
# Line 31  Line 31 
31  #include "../portab.h"  #include "../portab.h"
32    
33  void  void
34  image_deblock(IMAGE * img, int edged_width,  image_postproc(IMAGE * img, int edged_width,
35                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
36                                  int flags);                                  int flags, int frame_num);
37    
38  void deblock8x8_h(uint8_t *img, int stride, int quant);  void deblock8x8_h(uint8_t *img, int stride, int quant);
39  void deblock8x8_v(uint8_t *img, int stride, int quant);  void deblock8x8_v(uint8_t *img, int stride, int quant);
40    
41  void init_postproc(void);  void init_postproc(void);
42    void init_noise(void);
43    void init_deblock(void);
44    
45    void add_noise(uint8_t *dst, uint8_t *src, int stride, int width, int height, int shiftptr);
46    
47  #endif  #endif

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

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