Searched defs:PSHR32 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 77 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
|
D | arch.h | 160 #define PSHR32(a,shift) (a) macro
|
D | fixed_debug.h | 226 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift)) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
|
D | arch.h | 170 #define PSHR32(a,shift) (a) macro
|
D | fixed_debug.h | 164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift)) macro
|