HomeSort by relevance Sort by last modified time
    Searched defs:spatial (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 29 import scipy.spatial namespace
118 dist = scipy.spatial.distance.correlation(cam_rots,gyro_rots)
144 dists.append(scipy.spatial.distance.correlation(cam_rots,gyro_rots))
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.h 108 : spatial(kNoChangeSpatial),
111 SpatialAction spatial; member in struct:webrtc::ResolutionAction
115 // Down-sampling factors for spatial (width and height), and temporal.
149 // Compute spatial texture magnitude and level.
150 // Spatial texture is a spatial prediction error measure.
154 // NFD is normalized frame difference (normalized by spatial variance).
231 // Output: the spatial and/or temporal scale change.
278 // Covert 2 stages of 3/4 (=9/16) spatial decimation to 1/2.
281 // Returns true if the new frame sizes, under the selected spatial action
    [all...]

Completed in 1519 milliseconds