File: demosaic.h

package info (click to toggle)
libopenraw 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,964 kB
  • ctags: 1,936
  • sloc: sh: 10,199; cpp: 9,279; ansic: 1,466; makefile: 544; xml: 465; 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