Home
last modified time | relevance | path

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

/sof-2.7.6/src/include/sof/math/
Dtrig.h22 #define PI_Q4_28 843314857 macro
/sof-2.7.6/src/audio/
Dtone.c308 w_tmp = (w_tmp > PI_Q4_28) ? PI_Q4_28 : w_tmp; /* Limit to pi Q4.28 */ in tonegen_update_f()