Home
last modified time | relevance | path

Searched refs:motion (Results 1 – 25 of 112) sorted by relevance

12345

/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
Dsketch_3D_reconstruction.pde40 // initialize motion field
65 false); // true: turn on motion field; false: turn off motion field
66 // save frame with no motion field
71 // save frame with motion field
DMotionField.pde11 // clear motion field
16 // estimate motion vector of each point in point cloud
59 // estimate the motion vector of each block
/external/libvpx/libvpx/vp8/common/
Dvp8_skin_detection.c36 int motion = 1; in vp8_compute_skin_block() local
37 if (consec_zeromv > 25 && curr_motion_magn == 0) motion = 0; in vp8_compute_skin_block()
43 return vpx_skin_pixel(ysource, usource, vsource, motion); in vp8_compute_skin_block()
53 num_skin += vpx_skin_pixel(ysource, usource, vsource, motion); in vp8_compute_skin_block()
/external/python/cpython2/Demo/tkinter/guido/
Dpaint.py34 drawing_area.bind("<Motion>", motion)
50 def motion(event): function
/external/libvpx/libvpx/vpx_dsp/
Dskin_detection.c49 int vpx_skin_pixel(const int y, const int cb, const int cr, int motion) { in vpx_skin_pixel() argument
65 } else if (motion == 0 && in vpx_skin_pixel()
Dskin_detection.h18 int vpx_skin_pixel(const int y, const int cb, const int cr, int motion);
/external/autotest/server/site_tests/enterprise_CFM_PTZStress/
Denterprise_CFM_PTZStress.py97 for motion in ptz_motion_sequence:
98 self.cfm_facade.move_camera(motion)
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dtfl_while_op_licm.mlir1 // RUN: tf-opt -loop-invariant-code-motion %s -o - | FileCheck %s --dump-input-on-failure
2 // RUN: tf-opt -loop-invariant-code-motion -canonicalize %s -o - | FileCheck %s --check-prefix=CANO…
/external/skia/example/
DSkiaSDLExample.cpp56 if (event.motion.state == SDL_PRESSED) { in handle_events()
58 rect.fRight = event.motion.x; in handle_events()
59 rect.fBottom = event.motion.y; in handle_events()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c25 int motion = 1; in vp9_compute_skin_block() local
35 if (consec_zeromv > 25 && curr_motion_magn == 0) motion = 0; in vp9_compute_skin_block()
36 return vpx_skin_pixel(ysource, usource, vsource, motion); in vp9_compute_skin_block()
/external/skqp/example/
DSkiaSDLExample.cpp56 if (event.motion.state == SDL_PRESSED) { in handle_events()
58 rect.fRight = event.motion.x; in handle_events()
59 rect.fBottom = event.motion.y; in handle_events()
/external/llvm/test/Transforms/InstMerge/
Dexceptions.ll1 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
2 ; RUN: opt -aa-pipeline=basic-aa -passes='require<memdep>',mldst-motion \
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstMerge/
Dexceptions.ll1 ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
2 ; RUN: opt -aa-pipeline=basic-aa -passes='require<memdep>',mldst-motion \
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr24426.ll1 ; RUN: opt < %s -memcpyopt -mldst-motion -newgvn -S | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dpr24426.ll1 ; RUN: opt < %s -memcpyopt -mldst-motion -gvn -S | FileCheck %s
Dpr36063.ll1 ; RUN: opt < %s -memcpyopt -mldst-motion -gvn -S | FileCheck %s
/external/llvm/test/Transforms/GVN/
Dpr24426.ll1 ; RUN: opt < %s -memcpyopt -mldst-motion -gvn -S | FileCheck %s
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt18 motion.
32 extra code motion opportunities could also be exploited though...
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt18 motion.
32 extra code motion opportunities could also be exploited though...
/external/autotest/client/site_tests/touch_GestureNav/
DREADME2 All scrolls recorded should be unaccelerated and done in a single motion
/external/autotest/client/site_tests/touch_TabSwitch/
DREADME2 recorded should be unaccelerated and done in a single motion (i.e. do not
/external/libaom/libaom/av1/encoder/
Dransac.c365 static void clear_motion(RANSAC_MOTION *motion, int num_points) { in clear_motion() argument
366 motion->num_inliers = 0; in clear_motion()
367 motion->variance = kInfiniteVariance; in clear_motion()
368 memset(motion->inlier_indices, 0, in clear_motion()
369 sizeof(*motion->inlier_indices) * num_points); in clear_motion()
/external/walt/docs/
DDragLatency.md30 The app collects all the motion events reported by Android with their coordinates and timestamps. T…
38 …dinate assumes the laser beam is parallel to the _x_ axis and prefers no motion of the finger in t…
/external/llvm/test/CodeGen/X86/
Dmul-i256.ll15 ; There is a lot of inter-register motion, and so matching the instruction
/external/libaom/libaom/
DSample.cfg22 disable_global_motion = 0 # disable global motion

12345