HomeSort by relevance Sort by last modified time
    Searched refs:pixel (Results 226 - 250 of 555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
attribute.c 82 #include "MagickCore/pixel.h"
83 #include "MagickCore/pixel-accessor.h"
185 pixel;
208 pixel=zero;
211 GetPixelInfoPixel(image,p,&pixel);
213 (IsFuzzyEquivalencePixelInfo(&pixel,&target[0]) == MagickFalse))
216 (IsFuzzyEquivalencePixelInfo(&pixel,&target[1]) == MagickFalse))
219 (IsFuzzyEquivalencePixelInfo(&pixel,&target[0]) == MagickFalse))
222 (IsFuzzyEquivalencePixelInfo(&pixel,&target[2]) == MagickFalse))
379 pixel;
183 pixel; local
376 pixel; local
    [all...]
effect.c 75 #include "MagickCore/pixel-accessor.h"
76 #include "MagickCore/pixel-private.h"
124 % pixel.
313 pixel;
348 pixel=0.0;
359 pixel+=(*k)*pixels[i];
366 SetPixelChannel(blur_image,channel,ClampToQuantum(gamma*pixel),q);
377 pixel+=(*k)*alpha*pixels[i];
384 SetPixelChannel(blur_image,channel,ClampToQuantum(gamma*pixel),q);
446 % pixel
311 pixel; local
632 pixel; local
2114 pixel; local
2916 pixel; local
3223 pixel; local
3969 pixel; local
    [all...]
  /external/libgdx/gdx/jni/etc1/
etc1_utils.cpp 70 | most significant pixel index bits |
76 | least significant pixel index bits |
95 Add table 3.17.3 Mapping from pixel index values to modifier values for
98 pixel index value
481 // pixel is valid or not. Invalid pixel color values are ignored when compressing.
509 // pixel (x,y) is at pIn + pixelSize * x + stride * y + redOffset;
545 int pixel = (p[1] << 8) | p[0]; local
546 *q++ = convert5To8(pixel >> 11);
547 *q++ = convert6To8(pixel >> 5);
601 etc1_uint32 pixel = ((r >> 3) << 11) | ((g >> 2) << 5) | (b >> 3); local
    [all...]
  /external/libvncserver/test/
bmp.c 113 int numread=0, totalread=0, pixel[3], i, j; local
150 if(fscanf(fs, "%d%d%d", &pixel[0], &pixel[1], &pixel[2])!=3)
152 (*buf)[j*dstpitch+i*ps[f]+roffset[f]]=(unsigned char)(pixel[0]*255/scalefactor);
153 (*buf)[j*dstpitch+i*ps[f]+goffset[f]]=(unsigned char)(pixel[1]*255/scalefactor);
154 (*buf)[j*dstpitch+i*ps[f]+boffset[f]]=(unsigned char)(pixel[2]*255/scalefactor);
  /external/skia/third_party/etc1/
etc1.cpp 78 | most significant pixel index bits |
84 | least significant pixel index bits |
103 Add table 3.17.3 Mapping from pixel index values to modifier values for
106 pixel index value
489 // pixel is valid or not. Invalid pixel color values are ignored when compressing.
517 // pixel (x,y) is at pIn + pixelSize * x + stride * y + redOffset;
553 int pixel = (p[1] << 8) | p[0]; local
554 *q++ = convert5To8(pixel >> 11);
555 *q++ = convert6To8(pixel >> 5)
609 etc1_uint32 pixel = ((r >> 3) << 11) | ((g >> 2) << 5) | (b >> 3); local
    [all...]
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 70 | most significant pixel index bits |
76 | least significant pixel index bits |
95 Add table 3.17.3 Mapping from pixel index values to modifier values for
98 pixel index value
481 // pixel is valid or not. Invalid pixel color values are ignored when compressing.
509 // pixel (x,y) is at pIn + pixelSize * x + stride * y + redOffset;
545 int pixel = (p[1] << 8) | p[0]; local
546 *q++ = convert5To8(pixel >> 11);
547 *q++ = convert6To8(pixel >> 5)
601 etc1_uint32 pixel = ((r >> 3) << 11) | ((g >> 2) << 5) | (b >> 3); local
    [all...]
  /external/clang/lib/Headers/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
altivec.h 62 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
altivec.h 62 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
    [all...]
  /external/ImageMagick/www/api/
effect.php 80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
115 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
150 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
242 <dd>the radius of the pixel neighborhood. </dd>
273 <dd>the radius of the pixel neighborhood. </dd>
308 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
380 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
487 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
526 <dd>A value other than zero shades the intensity of each pixel. </dd>
563 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 61 static vector pixel __ATTRS_o_ai
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 61 static vector pixel __ATTRS_o_ai
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
    [all...]
  /external/ImageMagick/coders/
fits.c 62 #include "MagickCore/pixel-accessor.h"
179 pixel;
198 pixel=GetFITSPixel(image,bits_per_pixel);
199 if (pixel < *minima)
200 *minima=pixel;
201 if (pixel > *maxima)
202 *maxima=pixel;
260 pixel,
453 Convert FITS pixels to pixel packets.
463 pixel=GetFITSPixel(image,fits_info.bits_per_pixel)
174 pixel; local
255 pixel, local
    [all...]
ps3.c 67 #include "MagickCore/pixel-accessor.h"
783 " % Image pixel size.",
870 pixel,
864 pixel, local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 40 // for every pixel in the image.
303 // Alternative#2: Insert the pixel at 'i' as literal, and code the
318 const uint32_t pixel = argb[i]; local
319 // Alternative#2 is a better match. So push pixel at 'i' as literal.
320 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
321 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
324 refs->refs[refs->size] = PixOrCopyCreateLiteral(pixel);
327 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
328 i++; // Backward reference to be done for next pixel.
342 // Add to the hash_chain (but cannot add the last pixel)
351 const uint32_t pixel = argb[i]; local
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 289 GLubyte pixel[4]; local
291 glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel);
294 msg += String8::format("error reading pixel: %#x", err);
298 fprintf(stderr, "pixel check failure: %s\n", msg.string());
302 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) {
303 msg += String8::format("r(%d isn't %d)", pixel[0], r);
305 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) {
309 msg += String8::format("g(%d isn't %d)", pixel[1], g);
311 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) {
315 msg += String8::format("b(%d isn't %d)", pixel[2], b)
    [all...]

Completed in 7835 milliseconds

1 2 3 4 5 6 7 8 91011>>