diff options
Diffstat (limited to 'lib/demosaic.h')
-rw-r--r-- | lib/demosaic.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/demosaic.h b/lib/demosaic.h deleted file mode 100644 index 61eb8be..0000000 --- a/lib/demosaic.h +++ /dev/null @@ -1,12 +0,0 @@ - - - -#ifndef __DEMOSAIC_H_ -#define __DEMOSAIC_H_ - - -void -bimedian_demosaic (uint16_t *src, uint32_t src_x, uint32_t src_y, - or_cfa_pattern pattern, uint8_t *dst); - -#endif |