/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | sketch_3D_reconstruction.pde | 40 // 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
|
D | MotionField.pde | 11 // 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/ |
D | vp8_skin_detection.c | 36 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/ |
D | paint.py | 34 drawing_area.bind("<Motion>", motion) 50 def motion(event): function
|
/external/libvpx/libvpx/vpx_dsp/ |
D | skin_detection.c | 49 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()
|
D | skin_detection.h | 18 int vpx_skin_pixel(const int y, const int cb, const int cr, int motion);
|
/external/autotest/server/site_tests/enterprise_CFM_PTZStress/ |
D | enterprise_CFM_PTZStress.py | 97 for motion in ptz_motion_sequence: 98 self.cfm_facade.move_camera(motion)
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | tfl_while_op_licm.mlir | 1 // 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/ |
D | SkiaSDLExample.cpp | 56 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/ |
D | vp9_skin_detection.c | 25 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/ |
D | SkiaSDLExample.cpp | 56 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/ |
D | exceptions.ll | 1 ; 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/ |
D | exceptions.ll | 1 ; 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/ |
D | pr24426.ll | 1 ; RUN: opt < %s -memcpyopt -mldst-motion -newgvn -S | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | pr24426.ll | 1 ; RUN: opt < %s -memcpyopt -mldst-motion -gvn -S | FileCheck %s
|
D | pr36063.ll | 1 ; RUN: opt < %s -memcpyopt -mldst-motion -gvn -S | FileCheck %s
|
/external/llvm/test/Transforms/GVN/ |
D | pr24426.ll | 1 ; RUN: opt < %s -memcpyopt -mldst-motion -gvn -S | FileCheck %s
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 18 motion. 32 extra code motion opportunities could also be exploited though...
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 18 motion. 32 extra code motion opportunities could also be exploited though...
|
/external/autotest/client/site_tests/touch_GestureNav/ |
D | README | 2 All scrolls recorded should be unaccelerated and done in a single motion
|
/external/autotest/client/site_tests/touch_TabSwitch/ |
D | README | 2 recorded should be unaccelerated and done in a single motion (i.e. do not
|
/external/libaom/libaom/av1/encoder/ |
D | ransac.c | 365 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/ |
D | DragLatency.md | 30 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/ |
D | mul-i256.ll | 15 ; There is a lot of inter-register motion, and so matching the instruction
|
/external/libaom/libaom/ |
D | Sample.cfg | 22 disable_global_motion = 0 # disable global motion
|