HomeSort by relevance Sort by last modified time
    Searched full:distortion (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 199 int distortion; local
207 NULL, &distortion, &sse);
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 59 int distortion; local
67 & distortion, &sse);
vp9_onyx_int.h 195 // terminate search early based on distortion so far compared to
196 // qp step, distortion in the neighborhood of the frame, etc.
vp9_temporal_filter.c 165 int distortion; local
175 &distortion, &sse);
vp9_mcomp.c 205 *distortion = thismse; \
284 int *distortion,
321 *distortion = besterr;
382 int *distortion,
418 *distortion = besterr;
474 int *distortion,
517 *distortion = besterr;
577 int *distortion,
619 *distortion = besterr;
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/importer/
v8_log_importer.js 202 'distortion': {
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.1.html 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44333">Bug 44333</a> - [bisected] Color distortion with xbmc mediaplayer</li>
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTest.java 63 * then blended together to reduce distortion and stretching.
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 112 {MNOTE_OLYMPUS_TAG_LENSDISTORTION, "LensDistortionParams", N_("Lens Distortion Parameters"), ""},
  /external/mesa3d/docs/
relnotes-8.0.1.html 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44333">Bug 44333</a> - [bisected] Color distortion with xbmc mediaplayer</li>
  /external/chromium_org/third_party/libwebp/webp/
encode.h 101 float target_PSNR; // if non-zero, specifies the minimal distortion to
303 // 6: bit cost, 7: distortion
371 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
  /external/chromium_org/v8/tools/profviz/
composer.js 148 var distortion = 0;
221 distortion += distortion_per_entry;
222 return int_timestamp / 1000 - distortion;
  /external/opencv/cv/src/
cvundistort.cpp 160 "Distortion coefficients must be 1x4, 4x1, 1x5 or 5x1 floating-point vector" );
223 "Distortion coefficients must be 1x4, 4x1, 1x5 or 5x1 floating-point vector" );
459 // compensate distortion iteratively
  /external/webp/include/webp/
encode.h 101 float target_PSNR; // if non-zero, specifies the minimal distortion to
303 // 6: bit cost, 7: distortion
371 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectFactory.java 77 * <p>Applies a fisheye lens distortion to the image.</p>
82 * <td>The scale of the distortion.</td>
83 * <td>Float, between 0 and 1. Zero means no distortion.</td>
  /external/webp/
README 173 -print_psnr ............ prints averaged PSNR distortion.
174 -print_ssim ............ prints averaged SSIM distortion.
175 -print_lsim ............ prints local-similarity distortion.
  /external/ceres-solver/examples/
bundle_adjuster.cc 288 // the radial distortion parameters.
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 197 * The major effect is to reduce possible distortion caused by
  /external/chromium_org/third_party/opus/src/silk/
structs.h 173 opus_int mu_LTP_Q9; /* Rate-distortion tradeoff in LTP quantization */
NSQ_del_dec.c 123 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
466 /* Find two quantization level candidates and measure their rate-distortion */
    [all...]
  /external/freetype/src/autofit/
afhints.h 197 * The major effect is to reduce possible distortion caused by
  /external/opencv/cvaux/include/
cvaux.h 513 float distortion[4]; /* distortion coefficients - two coefficients for radial distortion member in struct:CvCamera
894 float distortion[4]; member in struct:__anon23995
    [all...]
  /external/libvpx/libvpx/
CHANGELOG 247 Reduce unnecessary distortion computation
268 Adjusted rate-distortion constants
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 286 cameraParams[i].distortion,
875 CvMat k = cvMat( 1, 4, CV_32FC1, cameraParams[i].distortion );
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 159 /* calc real distortion */
652 /* quantize and calc sum of new distortion */

Completed in 2537 milliseconds

1 23 4 5 6 7