Searched refs:uco (Results 1 – 1 of 1) sorted by relevance
479 float uco[3], vco[3], off[3]; in glamor_xv_render() local500 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()502 uco[2] = trans[ref].RefBCb * uvcosf; in glamor_xv_render()506 off[0] = Loff * yco + Coff * (uco[0] + vco[0]) + bright; in glamor_xv_render()507 off[1] = Loff * yco + Coff * (uco[1] + vco[1]) + bright; in glamor_xv_render()508 off[2] = Loff * yco + Coff * (uco[2] + vco[2]) + bright; in glamor_xv_render()529 glUniform4f(uloc, uco[0], uco[1], uco[2], gamma); in glamor_xv_render()