Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-dsp.c79 static s32 int_cos(u32 x) in int_cos() function
86 return -int_cos(x - INT_PI); in int_cos()
89 return -int_cos(INT_PI / 2 - (x % (INT_PI / 2))); in int_cos()
110 s32 coeff = 2 * int_cos(freq); in int_goertzel()