HomeSort by: relevance | last modified time | path
    Searched refs:uvsinf (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
evergreen_textured_videofuncs.c 106 float uvcosf, uvsinf; local
121 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
125 uco[0] = -trans[ref].RefRCr * uvsinf;
126 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
129 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
130 vco[2] = trans[ref].RefBCb * uvsinf;
r600_textured_videofuncs.c 104 float uvcosf, uvsinf; local
117 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
121 uco[0] = -trans[ref].RefRCr * uvsinf;
122 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
125 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
126 vco[2] = trans[ref].RefBCb * uvsinf;
radeon_textured_videofuncs.c 565 float uvcosf, uvsinf; local
688 uvsinf = sat * sin(RTFHue(pPriv->hue));
691 uco[0] = -trans[ref].RefRCr * uvsinf;
692 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
695 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
696 vco[2] = trans[ref].RefBCb * uvsinf;
1929 float uvcosf, uvsinf; local
1940 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
1944 uco[0] = -trans[ref].RefRCr * uvsinf;
1945 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
3589 float uvcosf, uvsinf; local
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
evergreen_textured_videofuncs.c 104 float uvcosf, uvsinf; local
118 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
122 uco[0] = -trans[ref].RefRCr * uvsinf;
123 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
126 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
127 vco[2] = trans[ref].RefBCb * uvsinf;
r600_textured_videofuncs.c 104 float uvcosf, uvsinf; local
116 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
120 uco[0] = -trans[ref].RefRCr * uvsinf;
121 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
124 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
125 vco[2] = trans[ref].RefBCb * uvsinf;
radeon_textured_videofuncs.c 425 float uvcosf, uvsinf; local
517 uvsinf = sat * sin(RTFHue(pPriv->hue));
520 uco[0] = -trans[ref].RefRCr * uvsinf;
521 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
524 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
525 vco[2] = trans[ref].RefBCb * uvsinf;
1658 float uvcosf, uvsinf; local
1669 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
1673 uco[0] = -trans[ref].RefRCr * uvsinf;
1674 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
3254 float uvcosf, uvsinf; local
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv50_xv.c 311 float uvcosf, uvsinf; local
318 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
321 uco[0] = -trans[ref].RefRCr * uvsinf;
322 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
325 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
326 vco[2] = trans[ref].RefBCb * uvsinf;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c 423 float uvcosf, uvsinf; local
440 uvsinf = RTFSaturation(port_priv->saturation) * sin(RTFHue(port_priv->hue));
444 uco[0] = -trans[ref].RefRCr * uvsinf;
445 uco[1] = trans[ref].RefGCb * uvcosf - trans[ref].RefGCr * uvsinf;
448 vco[1] = trans[ref].RefGCb * uvsinf + trans[ref].RefGCr * uvcosf;
449 vco[2] = trans[ref].RefBCb * uvsinf;

Completed in 30 milliseconds