Searched refs:satSine (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_xv_ovl.c280 int satSine, satCosine; local in function:NV10WriteOverlayParameters
285 satSine = pPriv->saturation * sin(angle);
286 if (satSine < -1024)
287 satSine = -1024;
297 nvWriteVIDEO(pNv, NV_PVIDEO_CHROMINANCE(0), (satSine << 16) |
299 nvWriteVIDEO(pNv, NV_PVIDEO_CHROMINANCE(1), (satSine << 16) |
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c192 int satSine, satCosine; local in function:NVResetVideo
197 satSine = pPriv->saturation * sin(angle);
198 if (satSine < -1024)
199 satSine = -1024;
206 pNv->PMC[0x8918/4] = (satSine << 16) | (satCosine & 0xffff);
207 pNv->PMC[0x891C/4] = (satSine << 16) | (satCosine & 0xffff);

Completed in 47 milliseconds