Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c478 float yco; in glamor_xv_render() local
499 yco = trans[ref].RefLuma * cont; 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()
527 glUniform4f(uloc, off[0], off[1], off[2], yco); in glamor_xv_render()