Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c75 sin_mul(int degrees, int factor) in sin_mul() function
89 return sin_mul((degrees + 90) % 360, factor); in cos_mul()
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | in nv10_set_params()