Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c477 float uvcosf, uvsinf; in glamor_xv_render() local
496 uvsinf = RTFSaturation(port_priv->saturation) * sin(RTFHue(port_priv->hue)); in glamor_xv_render()
500 uco[0] = -trans[ref].RefRCr * uvsinf; in glamor_xv_render()
501 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf; in glamor_xv_render()
504 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf; in glamor_xv_render()
505 vco[2] = trans[ref].RefBCb * uvsinf; in glamor_xv_render()