OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_int8_MIN
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
typedef.h
46
#define
silk_int8_MIN
((opus_int8)0x80) /* -2^7 = -128 */
SigProc_FIX.h
437
((a) <
silk_int8_MIN
?
silk_int8_MIN
: (a)))
[
all
...]
MacroCount.h
271
((a) <
silk_int8_MIN
?
silk_int8_MIN
: (a)));
Completed in 29 milliseconds