Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfixp-arith.h79 #define fixp_cos32(v) fixp_sin32((v) + 90) macro
88 #define fixp_cos16(v) (fixp_cos32(v) >> 16)
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c2129 cos_hue = fixp_cos32(hue) >> 23; in vop2_tv_config_update()