HomeSort by relevance Sort by last modified time
    Searched defs:PSHR32 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
fixed_generic.h 77 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift))
88 #define ROUND16(x,a) (EXTRACT16(PSHR32((x),(a))))
arch.h 157 #define PSHR32(a,shift) (a)
fixed_debug.h 60 #define PSHR(a,b) PSHR32(a,b)
226 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift))
229 #define ROUND16(x,a) (celt_mips--,EXTRACT16(PSHR32((x),(a))))
  /external/speex/libspeex/
fixed_debug.h 164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift))
fixed_generic.h 50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift))
57 (PSHR32(x, shift)))
arch.h 170 #define PSHR32(a,shift) (a)

Completed in 81 milliseconds