Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/
Ddmic.h113 #define Q_SHIFT(x, src_q, dst_q) ((x) >> ((src_q) - (dst_q))) argument
114 #define Q_SHIFT_RND(x, src_q, dst_q) \ argument
115 ((((x) >> ((src_q) - (dst_q) - 1)) + 1) >> 1)
118 #define Q_SHIFT_LEFT(x, src_q, dst_q) ((x) << ((dst_q) - (src_q))) argument