about summary refs log tree commit diff
path: root/converter/other/cameratopam/foveon.h
blob: 57be22442c42c39339fd4a5a0918cd9df3c85eb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "pm.h"

void 
parse_foveon(FILE * const ifp);

void  
foveon_interpolate(float coeff[3][4]);

void 
foveon_load_raw(void);

void  
foveon_coeff(bool * const useCoeffP,
             float        coeff[3][4]);