From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- target/ofps.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/ofps.h') 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 */ -- cgit v1.2.3