HomeSort by relevance Sort by last modified time
    Searched refs:CELT_SIG_SCALE (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
float_cast.h 133 x = x*CELT_SIG_SCALE;
arch.h 49 #define CELT_SIG_SCALE 32768.f
201 #define SCALEIN(a) ((a)*CELT_SIG_SCALE)
202 #define SCALEOUT(a) ((a)*(1/CELT_SIG_SCALE))

Completed in 34 milliseconds