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

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

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

revision 1396, Wed Mar 31 19:35:31 2004 UTC revision 1397, Thu Apr 1 11:11:28 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: postprocessing.h,v 1.2 2004-03-22 22:36:23 edgomez Exp $   * $Id: postprocessing.h,v 1.3 2004-04-01 11:11:28 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 50  Line 50 
50  void  void
51  image_postproc(XVID_POSTPROC *tbls, IMAGE * img, int edged_width,  image_postproc(XVID_POSTPROC *tbls, IMAGE * img, int edged_width,
52                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
53                                  int flags, int frame_num, int bvop);                                  int flags, int brightness, int frame_num, int bvop);
54    
55  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);
56  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);
# Line 59  Line 59 
59  void init_noise(XVID_POSTPROC *tbls);  void init_noise(XVID_POSTPROC *tbls);
60  void init_deblock(XVID_POSTPROC *tbls);  void init_deblock(XVID_POSTPROC *tbls);
61    
62    
63  void add_noise(XVID_POSTPROC * tbls, uint8_t *dst, uint8_t *src, int stride, int width, int height, int shiftptr, int quant);  void add_noise(XVID_POSTPROC * tbls, uint8_t *dst, uint8_t *src, int stride, int width, int height, int shiftptr, int quant);
64    
65    
66    typedef void (IMAGEBRIGHTNESS) (uint8_t * dst,
67                                                    int stride,
68                                                    int width,
69                                                    int height,
70                                                    int offset);
71    typedef IMAGEBRIGHTNESS *IMAGEBRIGHTNESS_PTR;
72    
73    extern IMAGEBRIGHTNESS_PTR image_brightness;
74    
75    IMAGEBRIGHTNESS image_brightness_c;
76    IMAGEBRIGHTNESS image_brightness_mmx;
77    
78  #endif  #endif

Legend:
Removed from v.1396  
changed lines
  Added in v.1397

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