Searched refs:PSHR (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h43 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
84 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
H A Darch.h163 #define PSHR(a,shift) (a) macro
H A Dfixed_debug.h60 #define PSHR(a,b) PSHR32(a,b) macro
/external/libopus/celt/
H A Dfixed_generic.h43 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
84 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
H A Darch.h163 #define PSHR(a,shift) (a) macro
H A Dfixed_debug.h60 #define PSHR(a,b) PSHR32(a,b) macro
/external/speex/libspeex/
H A Dfixed_generic.h61 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
85 #define MULT16_32_P15(a,b) ADD32(MULT16_16((a),SHR((b),15)), PSHR(MULT16_16((a),((b)&0x00007fff)),15))
H A Darch.h176 #define PSHR(a,shift) (a) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h175 #define PSHR(a,shift) (a) macro

Completed in 1289 milliseconds