/external/libyuv/files/include/libyuv/ |
D | row.h | 218 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 219 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 220 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 222 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 223 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 224 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 225 void RGBAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 256 void SplitUV_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix); 257 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix); [all …]
|
/external/libyuv/files/source/ |
D | row_neon.cc | 542 void BGRAToARGBRow_NEON(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_NEON() argument 554 "+r"(pix) // %2 in BGRAToARGBRow_NEON() 562 void ABGRToARGBRow_NEON(const uint8* src_abgr, uint8* dst_argb, int pix) { in ABGRToARGBRow_NEON() argument 573 "+r"(pix) // %2 in ABGRToARGBRow_NEON() 581 void RGBAToARGBRow_NEON(const uint8* src_rgba, uint8* dst_argb, int pix) { in RGBAToARGBRow_NEON() argument 592 "+r"(pix) // %2 in RGBAToARGBRow_NEON() 600 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() argument 611 "+r"(pix) // %2 in RGB24ToARGBRow_NEON() 619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() argument 631 "+r"(pix) // %2 in RAWToARGBRow_NEON() [all …]
|
D | row_posix.cc | 121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { in I400ToARGBRow_SSE2() argument 142 "+r"(pix) // %2 in I400ToARGBRow_SSE2() 151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { in ABGRToARGBRow_SSSE3() argument 166 "+r"(pix) // %2 in ABGRToARGBRow_SSSE3() 175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_SSSE3() argument 189 "+r"(pix) // %2 in BGRAToARGBRow_SSSE3() 198 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) { in RGBAToARGBRow_SSSE3() argument 213 "+r"(pix) // %2 in RGBAToARGBRow_SSSE3() 222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { in ARGBToRGBARow_SSSE3() argument 237 "+r"(pix) // %2 in ARGBToRGBARow_SSSE3() [all …]
|
D | format_conversion.cc | 31 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_SSSE3() argument 56 uint32 selector, int pix) { 71 "+r"(pix) // %2 83 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_C() argument 87 for (int x = 0; x < pix - 1; x += 2) { in ARGBToBayerRow_C() 93 if (pix & 1) { in ARGBToBayerRow_C() 148 uint32 selector, int pix) = ARGBToBayerRow_C; in ARGBToBayer() 176 uint8* dst_argb, int pix) { in BayerRowBG() argument 180 for (int x = 0; x < pix - 2; x += 2) { in BayerRowBG() 199 if (!(pix & 1)) { in BayerRowBG() [all …]
|
D | convert.cc | 70 uint8* dst_uv, int pix) { in HalfRow_SSE2() argument 95 uint8* dst_uv, int pix) { in HalfRow_SSE2() argument 108 "+r"(pix) // %2 in HalfRow_SSE2() 119 uint8* dst_uv, int pix) { in HalfRow_C() argument 120 for (int x = 0; x < pix; ++x) { in HalfRow_C() 150 uint8* dst_uv, int pix) = HalfRow_C; in I422ToI420() 425 void (*SplitUV)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) = in X420ToI420() 534 int pix) = YUY2ToUV422Row_C; in Q420ToI420() 535 void (*YUY2ToYRow)(const uint8* src_yuy2, uint8* dst_y, int pix) = in Q420ToI420() 655 uint8* dst_u, uint8* dst_v, int pix); in YUY2ToI420() [all …]
|
/external/qemu/android/skin/ |
D | argb.h | 255 ARGB_DECL(pix); in ARGB_SCALE_GENERIC() 256 ARGB_ZERO(pix); in ARGB_SCALE_GENERIC() 284 ARGB_ADD(pix,spix); in ARGB_SCALE_GENERIC() 289 ARGB_RESCALE(pix,scale2); in ARGB_SCALE_GENERIC() 290 ARGB_WRITE(pix,dst); in ARGB_SCALE_GENERIC() 350 ARGB_DECL2(spix, pix); in scale_05_to_10() 361 ARGB_ZERO(pix); in scale_05_to_10() 378 ARGB_ADD(pix,spix); in scale_05_to_10() 384 ARGB_ADD(pix,spix); in scale_05_to_10() 390 ARGB_ADD(pix,spix); in scale_05_to_10() [all …]
|
D | image.c | 317 unsigned pix = d[0]; in skin_image_load() local 320 pix = ((pix >> 8) & 0xffffff) | (pix << 24); in skin_image_load() 323 pix = (pix & 0xff00ff00) | ((pix >> 16) & 0xff) | ((pix & 0xff) << 16); in skin_image_load() 325 d[0] = pix; in skin_image_load()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftlcdfil.c | 70 FT_UInt val, pix; in _ft_lcd_filter_fir() local 74 pix = fir[0] + weights[0] * val; in _ft_lcd_filter_fir() 80 pix >>= 8; in _ft_lcd_filter_fir() 81 pix |= -( pix >> 8 ); in _ft_lcd_filter_fir() 82 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir() 86 FT_UInt pix; in _ft_lcd_filter_fir() local 89 pix = fir[0] >> 8; in _ft_lcd_filter_fir() 90 pix |= -( pix >> 8 ); in _ft_lcd_filter_fir() 91 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir() 93 pix = fir[1] >> 8; in _ft_lcd_filter_fir() [all …]
|
/external/freetype/src/base/ |
D | ftlcdfil.c | 70 FT_UInt val, pix; in _ft_lcd_filter_fir() local 74 pix = fir[0] + weights[0] * val; in _ft_lcd_filter_fir() 80 pix >>= 8; in _ft_lcd_filter_fir() 81 pix |= -( pix >> 8 ); in _ft_lcd_filter_fir() 82 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir() 86 FT_UInt pix; in _ft_lcd_filter_fir() local 89 pix = fir[0] >> 8; in _ft_lcd_filter_fir() 90 pix |= -( pix >> 8 ); in _ft_lcd_filter_fir() 91 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir() 93 pix = fir[1] >> 8; in _ft_lcd_filter_fir() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row.h | 81 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 82 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 83 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 95 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 96 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix); 110 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix); 111 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix); 112 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix); 113 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix); 114 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix); [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 287 int pix = pix_row[x]; in ReadComponent8u() local 288 dst[x*ncmpts] = CV_CAST_8U(pix); in ReadComponent8u() 293 int pix = ((pix_row[x] + delta) >> rshift) << lshift; in ReadComponent8u() local 294 dst[x*ncmpts] = CV_CAST_8U(pix); in ReadComponent8u() 300 int pix = ((pix_row[j] + delta) >> rshift) << lshift; in ReadComponent8u() local 301 dst[x*ncmpts] = dst[(x+1)*ncmpts] = CV_CAST_8U(pix); in ReadComponent8u() 306 int pix = ((pix_row[j] + delta) >> rshift) << lshift; in ReadComponent8u() local 307 pix = CV_CAST_8U(pix); in ReadComponent8u() 309 dst[x*ncmpts] = (uchar)pix; in ReadComponent8u() 349 int pix = pix_row[x]; in ReadComponent16u() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 85 GLubyte *pix = image; in paletted_to_color() local 95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); in paletted_to_color() 99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 106 pix += get_palette_entry(info, palette, ind[i], pix); in paletted_to_color()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texcompress_cpal.c | 85 GLubyte *pix = image; in paletted_to_color() local 95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); in paletted_to_color() 99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 106 pix += get_palette_entry(info, palette, ind[i], pix); in paletted_to_color()
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.cpp | 50 int pix = y * img_width; in render() local 59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize) in render() 98 buffer[4*(pix+i)] = 255*pix_iter[i]/max_iter; in render() 99 buffer[4*(pix+i)+1] = 0; in render() 100 buffer[4*(pix+i)+2] = 0; in render() 105 for(int x = alignedWidth; x < img_width; x++, pix++) in render() 106 buffer[4*pix] = buffer[4*pix+1] = buffer[4*pix+2] = 0; in render()
|
/external/mesa3d/src/glx/apple/ |
D | apple_cgl.h | 47 CGLPixelFormatObj * pix, GLint * npix); 48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); 53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, 55 CGLError(*destroy_context) (CGLContextObj pix);
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
D | apple_cgl.h | 47 CGLPixelFormatObj * pix, GLint * npix); 48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); 53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, 55 CGLError(*destroy_context) (CGLContextObj pix);
|
/external/opencv/cxcore/src/ |
D | cxmean.cpp | 53 s0 += src[x], pix++; \ 55 s0 += src[x+1], pix++; \ 60 s0 += src[x], pix++ 69 pix++; \ 80 pix++; \ 92 pix++; \ 100 s0 += src[x*(cn)], pix++; \ 102 s0+=src[(x+1)*(cn)], pix++; \ 107 s0 += src[x*(cn)], pix++; 113 int pix = 0; \ [all …]
|
D | cxmeansdv.cpp | 140 t0 = src[x*(cn)]; pix++; \ 147 t0 = src[(x+1)*(cn)]; pix++; \ 154 t0 = src[(x+2)*(cn)]; pix++; \ 161 t0 = src[(x+3)*(cn)]; pix++; \ 171 worktype t0 = src[x*(cn)]; pix++; \ 190 pix++; \ 208 pix++; \ 227 pix++; \ 245 int pix; \ 310 scale = pix ? 1./pix : 0 [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
D | native_ximage.c | 295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix) in get_pixmap_format() argument 301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix); in get_pixmap_format() 323 EGLNativePixmapType pix, in ximage_display_create_pixmap_surface() argument 331 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix); in ximage_display_create_pixmap_surface() 347 xsurf = ximage_display_create_surface(ndpy, (Drawable) pix, nconf); in ximage_display_create_pixmap_surface() 439 EGLNativePixmapType pix, in ximage_display_get_pixmap_format() argument 444 *format = get_pixmap_format(&xdpy->base, pix); in ximage_display_get_pixmap_format() 451 EGLNativePixmapType pix, in ximage_display_copy_to_pixmap() argument 457 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix); in ximage_display_copy_to_pixmap() 477 xdraw.drawable = (Drawable) pix; in ximage_display_copy_to_pixmap() [all …]
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | native_ximage.c | 295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix) in get_pixmap_format() argument 301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix); in get_pixmap_format() 323 EGLNativePixmapType pix, in ximage_display_create_pixmap_surface() argument 331 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix); in ximage_display_create_pixmap_surface() 347 xsurf = ximage_display_create_surface(ndpy, (Drawable) pix, nconf); in ximage_display_create_pixmap_surface() 439 EGLNativePixmapType pix, in ximage_display_get_pixmap_format() argument 444 *format = get_pixmap_format(&xdpy->base, pix); in ximage_display_get_pixmap_format() 451 EGLNativePixmapType pix, in ximage_display_copy_to_pixmap() argument 457 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix); in ximage_display_copy_to_pixmap() 477 xdraw.drawable = (Drawable) pix; in ximage_display_copy_to_pixmap() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-02-25-InlineAsmBug.ll | 4 define void @h264_h_loop_filter_luma_mmx2(i8* %pix, i32 %stride, i32 %alpha, i32 %beta, i8* %tc0) n… 17 %tmp154 = getelementptr i8* %pix, i32 %pix_addr.0327.sum340 ; <i8*> [#uses=1] 20 %tmp181 = getelementptr i8* %pix, i32 %pix_addr.0327.sum339 ; <i8*> [#uses=1] 23 %tmp186 = getelementptr i8* %pix, i32 %pix_addr.0327.sum338 ; <i8*> [#uses=1] 26 %tmp191 = getelementptr i8* %pix, i32 %pix_addr.0327.sum337 ; <i8*> [#uses=1]
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | RenderCoordinates.java | 312 public float fromPixToDip(float pix) { in fromPixToDip() argument 313 return pix / mDeviceScaleFactor; in fromPixToDip() 326 public float fromPixToLocalCss(float pix) { in fromPixToLocalCss() argument 327 return pix / (mDeviceScaleFactor * mPageScaleFactor); in fromPixToLocalCss()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/ |
D | main_wnd.cc | 505 uint8* pix = image_.get(); in RenderFrame() local 507 while (pix < end) { in RenderFrame() 508 pix[3] = pix[0]; // Save B to A. in RenderFrame() 509 pix[0] = pix[2]; // Set Red. in RenderFrame() 510 pix[2] = pix[3]; // Set Blue. in RenderFrame() 511 pix[3] = 0xFF; // Fixed Alpha. in RenderFrame() 512 pix += 4; in RenderFrame()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | native.h | 219 EGLNativePixmapType pix, 228 EGLNativePixmapType pix, 244 EGLNativePixmapType pix,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | native.h | 219 EGLNativePixmapType pix, 228 EGLNativePixmapType pix, 244 EGLNativePixmapType pix,
|