OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_ADD_RSHIFT
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
MacroCount.h
419
#undef
silk_ADD_RSHIFT
420
static OPUS_INLINE opus_int32
silk_ADD_RSHIFT
(opus_int32 a, opus_int32 b, opus_int32 shift){
MacroDebug.h
759
#undef
silk_ADD_RSHIFT
760
#define
silk_ADD_RSHIFT
(a,b,c) silk_ADD_RSHIFT_((a), (b), (c), __FILE__, __LINE__)
766
fprintf (stderr, "
silk_ADD_RSHIFT
(%d, %d, %d) in %s: line %d\n", a, b, shift, file, line);
[
all
...]
SigProc_FIX.h
500
#define
silk_ADD_RSHIFT
(a, b, shift) ((a) + silk_RSHIFT((b), (shift))) /* shift >= 0 */
[
all
...]
Completed in 1187 milliseconds