Searched defs:silk_DIV32 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/ |
D | SigProc_FIX.h | 428 #define silk_DIV32(a32, b32) ((opus_int32)((a32) / (b32))) macro
|
D | MacroCount.h | 255 static OPUS_INLINE opus_int32 silk_DIV32(opus_int32 a32, opus_int32 b32){ in silk_DIV32() function
|
D | MacroDebug.h | 507 #define silk_DIV32(a,b) silk_DIV32_((a), (b), __FILE__, __LINE__) macro
|
/external/chromium_org/third_party/opus/src/silk/ |
D | SigProc_FIX.h | 428 #define silk_DIV32(a32, b32) ((opus_int32)((a32) / (b32))) macro
|
D | MacroCount.h | 255 static OPUS_INLINE opus_int32 silk_DIV32(opus_int32 a32, opus_int32 b32){ in silk_DIV32() function
|
D | MacroDebug.h | 507 #define silk_DIV32(a,b) silk_DIV32_((a), (b), __FILE__, __LINE__) macro
|