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 30 import scipy.spatial namespace
124 dist = scipy.spatial.distance.correlation(cam_rots, gyro_rots)
150 dists.append(scipy.spatial.distance.correlation(cam_rots, gyro_rots))
  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 96 ResolutionAction() : spatial(kNoChangeSpatial), temporal(kNoChangeTemporal) {}
97 SpatialAction spatial; member in struct:webrtc::ResolutionAction
101 // Down-sampling factors for spatial (width and height), and temporal.
132 // Compute spatial texture magnitude and level.
133 // Spatial texture is a spatial prediction error measure.
137 // NFD is normalized frame difference (normalized by spatial variance).
213 // Output: the spatial and/or temporal scale change.
260 // Covert 2 stages of 3/4 (=9/16) spatial decimation to 1/2.
263 // Returns true if the new frame sizes, under the selected spatial action
    [all...]

Completed in 93 milliseconds