OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSHR16
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
fixed_debug.h
163
#define
PSHR16
(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift))
fixed_generic.h
49
#define
PSHR16
(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift))
arch.h
169
#define
PSHR16
(a,shift) (a)
Completed in 3121 milliseconds