Home
last modified time | relevance | path

Searched refs:SIG2WORD16 (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/arm/
Dfixed_arm64.h32 #undef SIG2WORD16
33 #define SIG2WORD16(x) (vqmovns_s32(PSHR32((x), SIG_SHIFT))) macro
Dfixed_armv5e.h135 #undef SIG2WORD16
147 #define SIG2WORD16(x) (SIG2WORD16_armv6(x)) macro
/external/libopus/celt/
Dcelt_decoder.c242 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(tmp)))); in deemphasis()
251 y[j*C] = SCALEOUT(SIG2WORD16(tmp)); in deemphasis()
264 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(scratch[j*downsample])))); in deemphasis()
269 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample])); in deemphasis()
Dfixed_generic.h165 #define SIG2WORD16(x) (SIG2WORD16_generic(x)) macro
Darch.h240 #define SIG2WORD16(x) (x) macro
Dfixed_debug.h778 #define SIG2WORD16(x) (SIG2WORD16_generic(x)) macro