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

1 23 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 214 dw 5352
215 dw 2217
216 dw 5352
217 dw 2217
220 dw 2217
221 dw -5352
222 dw 2217
223 dw -5352
226 times 4 dw 1
229 times 4 dw
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
dct_mmx.asm 214 dw 5352
215 dw 2217
216 dw 5352
217 dw 2217
220 dw 2217
221 dw -5352
222 dw 2217
223 dw -5352
226 times 4 dw 1
229 times 4 dw
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp 441 int dw0 = tab_size, dw;
582 for( j = 1, dw = dw0; j < nx; j++, dw += dw0 )
587 r2 = v0[nx].re*wave[dw*2].re - v0[nx].im*wave[dw*2].im;
588 i2 = v0[nx].re*wave[dw*2].im + v0[nx].im*wave[dw*2].re;
589 r0 = v1[0].re*wave[dw].im + v1[0].im*wave[dw].re;
590 i0 = v1[0].re*wave[dw].re - v1[0].im*wave[dw].im
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
EmulatorDisplayOverlay.java 116 void positionSurface(int dw, int dh, int rotation) {
117 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
120 mLastDW = dw;
FakeWindowImpl.java 80 void layout(int dw, int dh) {
82 mWindowHandle.touchableRegion.set(0, 0, dw, dh);
88 mWindowHandle.frameRight = dw;
  /external/elfutils/0.153/libdwfl/
dwfl_nextcu.c 91 && (mod->dw != NULL
  /frameworks/base/tools/aapt/tests/
MockFileFinder.h 37 DirectoryWalker* dw)
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jccolmmx.asm 44 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
45 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
46 PW_MF016_MF033 times 2 dw -F_0_168,-F_0_331
47 PW_MF008_MF041 times 2 dw -F_0_081,-F_0_418
jccolss2-64.asm 41 PW_F0299_F0337 times 4 dw F_0_299, F_0_337
42 PW_F0114_F0250 times 4 dw F_0_114, F_0_250
43 PW_MF016_MF033 times 4 dw -F_0_168,-F_0_331
44 PW_MF008_MF041 times 4 dw -F_0_081,-F_0_418
jccolss2.asm 41 PW_F0299_F0337 times 4 dw F_0_299, F_0_337
42 PW_F0114_F0250 times 4 dw F_0_114, F_0_250
43 PW_MF016_MF033 times 4 dw -F_0_168,-F_0_331
44 PW_MF008_MF041 times 4 dw -F_0_081,-F_0_418
jdcolmmx.asm 42 PW_F0402 times 4 dw F_0_402
43 PW_MF0228 times 4 dw -F_0_228
44 PW_MF0344_F0285 times 2 dw -F_0_344, F_0_285
45 PW_ONE times 4 dw 1
jdcolss2-64.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
jdcolss2.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
jdmermmx.asm 42 PW_F0402 times 4 dw F_0_402
43 PW_MF0228 times 4 dw -F_0_228
44 PW_MF0344_F0285 times 2 dw -F_0_344, F_0_285
45 PW_ONE times 4 dw 1
jdmerss2-64.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
jdmerss2.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
macho-reloc64-err.asm 8 blah dw 5
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest2.asm 29 _fardata: dw _term ; [4]
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 49 int dw = mDrawable.getIntrinsicWidth(); local
53 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 50 bssptr dw bss_sym ; [2] [11]
51 dataptr dw datasym+5 ; [2] [10]
52 textptr dw endX ; [2] [9]
  /external/libpcap/msdos/
pkt_rx1.s 30 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets
31 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf
32 _pktDrop dw 0,0 ; packet drop counter
38 screenSeg dw 0B800h
39 newInOffset dw 0
42 fanIndex dw 0
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_video_config_parser.cpp 28 #define GetUnalignedDword( pb, dw ) \
29 (dw) = ((uint32) *(pb + 3) << 24) + \
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32);
40 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw )
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 28 #define GetUnalignedDword( pb, dw ) \
29 (dw) = ((uint32) *(pb + 3) << 24) + \
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32);
40 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw )
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 64 #define VIDDEC_GetUnalignedDword( pb, dw ) \
65 (dw) = ((OMX_U32) *(pb + 3) << 24) + \
69 #define VIDDEC_GetUnalignedDwordEx( pb, dw ) VIDDEC_GetUnalignedDword( pb, dw ); (pb) += sizeof(OMX_U32);
70 #define VIDDEC_LoadDWORD( dw, p ) VIDDEC_GetUnalignedDwordEx( p, dw )
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_ssse3_x86_64.asm 18 pw_11585x2: times 8 dw 23170
20 pw_16: times 8 dw 16
23 pw_%1_%2: dw %1, %2, %1, %2, %1, %2, %1, %2
24 pw_m%2_%1: dw -%2, %1, -%2, %1, -%2, %1, -%2, %1
32 dpw_%1_%2: dw %1, %1, %1, %1, %2, %2, %2, %2
36 dpw_m%1_%2: dw -%1, -%1, -%1, -%1, %2, %2, %2, %2
40 dpw_m%1_m%2: dw -%1, -%1, -%1, -%1, -%2, -%2, -%2, -%2

Completed in 2211 milliseconds

1 23 4 5 6 7 8 91011>>