Searched defs:PSHR32 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h77 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
90 #define ROUND16(x,a) (EXTRACT16(PSHR32((x),(a))))
H A Darch.h160 #define PSHR32(a,shift) (a) macro
H A Dfixed_debug.h60 #define PSHR(a,b) PSHR32(a,b)
226 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift)) macro
229 #define ROUND16(x,a) (celt_mips--,EXTRACT16(PSHR32((x),(a))))
/external/libopus/celt/
H A Dfixed_generic.h77 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
90 #define ROUND16(x,a) (EXTRACT16(PSHR32((x),(a))))
H A Darch.h160 #define PSHR32(a,shift) (a) macro
H A Dfixed_debug.h60 #define PSHR(a,b) PSHR32(a,b)
226 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift)) macro
229 #define ROUND16(x,a) (celt_mips--,EXTRACT16(PSHR32((x),(a))))
/external/speex/libspeex/
H A Dfixed_generic.h50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
57 (PSHR32(x, shift)))
H A Dfixed_debug.h164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift)) macro
H A Darch.h170 #define PSHR32(a,shift) (a) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h170 #define PSHR32(a,shift) (a) macro

Completed in 459 milliseconds