OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SUB16
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
MacroCount.h
524
#undef
silk_SUB16
525
static OPUS_INLINE opus_int16
silk_SUB16
(opus_int16 a, opus_int16 b){
MacroDebug.h
85
#undef
silk_SUB16
86
#define
silk_SUB16
(a,b) silk_SUB16_((a), (b), __FILE__, __LINE__)
93
fprintf (stderr, "
silk_SUB16
(%d, %d) in %s: line %d\n", a, b, file, line);
[
all
...]
SigProc_FIX.h
443
#define
silk_SUB16
(a, b) ((a) - (b))
[
all
...]
Completed in 38 milliseconds