| H A D | radeon_textured_videofuncs.c | 428 float bright, cont, sat; local in function:R200PrepareTexturedVideo 511 bright = RTFBrightness(pPriv->brightness); 526 yoff = Loff * yco + bright; 1661 float bright, cont, gamma; local in function:R300PrepareTexturedVideo 1666 bright = RTFBrightness(pPriv->brightness); 1679 off[0] = Loff * yco + Coff * (uco[0] + vco[0]) + bright; 1680 off[1] = Loff * yco + Coff * (uco[1] + vco[1]) + bright; 1681 off[2] = Loff * yco + Coff * (uco[2] + vco[2]) + bright; 3257 float bright, cont, gamma; local in function:R500PrepareTexturedVideo 3261 bright [all...] |