Searched refs:silk_DIV32_ (Results 1 – 1 of 1) sorted by relevance
507 #define silk_DIV32(a,b) silk_DIV32_((a), (b), __FILE__, __LINE__)508 static OPUS_INLINE opus_int32 silk_DIV32_(opus_int32 a32, opus_int32 b32, char *file, int line){ in silk_DIV32_() function