Searched refs:uvcosf (Results 1 – 1 of 1) sorted by relevance
477 float uvcosf, uvsinf; in glamor_xv_render() local495 uvcosf = RTFSaturation(port_priv->saturation) * cos(RTFHue(port_priv->hue)); in glamor_xv_render()501 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf; in glamor_xv_render()502 uco[2] = trans[ref].RefBCb * uvcosf; in glamor_xv_render()503 vco[0] = trans[ref].RefRCr * uvcosf; in glamor_xv_render()504 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf; in glamor_xv_render()