Searched refs:pixels (Results 51 - 75 of 653) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm39 ; 1st 4 pixels
40 ldr r4, [r0, #0] ; load 4 src pixels
41 ldr r6, [r9, #0] ; load 4 src pixels from next row
42 ldr r5, [r2, #0] ; load 4 ref pixels
59 orr r6, r6, r7 ; differences of all 4 pixels
65 uxtb16 r5, r6 ; byte (two pixels) to halfwords
66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
69 ; 2nd 4 pixels
70 ldr r4, [r0, #4] ; load 4 src pixels
71 ldr r6, [r9, #4] ; load 4 src pixels fro
[all...]
H A Dvp8_variance16x16_armv6.asm37 ; 1st 4 pixels
38 ldr r4, [r0, #0] ; load 4 src pixels
39 ldr r5, [r2, #0] ; load 4 ref pixels
53 orr r6, r6, r7 ; differences of all 4 pixels
59 uxtb16 r5, r6 ; byte (two pixels) to halfwords
60 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
63 ; 2nd 4 pixels
64 ldr r4, [r0, #4] ; load 4 src pixels
65 ldr r5, [r2, #4] ; load 4 ref pixels
76 orr r6, r6, r7 ; differences of all 4 pixels
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3yuv.c61 volatile void * pixels __attribute__((aligned(128))); member in struct:private_yuvhwdata
165 hwdata->pixels = (Uint8 *) memalign(16, width * height + ((width * height) >> 1));
166 if (hwdata->pixels == NULL) {
174 overlay->pixels = hwdata->planes;
181 overlay->pixels[0] = (Uint8 *)hwdata->pixels;
182 overlay->pixels[1] = overlay->pixels[0] +
184 overlay->pixels[2] = overlay->pixels[
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_gpu_memory_buffer_unittest.cc74 uint8 pixels[1 * 4] = { 255u, 0u, 0u, 255u }; local
90 mapped_buffer[y * stride + x * kImageBytesPerPixel + 0] = pixels[0];
91 mapped_buffer[y * stride + x * kImageBytesPerPixel + 1] = pixels[1];
92 mapped_buffer[y * stride + x * kImageBytesPerPixel + 2] = pixels[2];
93 mapped_buffer[y * stride + x * kImageBytesPerPixel + 3] = pixels[3];
113 // Check if pixels match the values that were assigned to the mapped buffer.
114 GLTestHelper::CheckPixels(0, 0, kImageWidth, kImageHeight, 0, pixels);
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DPNGImageEncoder.cpp50 static void preMultipliedBGRAtoRGBA(const void* pixels, int pixelCount, unsigned char* output) argument
53 const SkPMColor* input = static_cast<const SkPMColor*>(pixels);
100 unsigned char* pixels = inputPixels; local
105 preMultipliedBGRAtoRGBA(pixels, imageSize.width(), row.data());
108 png_write_row(png, pixels);
109 pixels += pixelRowStride;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py6 Bitmap is a basic wrapper for image pixels. It includes some basic processing
42 raise ValueError('First histogram has 0 pixels in it.')
44 raise ValueError('Second histogram has 0 pixels in it.')
124 def __init__(self, dimensions, pixels):
138 if type(pixels) is not bytearray:
139 pixels = bytearray(pixels)
140 self._popen.stdin.write(pixels)
180 def __init__(self, bpp, width, height, pixels, metadata=None):
184 assert pixels, 'Mus
217 def pixels(self): member in class:Bitmap
[all...]
/external/deqp/framework/delibs/deimage/
H A DdeImage.c41 return (void*)((deUint8*)image->pixels + offset);
54 image->pixels = deMalloc(width * height * bpp);
55 if (!image->pixels)
60 memset(image->pixels, 0, width * height * bpp);
67 deFree(image->pixels);
105 memcpy(converted->pixels, image->pixels, width * height * deImageFormat_getBytesPerPixel(format));
161 void deImage_copyToUint8RGBA (const deImage* image, deUint8* pixels) argument
172 pixels[4*ndx+0] = (deUint8)deARGB_getRed(pixel);
173 pixels[
[all...]
H A DdeImage.h42 void* pixels; member in struct:deImage_s
60 void deImage_copyToUint8RGBA (const deImage* image, deUint8* pixels);
/external/chromium_org/ppapi/generators/test_cgen/
H A Dstructs.idl30 /* struct st2 { s_array pixels[640][480]; }; */
32 s_array[640][480] pixels;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_subimage.c48 GLenum format, GLenum type, const void *pixels,
87 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1,
88 format, type, pixels, packing,
90 if (!pixels)
124 format, type, pixels, packing)) {
158 const GLvoid * pixels,
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_subimage.c48 GLenum format, GLenum type, const void *pixels,
87 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1,
88 format, type, pixels, packing,
90 if (!pixels)
124 format, type, pixels, packing)) {
158 const GLvoid * pixels,
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_subimage.c48 GLenum format, GLenum type, const void *pixels,
87 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1,
88 format, type, pixels, packing,
90 if (!pixels)
124 format, type, pixels, packing)) {
158 const GLvoid * pixels,
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
H A Dintel_pixel.h46 GLvoid * pixels);
54 const GLvoid * pixels);
65 const GLubyte * pixels);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c56 const GLvoid *pixels)
59 _mesa_image_address2d(unpack, pixels, width,
103 const GLvoid *pixels)
106 _mesa_image_address2d(unpack, pixels, width,
152 const GLvoid *pixels)
155 _mesa_image_address2d(unpack, pixels, width,
196 const GLvoid *pixels)
229 &unpack, pixels);
238 &unpack, pixels);
245 format, type, &unpack, pixels);
51 fast_draw_rgb_ubyte_pixels(struct gl_context *ctx, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
98 fast_draw_rgba_ubyte_pixels(struct gl_context *ctx, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
146 fast_draw_generic_pixels(struct gl_context *ctx, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
192 fast_draw_rgba_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *userUnpack, const GLvoid *pixels) argument
509 fast_draw_depth_stencil(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
549 draw_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_subimage.c48 GLenum format, GLenum type, const void *pixels,
87 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1,
88 format, type, pixels, packing,
90 if (!pixels)
124 format, type, pixels, packing)) {
158 const GLvoid * pixels,
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_subimage.c48 GLenum format, GLenum type, const void *pixels,
87 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1,
88 format, type, pixels, packing,
90 if (!pixels)
124 format, type, pixels, packing)) {
158 const GLvoid * pixels,
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_subimage.c48 GLenum format, GLenum type, const void *pixels,
87 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1,
88 format, type, pixels, packing,
90 if (!pixels)
124 format, type, pixels, packing)) {
158 const GLvoid * pixels,
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
H A Dintel_pixel.h46 GLvoid * pixels);
54 const GLvoid * pixels);
65 const GLubyte * pixels);
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c56 const GLvoid *pixels)
59 _mesa_image_address2d(unpack, pixels, width,
103 const GLvoid *pixels)
106 _mesa_image_address2d(unpack, pixels, width,
152 const GLvoid *pixels)
155 _mesa_image_address2d(unpack, pixels, width,
196 const GLvoid *pixels)
229 &unpack, pixels);
238 &unpack, pixels);
245 format, type, &unpack, pixels);
51 fast_draw_rgb_ubyte_pixels(struct gl_context *ctx, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
98 fast_draw_rgba_ubyte_pixels(struct gl_context *ctx, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
146 fast_draw_generic_pixels(struct gl_context *ctx, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
192 fast_draw_rgba_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *userUnpack, const GLvoid *pixels) argument
509 fast_draw_depth_stencil(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
549 draw_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid *pixels) argument
[all...]
/external/qemu/android/skin/
H A Dsurface.h55 * the content of 'pixels' is copied into a heap-allocated buffer. otherwise
62 uint32_t* pixels,
65 /* surface pixels information for slow surfaces */
70 uint32_t* pixels; member in struct:__anon29195
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_LATC.cpp84 // src pixels are divisible by 4, and copy 4x4 blocks one at a time
126 // Compress a block by using the bounding box of the pixels. It is assumed that
127 // there are no extremal pixels in this block otherwise we would have used
129 static uint64_t compress_latc_block_bb(const uint8_t pixels[]) { argument
133 minVal = SkTMin(pixels[i], minVal);
134 maxVal = SkTMax(pixels[i], maxVal);
147 uint8_t bestError = abs_diff(pixels[i], palette[0]);
150 uint8_t error = abs_diff(pixels[i], palette[j]);
168 // Compress a block by using the bounding box of the pixels without taking into
171 static uint64_t compress_latc_block_bb_ignore_extremal(const uint8_t pixels[]) { argument
234 compress_latc_block(const uint8_t pixels[]) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance16x16_armv6.asm37 ; 1st 4 pixels
38 ldr r4, [r0, #0] ; load 4 src pixels
39 ldr r5, [r2, #0] ; load 4 ref pixels
53 orr r6, r6, r7 ; differences of all 4 pixels
59 uxtb16 r5, r6 ; byte (two pixels) to halfwords
60 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
63 ; 2nd 4 pixels
64 ldr r4, [r0, #4] ; load 4 src pixels
65 ldr r5, [r2, #4] ; load 4 ref pixels
76 orr r6, r6, r7 ; differences of all 4 pixels
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_mse16x16_armv6.asm38 ; 1st 4 pixels
39 ldr r5, [r0, #0x0] ; load 4 src pixels
40 ldr r6, [r2, #0x0] ; load 4 ref pixels
54 orr r8, r8, r7 ; differences of all 4 pixels
56 ldr r5, [r0, #0x4] ; load 4 src pixels
59 uxtb16 r6, r8 ; byte (two pixels) to halfwords
60 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
63 ; 2nd 4 pixels
64 ldr r6, [r2, #0x4] ; load 4 ref pixels
75 orr r8, r8, r7 ; differences of all 4 pixels
[all...]
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp67 void* pixels = fLockedBitmap.getPixels(); local
68 SkASSERT(pixels != NULL);
69 rec->fPixels = pixels;
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_mse16x16_armv6.asm38 ; 1st 4 pixels
39 ldr r5, [r0, #0x0] ; load 4 src pixels
40 ldr r6, [r2, #0x0] ; load 4 ref pixels
54 orr r8, r8, r7 ; differences of all 4 pixels
56 ldr r5, [r0, #0x4] ; load 4 src pixels
59 uxtb16 r6, r8 ; byte (two pixels) to halfwords
60 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
63 ; 2nd 4 pixels
64 ldr r6, [r2, #0x4] ; load 4 ref pixels
75 orr r8, r8, r7 ; differences of all 4 pixels
[all...]

Completed in 5467 milliseconds

1234567891011>>