OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_SAT32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
283
#undef
silk_SAT32
284
static inline opus_int32
silk_SAT32
(opus_int64 a){
SigProc_FIX.h
440
#define
silk_SAT32
(a) ((a) > silk_int32_MAX ? silk_int32_MAX : \
[
all
...]
MacroDebug.h
155
if ( res !=
silk_SAT32
( (opus_int64)a32 + (opus_int64)b32 ) )
216
if ( res !=
silk_SAT32
( (opus_int64)a32 - (opus_int64)b32 ) )
538
no checking needed for
silk_SAT32
[
all
...]
Completed in 23 milliseconds