Searched refs:PSHR (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 48 #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
|
D | arch.h | 198 #define PSHR(a,shift) (a) macro
|
D | fixed_debug.h | 60 #define PSHR(a,b) PSHR32(a,b) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 61 #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…
|
D | arch.h | 176 #define PSHR(a,shift) (a) macro
|