libopenraw
demosaic.h
1 
2 
3 
4 #ifndef __DEMOSAIC_H_
5 #define __DEMOSAIC_H_
6 
7 
8 void
9 bimedian_demosaic (uint16_t *src, uint32_t src_x, uint32_t src_y,
10  or_cfa_pattern pattern, uint8_t *dst);
11 
12 #endif