/external/elfutils/libdwfl/ |
derelocate.c | 300 if (mod->dw == NULL)
|
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 279 int w, int h, int dw, int dh);
|
/external/opencv/cv/src/ |
cvsurf.cpp | 282 float DW[PATCH_SZ][PATCH_SZ]; 283 CvMat _DW = cvMat(PATCH_SZ, PATCH_SZ, CV_32F, DW); 322 DW[i][j] = (float)val; 476 float dw = DW[i][j]; local 477 float vx = (PATCH[i][j+1] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i+1][j])*dw; 478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i][j+1])*dw;
|
/frameworks/native/libs/gui/ |
GLConsumer.cpp | 930 int32_t dw = (newWidth - mCurrentCrop.width())/2; local 931 outCrop.left -=dw; 932 outCrop.right += dw; [all...] |
/external/libyuv/files/source/ |
convert.cc | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoframe_unittest.h | 90 int32 width, int32 height, int dw, int dh, int rotation, 93 return LoadFrame(ms.get(), format, width, height, dw, dh, rotation, frame); 102 int32 width, int32 height, int dw, int dh, int rotation, 112 format, width, height, dw, dh, rotation, frame); 123 int32 width, int32 height, int dw, int dh, int rotation, 127 ret = frame->Init(format, width, height, dw, dh, [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32regkey.cc | 283 DWORD dw = 0; local 286 sam_desired, lpSecAttr, &h_key, &dw); 290 *lpdwDisposition = dw; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.c | 627 GLfloat w, dw; local 642 dw = span->attrStepX[FRAG_ATTRIB_WPOS][3]; 643 w = span->attrStart[FRAG_ATTRIB_WPOS][3] + span->leftClip * dw; 647 w += dw; [all...] |
/external/elfutils/tests/ |
show-die-info.c | 31 #include ELFUTILS_HEADER(dw)
|
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 627 GLfloat w, dw; local 642 dw = span->attrStepX[FRAG_ATTRIB_WPOS][3]; 643 w = span->attrStart[FRAG_ATTRIB_WPOS][3] + span->leftClip * dw; 647 w += dw; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 924 glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, int *dh) 930 return (t->QueryChannelDeltasSGIX)(dpy, screen, channel, dx, dy, dw, dh); [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
PhysicsSpace.java | 236 public void internalTick(DynamicsWorld dw, float f) { 261 public void internalTick(DynamicsWorld dw, float f) { [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_ssse3.asm | 354 times 8 dw 64
|
recon_sse2.asm | 1072 times 4 dw 4 1075 times 8 dw 8 1078 times 8 dw 0x400
|
loopfilter_mmx.asm | [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 14 pw_1: times 8 dw 1
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 924 glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, int *dh) 930 return (t->QueryChannelDeltasSGIX)(dpy, screen, channel, dx, dy, dw, dh); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 725 const TInt dw = (sz.iWidth << 16) / sz.iHeight; local 726 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight));
|
dsa.cpp | 1189 const TInt dw = (sz.iWidth << 16) / sz.iHeight; local 1190 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight));
|
dsa_new.cpp | 1120 const TInt dw = (sz.iWidth << 16) / sz.iHeight; local 1121 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight));
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
glxext.h | 726 extern int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh); 732 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh); [all...] |
/external/mesa3d/include/GL/ |
glxext.h | 726 extern int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh); 732 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 1807 Uint32 sw, dw, s; local 1852 Uint32 dw = *(Uint32 *)dstp; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |