00001 00002 00003 00004 #ifndef __DEMOSAIC_H_ 00005 #define __DEMOSAIC_H_ 00006 00007 00008 void 00009 bimedian_demosaic (uint16_t *src, uint32_t src_x, uint32_t src_y, 00010 or_cfa_pattern pattern, uint8_t *dst); 00011 00012 #endif