Searched refs:PI_Q4_28 (Results 1 – 2 of 2) sorted by relevance
/sof-2.7.6/src/include/sof/math/ | ||
D | trig.h | 22 #define PI_Q4_28 843314857 macro |
/sof-2.7.6/src/audio/ | ||
D | tone.c | 308 w_tmp = (w_tmp > PI_Q4_28) ? PI_Q4_28 : w_tmp; /* Limit to pi Q4.28 */ in tonegen_update_f() |