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.c249 pcm[2*j ] = SCALEOUT(SIG2WORD16(tmp0)); in deemphasis_stereo_simple()
250 pcm[2*j+1] = SCALEOUT(SIG2WORD16(tmp1)); in deemphasis_stereo_simple()
326 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(tmp)))); in deemphasis()
335 y[j*C] = SCALEOUT(SIG2WORD16(tmp)); in deemphasis()
348 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(scratch[j*downsample])))); in deemphasis()
353 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample])); in deemphasis()
Dfixed_generic.h176 #define SIG2WORD16(x) (SIG2WORD16_generic(x)) macro
Darch.h276 #define SIG2WORD16(x) (x) macro
Dfixed_debug.h785 #define SIG2WORD16(x) (SIG2WORD16_generic(x)) macro