Searched refs:dw (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/WebCore/platform/qt/
H A DScreenQt.cpp62 QDesktopWidget* dw = QApplication::desktop();
63 if (!dw)
66 return IntRect(dw->screenGeometry(qw));
85 QDesktopWidget* dw = QApplication::desktop();
86 if (!dw)
89 return IntRect(dw->availableGeometry(qw));
/external/libvpx/vp8/encoder/x86/
H A Ddct_sse2.asm139 dw 5352
140 dw 2217
141 dw 5352
142 dw 2217
143 dw 5352
144 dw 2217
145 dw 5352
146 dw 2217
149 dw 2217
150 dw
[all...]
H A Ddct_mmx.asm489 times 4 dw 23170
491 dw 30274
492 dw 12540
493 dw -12540
494 dw -30274
496 dw 23170
497 times 2 dw -23170
498 dw 23170
500 dw 12540
501 dw
[all...]
H A Dfwalsh_sse2.asm155 dw 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001
158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
H A Dvariance_impl_sse2.asm976 times 8 dw 64
/external/libvpx/vp8/common/x86/
H A Dsubpixel_mmx.asm731 times 4 dw 0x40
736 times 8 dw 0
737 times 8 dw 0
738 times 8 dw 128
739 times 8 dw 0
740 times 8 dw 0
741 times 8 dw 0
743 times 8 dw 0
744 times 8 dw -6
745 times 8 dw 12
[all...]
H A Diwalsh_sse2.asm113 times 4 dw 0x8A8C
116 times 4 dw 0x4E7B
119 times 4 dw 0x0004
H A Didctllm_mmx.asm286 times 4 dw 0x8A8C
289 times 4 dw 0x4E7B
292 times 4 dw 0x0004
H A Dpostproc_mmx.asm528 times 16 dw 16
529 times 8 dw 64
530 times 16 dw 16
531 times 8 dw 0
534 times 4 dw 0x40
H A Didctllm_sse2.asm702 times 8 dw 0x0004
705 times 8 dw 0x8A8C
708 times 8 dw 0x4E7B
H A Dloopfilter_mmx.asm1765 times 4 dw 0x0001
1768 times 4 dw 0x1b00
1771 times 4 dw 0x1200
1774 times 4 dw 0x0900
1777 times 4 dw 0x003f
H A Dloopfilter_sse2.asm1774 times 8 dw 0x0001
1777 times 8 dw 0x0900
1780 times 8 dw 0x003f
H A Dpostproc_sse2.asm693 times 8 dw 0x04
H A Dsubpixel_sse2.asm1374 times 8 dw 0x40
H A Dsubpixel_ssse3.asm1514 times 8 dw 0x40
/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c617 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
622 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
625 if (dw < (int)dst->y_width)
627 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
634 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
637 if (dw / 2 < (int)dst->uv_width)
639 duck_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i*dst->uv_stride+dw/
898 int dw = scale_vars->expanded_frame_width; local
937 dst_yuv_config->uv_stride, dw, dh); local
943 dst_yuv_config->uv_stride, dw, dh); local
[all...]
/external/libvpx/vpx_scale/leapster/
H A Dvpxscale_lf.c459 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
464 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
467 if (dw < (int)dst->y_width)
469 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
476 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
479 if (dw / 2 < (int)dst->uv_width)
481 duck_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i*dst->uv_stride+dw/
700 int dw = scale_vars->expanded_frame_width; local
739 dst_yuv_config->uv_stride, dw, dh); local
745 dst_yuv_config->uv_stride, dw, dh); local
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp98 int dw = sw + 2*rx; local
111 for (int x = 0; x < dw; x++) {
147 int dw = sw + 2*rx; local
163 for (int x = 0; x < dw; x++) {
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXv.c430 unsigned int dw, unsigned int dh
452 req->drw_w = dw;
470 unsigned int dw, unsigned int dh
491 req->drw_w = dw;
509 unsigned int dw, unsigned int dh
530 req->drw_w = dw;
548 unsigned int dw, unsigned int dh
569 req->drw_w = dw;
422 XvPutVideo( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
462 XvPutStill( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
501 XvGetVideo( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
540 XvGetStill( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
/external/openssl/crypto/pem/
H A Dpvkfmt.c440 static void write_ledword(unsigned char **out, unsigned int dw) argument
443 *p++ = dw & 0xff;
444 *p++ = (dw>>8) & 0xff;
445 *p++ = (dw>>16) & 0xff;
446 *p++ = (dw>>24) & 0xff;
/external/webkit/WebCore/rendering/
H A DRenderView.cpp626 int dw = c->width() + c->marginLeft() + c->marginRight(); local
627 if (dw > w)
628 w = dw;
/external/libvpx/vp8/decoder/x86/
H A Ddequantize_mmx.asm455 times 4 dw 0x8A8C
458 times 4 dw 0x4E7B
461 times 4 dw 0x0004
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h170 float dx, float dy, float dw, float dh, const String& compositeOperation);
H A DCanvasRenderingContext2D.cpp1120 float dx, float dy, float dw, float dh,
1146 FloatRect destRect = FloatRect(dx, dy, dw, dh);
1118 drawImageFromRect(HTMLImageElement* image, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, const String& compositeOperation) argument
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_A.c1806 Uint32 sw, dw, s; local
1808 dw = *(Uint32 *)dstp;
1815 *(Uint32 *)dstp = BLEND2x16_50(dw, s, mask);
1851 Uint32 dw = *(Uint32 *)dstp; local
1852 *(Uint32 *)dstp = BLEND2x16_50(dw, sw, mask);

Completed in 1959 milliseconds

12