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

  /external/libopus/celt/arm/
fixed_arm64.h 32 #undef SIG2WORD16
33 #define SIG2WORD16(x) (vqmovns_s32(PSHR32((x), SIG_SHIFT)))
fixed_armv5e.h 135 #undef SIG2WORD16
140 "#SIG2WORD16\n\t"
147 #define SIG2WORD16(x) (SIG2WORD16_armv6(x))
  /external/libopus/celt/
arch.h 240 #define SIG2WORD16(x) (x)
fixed_generic.h 165 #define SIG2WORD16(x) (SIG2WORD16_generic(x))
celt_decoder.c 242 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(tmp))));
251 y[j*C] = SCALEOUT(SIG2WORD16(tmp));
264 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(scratch[j*downsample]))));
269 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample]));
    [all...]
fixed_debug.h 778 #define SIG2WORD16(x) (SIG2WORD16_generic(x))

Completed in 65 milliseconds