Searched defs:silk_DIV32 (Results 1 - 3 of 3) sorted by relevance
/external/libopus/silk/ |
H A D | MacroCount.h | 254 #undef silk_DIV32 macro 255 static OPUS_INLINE opus_int32 silk_DIV32(opus_int32 a32, opus_int32 b32){ function
|
H A D | MacroDebug.h | 506 #undef silk_DIV32 macro 507 #define silk_DIV32(a,b) silk_DIV32_((a), (b), __FILE__, __LINE__) macro 511 fprintf (stderr, "silk_DIV32(%d, %d) in %s: line %d\n", a32, b32, file, line);
|
H A D | SigProc_FIX.h | 428 #define silk_DIV32(a32, b32) ((opus_int32)((a32) / (b32))) macro
|
Completed in 128 milliseconds