Searched defs:CELT_SIG_SCALE (Results 1 - 1 of 1) sorted by relevance

/external/libopus/celt/
H A Darch.h49 #define CELT_SIG_SCALE 32768.f macro
201 #define SCALEIN(a) ((a)*CELT_SIG_SCALE)
202 #define SCALEOUT(a) ((a)*(1/CELT_SIG_SCALE))

Completed in 138 milliseconds