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

  /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 25 milliseconds