[svn] / branches / dev-api-4 / xvidcore / src / image / colorspace.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/image/colorspace.h

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

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 118, Sat Apr 13 16:30:02 2002 UTC
# Line 2  Line 2 
2  #define _COLORSPACE_H  #define _COLORSPACE_H
3    
4  #include "../portab.h"  #include "../portab.h"
5    #include "../divx4.h"
6    
7  /* initialize tables */  /* initialize tables */
8    
# Line 78  Line 78 
78  color_outputFunc yv12_to_yuyv_mmx;  color_outputFunc yv12_to_yuyv_mmx;
79  color_outputFunc yv12_to_uyvy_mmx;  color_outputFunc yv12_to_uyvy_mmx;
80    
81    
82    void user_to_yuv_c(uint8_t *y_out, uint8_t *u_out, uint8_t *v_out, int stride,
83                                       DEC_PICTURE * picture,
84                                       int width, int height);
85    
86  #endif /* _COLORSPACE_H_ */  #endif /* _COLORSPACE_H_ */

Legend:
Removed from v.3  
changed lines
  Added in v.118

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