Home
last modified time | relevance | path

Searched defs:src_q (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/src/include/sof/audio/
Dformat.h58 #define Q_SHIFT(x, src_q, dst_q) ((x) >> ((src_q) - (dst_q))) argument
59 #define Q_SHIFT_RND(x, src_q, dst_q) \ argument
63 #define Q_SHIFT_LEFT(x, src_q, dst_q) ((x) << ((dst_q) - (src_q))) argument