/external/ImageMagick/utilities/ |
composite.1 | 77 \-distort geometry shift lookup according to a absolute distortion map
|
composite.1.in | 77 \-distort geometry shift lookup according to a absolute distortion map
|
/external/ImageMagick/www/api/ |
compare.html | 63 <p>CompareImagesCommand() compares two images and returns the difference between them as a distortion metric and as a new image visually annotating their differences.</p>
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
Cookie.java | 38 * of URL encoding, attempting to cause as little distortion to the
|
/external/libavc/encoder/ |
ih264e_rate_control.h | 195 * After encoding a mb, information such as mb type, qp used, mb distortion
|
/external/libopus/silk/ |
NLSF_encode.c | 125 /* Find the lowest rate-distortion error */
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 54 // Note that the rate-distortion optimization loop, bit-stream writer, and
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_cyclicrefresh.h | 56 // Thresholds applied to the projected rate/distortion of the coding block,
|
vp9_rd.c | 344 // Normalized distortion: 345 // This table models the normalized distortion for a Laplacian source 350 // Note the actual distortion is Dn * variance. 394 // This function models the rate and distortion for a Laplacian
|
vp9_mcomp.c | 188 *distortion = thismse; \ 324 int *distortion) { 342 *distortion = besterr; 353 *distortion = besterr; 396 int *distortion, 404 sse1, distortion); 475 int *distortion, 483 sse1, distortion); 549 int *distortion, 557 sse1, distortion); [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
vp8enci.h | 65 typedef enum { // Rate-distortion optimization levels 162 typedef int64_t score_t; // type used for scores, rate, distortion 260 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score.
|
/external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/ |
CameraCalibrationActivity.java | 6 // The results are the camera matrix and 5 distortion coefficients.
|
CameraCalibrator.java | 75 Log.i(TAG, "Distortion coefficients: " + mDistortionCoefficients.dump());
|
/external/opencv3/samples/python2/ |
deconvolution.py | 27 (image source: compact digital photo camera, no artificial distortion)
|
/external/v8/tools/profviz/ |
profviz.html | 76 <input type="text" id="distortion" class="range" value="4500"/>
|
/frameworks/av/media/img_utils/include/img_utils/ |
DngUtils.h | 129 * kCoeffs - A list of coefficients for the polynomial equation representing the distortion
|
/frameworks/av/services/audioflinger/tests/ |
mixer_to_wav_tests.sh | 30 # ramping causes spectral distortion).
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ssim.c | 111 // for distortion metric in mode selection code ( provided we do a reconstruction)
|
encodeframe.c | 1217 int distortion; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_block.h | 50 int distortion; member in struct:__anon30232
|
/external/ImageMagick/tests/ |
validate.c | 1530 distortion, local 1806 distortion, local 2018 distortion; local [all...] |
/external/opencv3/modules/calib3d/test/ |
test_cameracalibration.cpp | 265 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) = 0; 311 double distortion[5]={0,0,0,0,0}; local 476 /* Read distortion */ 525 distortion, 540 distortion, 601 /* ----- Compare distortion ----- */ 602 code = compare(distortion,goodDistortion,4,0.1,"[k1,k2,p1,p2]"); 682 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ); 709 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) 714 CvMat _distCoeffs = cvMat(4, 1, CV_64F, distortion); [all...] |
/external/ceres-solver/docs/source/ |
tutorial.rst | 625 for translation, one for focal length and two for radial distortion. 646 // Compute the center of distortion. The sign change comes from 652 // Apply second and fourth order radial distortion. 656 T distortion = T(1.0) + r2 * (l1 + l2 * r2); 660 T predicted_x = focal * distortion * xp; 661 T predicted_y = focal * distortion * yp;
|
/external/libvpx/libvpx/vp8/encoder/ |
encodeframe.c | 1240 int distortion; local [all...] |
/external/webp/src/enc/ |
frame.c | 542 uint64_t distortion = 0; local 557 distortion += info.D; 570 s->value = GetPSNR(distortion, pixel_count); 765 uint64_t distortion = 0; local 789 distortion += info.D; 809 stats.value = GetPSNR(distortion, pixel_count);
|