Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfixp-arith.h88 #define fixp_cos16(v) (fixp_cos32(v) >> 16) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfixp-arith.h89 #define fixp_cos16(v) (fixp_cos32(v) >> 16) macro
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-memless.c259 y = fixp_mult(-fixp_cos16(i), level) * gain / 0xffff; in ml_combine_effects()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dov534.c882 huecos = fixp_cos16(val) * 0x80 / 0x7fff; in sethue()