OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_ADD_POS_SAT16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
306
#undef
silk_ADD_POS_SAT16
307
static inline opus_int16
silk_ADD_POS_SAT16
(opus_int64 a, opus_int64 b){
SigProc_FIX.h
468
#define
silk_ADD_POS_SAT16
(a, b) ((((a)+(b)) & 0x8000) ? silk_int16_MAX : ((a)+(b)))
[
all
...]
Completed in 591 milliseconds