HomeSort by relevance Sort by last modified time
    Searched refs:PSHR (Results 1 - 5 of 5) sorted by null

  /external/libopus/celt/
fixed_generic.h 43 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
84 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift))
arch.h 163 #define PSHR(a,shift) (a)
fixed_debug.h 60 #define PSHR(a,b) PSHR32(a,b)
  /external/speex/libspeex/
fixed_generic.h 61 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift))
85 #define MULT16_32_P15(a,b) ADD32(MULT16_16((a),SHR((b),15)), PSHR(MULT16_16((a),((b)&0x00007fff)),15))
arch.h 176 #define PSHR(a,shift) (a)

Completed in 99 milliseconds