Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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)
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c2128 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update()