Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dbiss0001.cxx47 upm::BISS0001* motion = new upm::BISS0001(2); in main() local
51 bool val = motion->value(); in main()
66 delete motion; in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DBISS0001Sample.java39 upm_biss0001.BISS0001 motion = new upm_biss0001.BISS0001(7); in main() local
42 boolean value = motion.value(); in main()
/hardware/bsp/intel/peripheral/libupm/src/biss0001/
DCMakeLists.txt2 set (libdescription "upm biss0001 motion module")
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME22 this enables motion interrupt during the disable sequence.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG107 Adds a motion compensated temporal denoiser to the encoder, which
162 enhancement (MFQE) in sections of the frame where there is motion.
215 related to the clamping of motion vectors in SPLITMV blocks. This
283 Reduce motion vector search on alt-ref frame.
299 Preload reference area in sub-pixel motion search (real-time mode)
322 Removed firstpass motion map
396 Fixed use of motion percentage in KF/GF group calc
466 vpxdec visualizations added for motion vectors, block modes, references
512 Tune effect of motion on KF/GF boost in two pass
523 Fix bug in 1st pass motion compensation
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Dmpu_iio.c341 void handle_motion(int motion) in handle_motion() argument
343 printf("motion=%x\n", motion); in handle_motion()