OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_ADD_POS_SAT32
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
314
#undef
silk_ADD_POS_SAT32
315
static OPUS_INLINE opus_int32
silk_ADD_POS_SAT32
(opus_int64 a, opus_int64 b){
SigProc_FIX.h
466
#define
silk_ADD_POS_SAT32
(a, b) ((((a)+(b)) & 0x80000000) ? silk_int32_MAX : ((a)+(b)))
[
all
...]
/external/libopus/silk/
MacroCount.h
314
#undef
silk_ADD_POS_SAT32
315
static OPUS_INLINE opus_int32
silk_ADD_POS_SAT32
(opus_int64 a, opus_int64 b){
SigProc_FIX.h
466
#define
silk_ADD_POS_SAT32
(a, b) ((((a)+(b)) & 0x80000000) ? silk_int32_MAX : ((a)+(b)))
[
all
...]
Completed in 1519 milliseconds