int_cos
s32 coeff = 2 * int_cos(freq);
return -int_cos(x - INT_PI);
return -int_cos(INT_PI / 2 - (x % (INT_PI / 2)));