Home
last modified time | relevance | path

Searched refs:PSHR (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/
Dfixed_generic.h48 #define MULT16_32_P16(a,b) ((opus_val32)PSHR((opus_int64)((opus_val16)(a))*(b),16))
50 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff))…
100 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
Darch.h212 #define PSHR(a,shift) (a) macro
Dfixed_debug.h60 #define PSHR(a,b) PSHR32(a,b) macro
/external/speex/libspeex/
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)),1…
Darch.h176 #define PSHR(a,shift) (a) macro