HomeSort by: relevance | last modified time | path
    Searched refs:saturation (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_csc.h 39 float saturation; member in struct:vl_procamp
vl_csc.c 50 * mat44 procamp, hue, saturation, brightness, contrast
51 * procamp = brightness * (saturation * (contrast * hue))
53 * procamp = saturation * (brightness * (contrast * hue))
67 * saturation
150 1.0f, /* saturation */
164 float s = p->saturation;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_csc.h 39 float saturation; member in struct:vl_procamp
vl_csc.c 50 * mat44 procamp, hue, saturation, brightness, contrast
51 * procamp = brightness * (saturation * (contrast * hue))
53 * procamp = saturation * (brightness * (contrast * hue))
67 * saturation
150 1.0f, /* saturation */
164 float s = p->saturation;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_xvpriv.h 54 int saturation; member in struct:__anon9181
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
gfx_dcdr.c 157 gfx_set_decoder_saturation(unsigned char saturation)
163 status = saa7114_set_decoder_saturation(saturation);
422 unsigned char saturation = 0; local
426 saturation = saa7114_get_decoder_saturation();
428 return (saturation);
saa7114.c 338 * This routine sets the saturation adjustment of the video decoder.
343 saa7114_set_decoder_saturation(unsigned char saturation)
346 gfx_set_decoder_saturation(unsigned char saturation)
349 saa7114_write_reg(SAA7114_SATURATION, (unsigned char) (saturation >> 1));
562 /* RESTORE CONTRAST AND SATURATION FOR INTERPOLATION MODE */
583 /* ADJUST CONTRAST AND SATURATION FOR ACCUMULATION MODE */
782 * This routine returns the current saturation of the video decoder.
793 unsigned char saturation = 0; local
795 saa7114_read_reg(SAA7114_SATURATION, &saturation);
796 saturation <<= 1
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
gfx_dcdr.c 258 gfx_set_decoder_saturation(unsigned char saturation)
264 status = saa7114_set_decoder_saturation(saturation);
523 unsigned char saturation = 0; local
527 saturation = saa7114_get_decoder_saturation();
529 return (saturation);
saa7114.c 237 int saa7114_set_decoder_saturation(unsigned char saturation);
474 * This routine sets the saturation adjustment of the video decoder.
479 saa7114_set_decoder_saturation(unsigned char saturation)
482 gfx_set_decoder_saturation(unsigned char saturation)
485 saa7114_write_reg(SAA7114_SATURATION, (unsigned char)(saturation >> 1));
693 /* RESTORE CONTRAST AND SATURATION FOR INTERPOLATION MODE */
713 /* ADJUST CONTRAST AND SATURATION FOR ACCUMULATION MODE */
912 * This routine returns the current saturation of the video decoder.
923 unsigned char saturation = 0; local
925 saa7114_read_reg(SAA7114_SATURATION, &saturation);
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.h 43 int saturation; member in struct:__anon8908
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv10_xv_ovl.c 179 pPriv->saturation = value;
240 *value = pPriv->saturation;
285 satSine = pPriv->saturation * sin(angle);
288 satCosine = pPriv->saturation * cos(angle);
nv50_xv.c 317 uvcosf = RTFSaturation(pPriv->saturation) * cos(RTFHue(pPriv->hue));
318 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
366 pPriv->saturation = 0;
396 pPriv->saturation = value;
433 *value = pPriv->saturation;
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_videostr.h 54 short saturation; member in struct:__anon9415
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_video.h 79 INT32 saturation; member in struct:__anon9689
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
attributes.c 98 context_priv->procamp.saturation = value / 1000.0f + 1.0f;
142 *value = context_priv->procamp.saturation * 1000 + 1000;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
attributes.c 98 context_priv->procamp.saturation = value / 1000.0f + 1.0f;
142 *value = context_priv->procamp.saturation * 1000 + 1000;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.h 20 int saturation; member in struct:__anon6939
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
bt829.h 75 extern _X_EXPORT void bt829_SetSaturation(BT829Ptr bt, int saturation);
bt829.c 49 #define SAT_U_LO 0x0D /* Chroma (U) Gain (Saturation) */
50 #define SAT_V_LO 0x0E /* Chroma (V) Gain (Saturation) */
607 void bt829_SetSaturation(BT829Ptr bt, int saturation)
611 saturation = LIMIT(saturation,-1000,1000);
612 sat_u = (254*(saturation+1000))/1000;
613 sat_v = (180*(saturation+1000))/1000;
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c 56 int saturation; member in struct:__anon9254
173 (pPriv->saturation << 8) |
174 (pPriv->saturation << 16));
210 pPriv->saturation = 16;
311 (pPriv->saturation << 8) |
312 (pPriv->saturation << 16));
317 pPriv->saturation = value;
320 (pPriv->saturation << 8) |
321 (pPriv->saturation << 16));
351 *value = pPriv->saturation;
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_video.h 40 int saturation; member in struct:__anon7670
intel_video_overlay.c 107 attrs.saturation = adaptor_priv->saturation;
151 adaptor_priv->saturation = value;
515 adaptor_priv->saturation = 146; /* 128/112 * 128 */
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_video.h 40 int saturation; member in struct:__anon8523
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.h 27 int saturation; member in struct:__anon6877
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video.h 79 int saturation; member in struct:sna_video

Completed in 37 milliseconds

1 2 3 4