diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:24:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:24:58 +0200 |
commit | 3db384424bd7398ffbb7a355cab8f15f3add009f (patch) | |
tree | 4536961c62454aca3ac87ee88229e4d20c0d44fa /target/ofps.h | |
parent | d479dd1aab1c1cb907932c6595b0ef33523fc797 (diff) |
New upstream version 1.9.1+repackupstream/1.9.1+repack
Diffstat (limited to 'target/ofps.h')
-rw-r--r-- | target/ofps.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/ofps.h b/target/ofps.h index e2b1d55..05ca121 100644 --- a/target/ofps.h +++ b/target/ofps.h @@ -276,10 +276,12 @@ struct _ofps { unsigned int lwmask; /* Last word mask */ /* Perceptual function handed in. All device values must have been */ - /* clipped before calling this, otherwise use It is assumed that */ + /* clipped before calling this. (On running, is replaced with rspl */ + /* cached version) */ void (*percept)(void *od, double *out, double *in); void *od; /* Opaque data for perceptual point */ + int pcache_res; /* Grid resolution of pcache */ rspl *pcache; /* cache of perceptual lookup */ /* Other info */ |