Searched refs:fixp_sin32 (Results 1 – 2 of 2) sorted by relevance
71 static inline s32 fixp_sin32(int degrees) in fixp_sin32() function79 #define fixp_cos32(v) fixp_sin32((v) + 90)87 #define fixp_sin16(v) (fixp_sin32(v) >> 16)
2128 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update()