Searched refs:CELT_SIG_SCALE (Results 1 – 2 of 2) sorted by relevance
49 #define CELT_SIG_SCALE 32768.f macro237 #define SCALEIN(a) ((a)*CELT_SIG_SCALE)238 #define SCALEOUT(a) ((a)*(1/CELT_SIG_SCALE))
133 x = x*CELT_SIG_SCALE; in FLOAT2INT16()