ref: 95e6f8be0c1c450fc3800b6dd57e7d63212ea42c
dir: /h/biscale.h/
typedef struct { SPFLOAT min, max; } sp_biscale; int sp_biscale_create(sp_biscale **p); int sp_biscale_destroy(sp_biscale **p); int sp_biscale_init(sp_data *sp, sp_biscale *p); int sp_biscale_compute(sp_data *sp, sp_biscale *p, SPFLOAT *in, SPFLOAT *out);