HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 176 - 200 of 286) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 999 int dw = 0; local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jdsammmx.asm 29 PW_ONE times 4 dw 1
30 PW_TWO times 4 dw 2
31 PW_THREE times 4 dw 3
32 PW_SEVEN times 4 dw 7
33 PW_EIGHT times 4 dw 8
jdsamss2-64.asm 30 PW_ONE times 8 dw 1
31 PW_TWO times 8 dw 2
32 PW_THREE times 8 dw 3
33 PW_SEVEN times 8 dw 7
34 PW_EIGHT times 8 dw 8
jdsamss2.asm 29 PW_ONE times 8 dw 1
30 PW_TWO times 8 dw 2
31 PW_THREE times 8 dw 3
32 PW_SEVEN times 8 dw 7
33 PW_EIGHT times 8 dw 8
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 614 times 4 dw 0x0001
617 times 4 dw 0x1b00
620 times 4 dw 0x1200
623 times 4 dw 0x0900
626 times 4 dw 0x003f
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 614 times 4 dw 0x0001
617 times 4 dw 0x1b00
620 times 4 dw 0x1200
623 times 4 dw 0x0900
626 times 4 dw 0x003f
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 614 times 4 dw 0x0001
617 times 4 dw 0x1b00
620 times 4 dw 0x1200
623 times 4 dw 0x0900
626 times 4 dw 0x003f
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
idctllm_sse2.asm 702 times 8 dw 0x0004
705 times 8 dw 0x8A8C
708 times 8 dw 0x4E7B
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 702 times 8 dw 0x0004
705 times 8 dw 0x8A8C
708 times 8 dw 0x4E7B
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idctllm_sse2.asm 702 times 8 dw 0x0004
705 times 8 dw 0x8A8C
708 times 8 dw 0x4E7B
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
crypto.c 130 DWORD dw = GetLastError (); local
133 FORMAT_MESSAGE_FROM_SYSTEM, NULL, dw,
  /external/qemu-pc-bios/bochs/bios/
rombios.c 255 dw ?2
256 dw ?1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compstui.h 503 #define IS_DMPUB_HIDDEN(dw, DMPub) (WINBOOL)((DWORD)(dw) & MAKE_DMPUB_HIDEBIT(DMPub))
    [all...]
xenroll.h 143 virtual HRESULT WINAPI put_KeySpec(LONG dw) = 0;
213 HRESULT (WINAPI *put_KeySpec)(ICEnroll *This,LONG dw);
282 #define ICEnroll_put_KeySpec(This,dw) (This)->lpVtbl->put_KeySpec(This,dw)
379 HRESULT WINAPI ICEnroll_put_KeySpec_Proxy(ICEnroll *This,LONG dw);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver.cc     [all...]
win32regkey.cc 266 DWORD dw = 0; local
269 sam_desired, lpSecAttr, &h_key, &dw);
273 *lpdwDisposition = dw;
  /external/elfutils/0.153/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);
  /frameworks/base/core/java/android/widget/
ProgressBar.java 1683 int dw = 0; local
    [all...]
  /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 888 int32_t dw = (newWidth - mCurrentCrop.width())/2; local
889 outCrop.left -=dw;
890 outCrop.right += dw;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 6210 DeffWork *dw = local
    [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...]

Completed in 2006 milliseconds

1 2 3 4 5 6 78 91011>>