#include <gri_float_to_short.h>
#include <math.h>
Include dependency graph for gri_float_to_short.cc:
Defines | |
#define | _ISOC9X_SOURCE |
Functions | |
void | gri_float_to_short (const float *in, short *out, int nsamples) |
|
|
|
convert array of floats to shorts with rounding and saturation. |