/external/webp/src/enc/ |
backward_references.c | 323 static WEBP_INLINE void AddSingleLiteral(uint32_t pixel, int use_color_cache, 328 const uint32_t key = VP8LColorCacheGetIndex(hashers, pixel); 329 if (VP8LColorCacheLookup(hashers, key) == pixel) { 332 v = PixOrCopyCreateLiteral(pixel); 333 VP8LColorCacheSet(hashers, key, pixel); 336 v = PixOrCopyCreateLiteral(pixel); 353 // Add first pixel as literal. 365 // same pixel being copied, and that does not change the color cache 420 // Evaluate Alternative#2: Insert the pixel at 'i' as literal, and code 427 i++; // Backward reference to be done for next pixel [all...] |
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 44 /* We're going to perform computations for every pixel of the target 237 uint32_t pixel = ((uint32_t)palette_from_fixed(i1 >> 2) << 16) | local 240 ((uint32_t*)line)[0] = pixel;
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 49 /* We're going to perform computations for every pixel of the target 246 uint32_t pixel = ((uint32_t)palette_from_fixed(i1 >> 2) << 16) | local 249 ((uint32_t*)line)[0] = pixel;
|
/external/ImageMagick/www/api/ |
image.php | 218 <p>If the specified columns and rows is 0, an exact copy of the image is returned, otherwise the pixel data is undefined and must be initialized with the QueueAuthenticPixels() and SyncAuthenticPixels() methods. On failure, a NULL image is returned and exception describes the reason for the failure.</p> 306 <dd>define the dimensions of the source pixel rectangle. </dd> 430 <p>GetImageVirtualPixelMethod() gets the "virtual pixels" method for the image. A virtual pixel is any pixel access that is outside the boundaries of the image cache.</p> 483 <p>IsHighDynamicRangeImage() returns MagickTrue if any pixel component is non-integer or exceeds the bounds of the quantum depth (e.g. for Q16 0..65535.</p> 532 <p>IsTaintImage() returns MagickTrue any pixel in the image has been altered since it was first constituted.</p> 938 <p>SetImageVirtualPixelMethod() sets the "virtual pixels" method for the image and returns the previous setting. A virtual pixel is any pixel access that is outside the boundaries of the image cache.</p> 959 <dd>choose the type of virtual pixel. </dd>
|
statistic.php | 393 <p>PolynomialImage() returns a new image where each pixel is the sum of the pixels in the image sequence after applying its corresponding terms (coefficient and degree pairs).</p> 428 <p>StatisticImage() makes each pixel the min / max / median / mode / etc. of the neighborhood of the specified width and height.</p> 453 <dd>the width of the pixel neighborhood. </dd> 457 <dd>the height of the pixel neighborhood. </dd>
|
stream.php | 9 <title>ImageMagick: MagickCore, C API for ImageMagick: The Pixel FIFO</title> 15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, the, pixel, fifo, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 90 <p>WriteStream() makes the image pixels available to a user supplied callback method immediately upon writing pixel data with the WriteImage() method.</p>
|
/external/deqp/modules/egl/ |
teglSwapBuffersTests.cpp | 252 const tcu::Vec4 pixel(screen.getAccess().getPixel(x, y)); 253 const tcu::Vec4 diff(abs(pixel - color));
|
/external/freetype/src/cache/ |
ftcbasic.c | 314 query.attrs.scaler.pixel = 1; 495 query.attrs.scaler.pixel = 1;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/ |
ftcbasic.c | 314 query.attrs.scaler.pixel = 1; 495 query.attrs.scaler.pixel = 1;
|
/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 36 during pixel transfer. The texture's YCbCr colors are converted to 41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components. 78 In section 3.6.4, Rasterization of Pixel Rectangles, on page 101, 79 add the following to Table 3.8 (Packed pixel formats): 82 Token Name Type Components Pixel Formats 88 In section 3.6.4, Rasterization of Pixel Rectangles, on page 102, 106 In section 3.6.4, Rasterization of Pixel Rectangles, on page 104, 107 add the following to Table 3.12 (Packed pixel field assignments): 126 All pixel transfer operations are bypassed. The texture is stored as
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417Detector.cpp | 286 FX_BOOL pixel = matrix->Get(x, row);
local 287 if (pixel ^ isWhite) {
|
/external/skia/tests/ |
WritePixelsTest.cpp | 226 ERRORF(reporter, "Expected canvas pixel at %d, %d to be 0x%08x, got 0x%08x. " 233 ERRORF(reporter, "Canvas pixel outside write rect at %d, %d changed." 291 SkPMColor pixel = 0; local 292 canvas->writePixels(info, &pixel, sizeof(SkPMColor), 0, 0);
|
/external/v8/test/mjsunit/ |
array-literal-feedback.js | 44 external_pixel : 'external pixel elements'
|
/external/webrtc/webrtc/modules/desktop_capture/ |
differ_unittest.cc | 83 // Write the pixel |value| into the specified block in the |buffer|. 91 // Write the test pixel |value| into the |buffer| at the specified |x|,|y| 95 // If bytes_per_pixel = 4, then ddccbbaa will be written as the pixel value. 100 uint8_t* pixel = reinterpret_cast<uint8_t*>(&value); local 103 *buffer++ = pixel[b]; 153 // |x|, |y|, |width| and |height| are specified in block (not pixel) units. 231 // Update a pixel in each block. 319 // Update the first pixel in each block.
|
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.c | 186 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel masks: R = %08x G = %08x B = %08x\n", rmask, gmask, bmask); 187 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel shifts: R = %d G = %d B = %d\n", rshift, gshift, bshift); 192 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has MSBFirst, %d bits / pixel\n", ximg->bits_per_pixel); 194 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has LSBFirst, %d bits / pixel\n", ximg->bits_per_pixel); 197 drv_debug_msg(VIDEO_DEBUG_ERROR, "PutSurface: Display uses %d bits/pixel which is not supported\n"); 202 void yuv2pixel(uint32_t * pixel, int y, int u, int v) { 216 *pixel = ((r << rshift) & rmask) | ((g << gshift) & gmask) | ((b << bshift) & bmask);
|
/prebuilts/devtools/tools/lib/ |
draw9patch.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 82 getbaseclasses(pixel) 277 'cpxl' : pixel,
|
/prebuilts/go/darwin-x86/src/image/gif/ |
reader.go | 23 errBadPixel = errors.New("gif: invalid pixel value") 193 return fmt.Errorf("gif: pixel size in decode out of range: %d", litWidth) 231 for _, pixel := range m.Pix { 232 if int(pixel) >= len(m.Palette) { 282 // d.tmp[12] is the Pixel Aspect Ratio, which is ignored.
|
/prebuilts/go/linux-x86/src/image/gif/ |
reader.go | 23 errBadPixel = errors.New("gif: invalid pixel value") 193 return fmt.Errorf("gif: pixel size in decode out of range: %d", litWidth) 231 for _, pixel := range m.Pix { 232 if int(pixel) >= len(m.Palette) { 282 // d.tmp[12] is the Pixel Aspect Ratio, which is ignored.
|
/prebuilts/gradle-plugin/com/android/tools/draw9patch/24.4.0-beta3/ |
draw9patch-24.4.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/draw9patch/24.4.0-beta6/ |
draw9patch-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/draw9patch/24.5.0/ |
draw9patch-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/draw9patch/25.0.0/ |
draw9patch-25.0.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/draw9patch/25.0.0-alpha1/ |
draw9patch-25.0.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/draw9patch/25.0.0-alpha3/ |
draw9patch-25.0.0-alpha3.jar | |