Searched defs:silk_DIV32_16 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A DMacroCount.h260 #undef silk_DIV32_16 macro
261 static OPUS_INLINE opus_int32 silk_DIV32_16(opus_int32 a32, opus_int32 b32){ function
H A DMacroDebug.h519 #undef silk_DIV32_16 macro
520 #define silk_DIV32_16(a,b) silk_DIV32_16_((a), (b), __FILE__, __LINE__) macro
528 fprintf (stderr, "silk_DIV32_16(%d, %d) in %s: line %d\n", a32, b32, file, line);
H A DSigProc_FIX.h427 #define silk_DIV32_16(a32, b16) ((opus_int32)((a32) / (b16))) macro
/external/libopus/silk/
H A DMacroCount.h260 #undef silk_DIV32_16 macro
261 static OPUS_INLINE opus_int32 silk_DIV32_16(opus_int32 a32, opus_int32 b32){ function
H A DMacroDebug.h519 #undef silk_DIV32_16 macro
520 #define silk_DIV32_16(a,b) silk_DIV32_16_((a), (b), __FILE__, __LINE__) macro
528 fprintf (stderr, "silk_DIV32_16(%d, %d) in %s: line %d\n", a32, b32, file, line);
H A DSigProc_FIX.h427 #define silk_DIV32_16(a32, b16) ((opus_int32)((a32) / (b16))) macro

Completed in 535 milliseconds