Searched defs:silk_DIV32_16 (Results 1 – 3 of 3) sorted by relevance
476 #define silk_DIV32_16(a32, b16) ((opus_int32)((a32) / (b16))) macro
261 static OPUS_INLINE opus_int32 silk_DIV32_16(opus_int32 a32, opus_int32 b32){ in silk_DIV32_16() function
520 #define silk_DIV32_16(a,b) silk_DIV32_16_((a), (b), __FILE__, __LINE__) macro