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

  /external/libopus/celt/
arch.h 109 #define SCALEOUT(a) (a)
202 #define SCALEOUT(a) ((a)*(1/CELT_SIG_SCALE))
celt_decoder.c 241 y[j*C] = SCALEOUT(SIG2WORD16(tmp));
250 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample]));
    [all...]
celt_encoder.c     [all...]

Completed in 339 milliseconds