Home
last modified time | relevance | path

Searched defs:PSHR32 (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dfixed_generic.h77 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
Darch.h160 #define PSHR32(a,shift) (a) macro
Dfixed_debug.h226 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift)) macro
/external/speex/libspeex/
Dfixed_generic.h50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
Darch.h170 #define PSHR32(a,shift) (a) macro
Dfixed_debug.h164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift)) macro