Searched refs:motion (Results 1 – 25 of 37) sorted by relevance
12
/external/ceres-solver/data/libmv-ba-problems/ |
D | Readme.txt | 3 - problem_01.bin is a final camera motion refinement step of 07_1a scene. 4 - problem_02.bin is a final camera motion refinement step of 03_2a scene. 5 - problem_03.bin is a final camera motion refinement step of 09_1a scene.
|
/external/skia/src/views/sdl/ |
D | SkOSWindow_SDL.cpp | 164 if (event.motion.state == SDL_PRESSED) { in handleSDLEvent() 165 this->handleClick(event.motion.x, event.motion.y, in handleSDLEvent()
|
/external/libvncserver/x11vnc/ |
D | allowed_input_t.h | 40 int motion; member
|
D | pointer.c | 607 if (input.motion || input.button) { in pipe_pointer() 730 if (input.motion) { in pointer_event() 735 if (!view_only && (input.motion || input.button)) { in pointer_event() 755 if (! input.motion && ! input.button) { in pointer_event() 849 if (! input.motion) { in pointer_event() 922 if (input.motion) { in pointer_event()
|
D | uinput.c | 1019 } else if (! input.motion) { in uinput_pointer_command() 1032 if (uinput_always && !mask && !bmask && input.motion) { in uinput_pointer_command() 1132 if (input.motion) { in uinput_pointer_command()
|
D | macosx.c | 280 if (! input.motion || ! input.button) { in macosx_pointer_command()
|
D | keyboard.c | 2781 input->motion = 0; in get_allowed_input() 2788 input->motion = 1; in get_allowed_input() 2822 input->motion = 1; in get_allowed_input()
|
D | RELEASE-NOTES | 686 encoding extended to do motion video and photo regions 988 To automatically fix the common mouse motion problem on XINERAMA 1426 (Keystroke, Mouse-motion, Button-click). Useful for
|
D | ChangeLog | 619 * x11vnc: more tweaks to UINPUT, mostly mouse motion. 952 * Add -input to fine tune client input (keystroke, mouse motion,
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 18 motion. 32 extra code motion opportunities could also be exploited though...
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 135 Adds a motion compensated temporal denoiser to the encoder, which 190 enhancement (MFQE) in sections of the frame where there is motion. 243 related to the clamping of motion vectors in SPLITMV blocks. This 311 Reduce motion vector search on alt-ref frame. 327 Preload reference area in sub-pixel motion search (real-time mode) 350 Removed firstpass motion map 424 Fixed use of motion percentage in KF/GF group calc 494 vpxdec visualizations added for motion vectors, block modes, references 540 Tune effect of motion on KF/GF boost in two pass 551 Fix bug in 1st pass motion compensation
|
/external/libvncserver/client_examples/ |
D | SDLvncviewer.c | 392 x = e->motion.x; in handleSDLEvent() 393 y = e->motion.y; in handleSDLEvent() 394 state = e->motion.state; in handleSDLEvent()
|
/external/llvm/test/Transforms/InstMerge/ |
D | st_sink_no_barrier_call.ll | 3 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | st_sink_barrier_call.ll | 3 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | st_sink_no_barrier_load.ll | 3 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | st_sink_with_barrier.ll | 2 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | st_sink_two_stores.ll | 3 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | st_sink_no_barrier_store.ll | 3 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | ld_hoist1.ll | 2 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
D | ld_hoist_st_sink.ll | 3 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
/external/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 340 ; code motion even if we are known safe. These two concepts are separate and 418 ; Make sure that even though we stop said code motion we still allow for
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 145 Bool motion, in query_best_size() argument
|
/external/llvm/test/CodeGen/X86/ |
D | dbg-changes-codegen-branch-folding.ll | 3 ; http://llvm.org/PR19051. Minor code-motion difference with -g.
|
/external/jpeg/ |
D | README | 207 (Adjacent articles in that issue discuss MPEG motion picture compression,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | IJG_README | 207 (Adjacent articles in that issue discuss MPEG motion picture compression,
|
12