OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_SAT8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
266
#undef
silk_SAT8
267
static inline opus_int8
silk_SAT8
(opus_int64 a){
SigProc_FIX.h
436
#define
silk_SAT8
(a) ((a) > silk_int8_MAX ? silk_int8_MAX : \
[
all
...]
Completed in 134 milliseconds