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

  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 81 // Spatial measure: take average of 3 prediction errors.
176 down_action_history_[i].spatial = kNoChangeSpatial;
301 // 2) The possible down-sampling actions are: spatial by 1/2x1/2, 3/4x3/4;
303 // 3) The action for going back up is the reverse of last (spatial or temporal)
306 // 4) The total amount of down-sampling (spatial and/or temporal) from the
340 if (down_action_history_[0].spatial != kNoChangeSpatial ||
365 action_.spatial = kNoChangeSpatial;
398 // Use base layer frame rate for temporal layers: this will favor spatial.
428 float fac_width = kFactorWidthSpatial[down_action_history_[0].spatial];
429 float fac_height = kFactorHeightSpatial[down_action_history_[0].spatial];
    [all...]
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...]
  /cts/apps/CameraITS/build/
envsetup.sh 34 for M in numpy PIL Image matplotlib pylab scipy.stats scipy.spatial
  /external/libmpeg2/common/arm/
ideint_spatial_filter_a9.s 24 @* This file contains definitions of routines for spatial filter
40 @* @brief Performs spatial filtering
43 @* This functions performs edge adaptive spatial filtering on a 8x8 block
ideint_cac_a9.s 24 @* This file contains definitions of routines for spatial filter
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 30 import scipy.spatial namespace
144 dist = scipy.spatial.distance.correlation(cam_rots, gyro_rots)
170 dists.append(scipy.spatial.distance.correlation(cam_rots, gyro_rots))
  /external/valgrind/drd/scripts/
run-splash2 238 cd ${SPLASH2}/codes/apps/water-spatial
239 test_input=${DRD_SCRIPTS_DIR}/run-splash2-water-input psep=' ' run_test ./WATER-SPATIAL
  /external/libvpx/libvpx/
configure 45 ${toggle_spatial_resampling} spatial sampling (scaling) support
58 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser
  /external/ImageMagick/www/api/
compare.php 187 <p>A small normalized mean square error, accessed as image-&gt;normalized_mean_error, suggests the images are very similar in spatial layout and color.</p>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 673 * Do escaping of whitespace to preserve spatial formatting. We use character
    [all...]

Completed in 827 milliseconds