ref: 7c90a8a8dcf46c6ec5ae39df21911e0053e72eda
dir: /h/jcrev.h/
typedef struct {
void *ud;
} sp_jcrev;
int sp_jcrev_create(sp_jcrev **p);
int sp_jcrev_destroy(sp_jcrev **p);
int sp_jcrev_init(sp_data *sp, sp_jcrev *p);
int sp_jcrev_compute(sp_data *sp, sp_jcrev *p, SPFLOAT *in, SPFLOAT *out);