Searched defs:PSHR32 (Results 1 – 8 of 8) sorted by relevance
/external/libopus/celt/mips/ |
D | fixed_generic_mipsr1.h | 110 static inline int PSHR32(int a, int shift) in PSHR32() function
|
/external/libopus/celt/ |
D | fixed_generic.h | 93 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
|
D | fixed_debug.h | 234 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift)) macro
|
D | arch.h | 231 #define PSHR32(a,shift) (a) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
|
D | arch.h | 162 #define PSHR32(a,shift) (a) macro
|
D | fixed_debug.h | 164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift)) macro
|
/external/rnnoise/src/ |
D | arch.h | 201 #define PSHR32(a,shift) (a) macro
|