Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

conv.h.old

00001 /* conversion routines */
00002 
00003 void conv_420p_rgb96 (int width, int height, void *src, void *dst);
00004 void conv_420p_grey  (int width, int height, void *src, void *dst);
00005 void conv_rgb24_rgb96(int width, int height, void *src, void *dst);
00006 void conv_rgb32_rgb96(int width, int height, void *src, void *dst);
00007 void conv_rgb32_grey (int width, int height, void *src, void *dst);
00008 

Generated at Fri Aug 13 17:29:20 2004 for libRTImage by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001