[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.4, Fri Apr 2 21:29:21 2004 UTC revision 1.5, Sun Apr 18 07:55:11 2004 UTC
# Line 38  Line 38 
38  #define MAX_SHIFT 1024  #define MAX_SHIFT 1024
39  #define MAX_RES (MAX_NOISE - MAX_SHIFT)  #define MAX_RES (MAX_NOISE - MAX_SHIFT)
40    
41    #define DERING_STRENGTH         2
42    
43  typedef struct {  typedef struct {
44          int8_t  xvid_thresh_tbl[511];          int8_t  xvid_thresh_tbl[511];
45          uint8_t xvid_abs_tbl[511];          uint8_t xvid_abs_tbl[511];
# Line 52  Line 54 
54                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
55                                  int flags, int brightness, int frame_num, int bvop);                                  int flags, int brightness, int frame_num, int bvop);
56    
57  void deblock8x8_h(XVID_POSTPROC *tbls, uint8_t *img, int stride, int quant);  void deblock8x8_h(XVID_POSTPROC *tbls, uint8_t *img, int stride, int quant, int dering);
58  void deblock8x8_v(XVID_POSTPROC *tbls, uint8_t *img, int stride, int quant);  void deblock8x8_v(XVID_POSTPROC *tbls, uint8_t *img, int stride, int quant, int dering);
59    
60  void init_postproc(XVID_POSTPROC *tbls);  void init_postproc(XVID_POSTPROC *tbls);
61  void init_noise(XVID_POSTPROC *tbls);  void init_noise(XVID_POSTPROC *tbls);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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