Searched refs:CELT_SIG_SCALE (Results 1 – 2 of 2) sorted by relevance
57 #define CELT_SIG_SCALE 32768.f macro273 #define SCALEIN(a) ((a)*CELT_SIG_SCALE)274 #define SCALEOUT(a) ((a)*(1/CELT_SIG_SCALE))
139 x = x*CELT_SIG_SCALE; in FLOAT2INT16()