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
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001