about summary refs log tree commit diff
path: root/converter/other/cameratopam/foveon.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-16 02:49:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-16 02:49:34 +0000
commitb649804cfddd20cf31630f99fe6af4c710085a27 (patch)
tree179911c5f84975b4a9a063db6d0a7dd11f8a6811 /converter/other/cameratopam/foveon.c
parentcc8c48fb587dd5ae6e89b66ae96c8cfcefc5b44e (diff)
downloadnetpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.tar.gz
netpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.tar.xz
netpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2281 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/cameratopam/foveon.c')
-rw-r--r--converter/other/cameratopam/foveon.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/converter/other/cameratopam/foveon.c b/converter/other/cameratopam/foveon.c
index f439bd52..a3e5449a 100644
--- a/converter/other/cameratopam/foveon.c
+++ b/converter/other/cameratopam/foveon.c
@@ -211,7 +211,7 @@ foveon_load_camf() {
 
 
 void  
-foveon_load_raw() {
+foveon_load_raw(Image const image) {
 
     struct decode *dindex;
     short diff[1024], pred[3];
@@ -391,7 +391,8 @@ static int  foveon_apply_curve (short *curve, int i)
 }
 
 void  
-foveon_interpolate(float coeff[3][4]) {
+foveon_interpolate(Image const image,
+                   float coeff[3][4]) {
 
     static const short hood[] = { 
         -1,-1, -1,0, -1,1, 0,-1, 0,1, 1,-1, 1,0, 1,1 };