Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfixp-arith.h72 static inline s32 fixp_sin32(int degrees) in fixp_sin32() function
80 #define fixp_cos32(v) fixp_sin32((v) + 90)
88 #define fixp_sin16(v) (fixp_sin32(v) >> 16)
129 v2 = fixp_sin32(degrees + 1); in fixp_sin32_rad()
/OK3568_Linux_fs/u-boot/include/
H A Dfixp-arith.h71 static inline s32 fixp_sin32(int degrees) in fixp_sin32() function
79 #define fixp_cos32(v) fixp_sin32((v) + 90)
87 #define fixp_sin16(v) (fixp_sin32(v) >> 16)
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c265 return (fixp_sin32(pos % (2 * PI)) >> 16) + 0x8000; in vidtv_s302m_get_sample()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c3886 sin_hue = fixp_sin32(hue) >> 23; in vop_tv_config_update()
3902 sin_hue = fixp_sin32(hue) >> 24; in vop_tv_config_update()
H A Drockchip_drm_vop2.c9670 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c1869 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update()