Searched refs:int_goertzel (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dsp.c97 static u32 int_goertzel(s16 x[], u32 N, u32 freq) function
126 u32 sum = int_goertzel(x, N, freq);
146 sum += int_goertzel(x, N, freq_start);

Completed in 16 milliseconds