HomeSort by relevance Sort by last modified time
    Searched refs:intensity (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/skia/src/shaders/
SkLights.cpp 39 SkScalar intensity; local
40 intensity = buf.readScalar();
41 Light light = Light::MakePoint(color, dirOrPos, intensity);
88 buf.writeScalar(light.intensity());
SkLights.h 53 static Light MakePoint(const SkColor3f& color, const SkPoint3& pos, SkScalar intensity) {
54 return Light(kPoint_LightType, color, pos, intensity);
67 SkScalar intensity() const { function in class:SkLights::Light
97 SkScalar intensity)
101 , fIntensity(intensity) {}
111 SkScalar fIntensity; // For point lights, dictates the light intensity.
  /external/skqp/src/shaders/
SkLights.cpp 39 SkScalar intensity; local
40 intensity = buf.readScalar();
41 Light light = Light::MakePoint(color, dirOrPos, intensity);
88 buf.writeScalar(light.intensity());
SkLights.h 53 static Light MakePoint(const SkColor3f& color, const SkPoint3& pos, SkScalar intensity) {
54 return Light(kPoint_LightType, color, pos, intensity);
67 SkScalar intensity() const { function in class:SkLights::Light
97 SkScalar intensity)
101 , fIntensity(intensity) {}
111 SkScalar fIntensity; // For point lights, dictates the light intensity.
  /external/ImageMagick/MagickCore/
pixel-accessor.h 242 intensity; local
246 intensity=(MagickRealType) (0.212656f*pixel->red+0.715158f*pixel->green+
248 return(intensity);
250 intensity=(MagickRealType) (0.212656f*EncodePixelGamma(pixel->red)+
253 return(intensity);
260 intensity; local
264 intensity=(MagickRealType) (0.212656f*pixel->red+0.715158f*pixel->green+
266 return(intensity);
268 intensity=(MagickRealType) (0.212656f*DecodePixelGamma(pixel->red)+
271 return(intensity);
290 intensity; local
303 intensity; local
    [all...]
gem.c 378 % ConvertHSIToRGB() transforms a (hue, saturation, intensity) to a (red,
384 % const double intensity,double *red,double *green,double *blue)
388 % o hue, saturation, intensity: A double value representing a
395 const double intensity,double *red,double *green,double *blue)
413 b=intensity*(1.0-saturation);
414 r=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
416 g=3.0*intensity-r-b;
422 r=intensity*(1.0-saturation);
423 g=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
425 b=3.0*intensity-r-g
    [all...]
colormap.c 254 % decreasing color intensity.
280 intensity;
284 intensity=(int) GetPixelInfoIntensity((const Image *) NULL,color_2)-(int)
286 return(intensity);
276 intensity; local
enhance.c 421 intensity;
433 intensity=lut[*pixels];
435 tile->height)*(y*(x*Q12[intensity]+(tile->width-x)*Q22[intensity])+
436 (tile->height-y)*(x*Q11[intensity]+(tile->width-x)*Q21[intensity])));
452 Scale input image [intensity min,max] to [0,number_bins-1].
470 Rescale histogram to range [min-intensity .. max-intensity].
416 intensity; local
1651 intensity; local
2110 intensity; local
2128 intensity; local
2532 intensity; local
3342 intensity; local
3503 intensity, local
    [all...]
xwindow-private.h 590 intensity; local
594 intensity=0.212656*pixel->red+0.715158*pixel->green+0.072186*pixel->blue;
595 return(intensity);
accelerate.c 343 method = image->intensity;
962 intensity; local
2285 intensity, local
    [all...]
quantize.c 56 % intensity which varies linearly from 0 to a maximum value, Cmax, which
655 intensity;
660 intensity=0.0;
664 intensity=(double) QuantumRange;
665 image->colormap[0].red=intensity;
666 image->colormap[0].green=intensity;
667 image->colormap[0].blue=intensity;
670 image->colormap[1].red=(double) QuantumRange-intensity;
671 image->colormap[1].green=(double) QuantumRange-intensity;
672 image->colormap[1].blue=(double) QuantumRange-intensity;
649 intensity; local
3289 intensity; local
3376 intensity; local
    [all...]
accelerate-kernels-private.h 498 float intensity;
507 intensity=(red+green+blue)/3.0;
512 intensity=MagickMax(MagickMax(red,green),blue);
517 intensity=(MagickMin(MagickMin(red,green),blue)+
523 intensity=(float) (((float) red*red+green*green+blue*blue)/
537 intensity=0.298839*red+0.586811*green+0.114350*blue;
550 intensity=0.298839*red+0.586811*green+0.114350*blue;
564 intensity=0.212656*red+0.715158*green+0.072186*blue;
577 intensity=0.212656*red+0.715158*green+0.072186*blue;
582 intensity=(float) (sqrt((float) red*red+green*green+blue*blue)
    [all...]
image.h 222 intensity; /* method to generate an intensity value from a pixel */ member in struct:_Image
  /external/libopus/celt/
rate.h 98 int clt_compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
rate.c 250 int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits,
392 /* Code the intensity and dual stereo parameters. */
397 *intensity = IMIN(*intensity, codedBands);
398 ec_enc_uint(ec, *intensity-start, codedBands+1-start);
401 *intensity = start+ec_dec_uint(ec, codedBands+1-start);
404 *intensity = 0;
405 if (*intensity <= start)
453 den=(C*N+ ((C==2 && N>2 && !*dual_stereo && j<*intensity) ? 1 : 0));
532 int clt_compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo
    [all...]
bands.h 96 * @param intensity First band to use intensity stereo
109 int dual_stereo, int intensity, int *tf_res, opus_int32 total_bits,
  /external/ImageMagick/coders/
cut.c 268 intensity,
278 intensity=0;
287 if (intensity < GetPixelRed(image,q))
288 intensity=GetPixelRed(image,q);
289 if (intensity >= scale_intensity)
294 if (intensity < ScaleCharToQuantum(2))
296 if (intensity < ScaleCharToQuantum(16))
298 return((int) intensity);
265 intensity, local
mask.c 124 status=GrayscaleImage(image,image->intensity,exception);
mpc.c 622 if (LocaleCompare(keyword,"pixel-intensity") == 0)
625 intensity;
627 intensity=ParseCommandOption(MagickPixelIntensityOptions,
629 if (intensity < 0)
631 image->intensity=(PixelIntensityMethod) intensity;
621 intensity; local
    [all...]
  /external/libhevc/test/encoder/
vid_enc_cfg.txt 114 --max_content_light_level 20 /* 16bit unsigned number indicating max pixel intensity*/
115 --max_frame_average_light_level 10 /* 16bit unsigned number indicating max avg pixel intensity*/
  /external/libpng/contrib/gregbook/
rpng2-x.c 1228 double freq, rotate, saturate, gray, intensity; local
2000 double freq, rotate, saturate, gray, intensity; local
    [all...]
rpng2-win.c     [all...]
  /external/ImageMagick/tests/
validate.c 99 const double intensity,double *red,double *green,double *blue)
108 *blue=intensity*(1.0-saturation);
109 *red=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
111 *green=3.0*intensity-*red-*blue;
117 *red=intensity*(1.0-saturation);
118 *green=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
120 *blue=3.0*intensity-*red-*green;
125 *green=intensity*(1.0-saturation);
126 *blue=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)*
128 *red=3.0*intensity-*green-*blue
    [all...]
  /external/skia/samplecode/
SamplePathText.cpp 370 const double intensity = pow(2, rand.nextF() * 2 - 1); local
371 const double wavelength = intensity * medianWavelength;
373 fAmplitudes[i] = intensity * medianWaveAmplitude;
  /external/skqp/samplecode/
SamplePathText.cpp 370 const double intensity = pow(2, rand.nextF() * 2 - 1); local
371 const double wavelength = intensity * medianWavelength;
373 fAmplitudes[i] = intensity * medianWaveAmplitude;

Completed in 692 milliseconds

1 2 3