File: demosaic.h

package info (click to toggle)
libopenraw 0.0.9-3.5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,068 kB
  • ctags: 1,830
  • sloc: sh: 11,089; cpp: 9,341; ansic: 1,535; makefile: 566; xml: 507; perl: 42
file content (12 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12



#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