HomeSort by relevance Sort by last modified time
    Searched full:distortion (Results 26 - 50 of 320) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/ImageMagick/api/
distort.html 90 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p>
92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
116 <dd>the method of image distortion. </dd>
122 <dd> Perspective, and Bilinear, fall back to a Affine distortion when less than 4 control point pairs are provided. While Affine distortions let you use any number of control point pairs, that is Zero pairs is a No-Op (viewport only) distortion, one pair is a translation and two pairs of control points do a scale-rotate-translate, without any shearing. </dd>
142 <dd> o "verbose" Output to stderr alternatives, internal coefficents, and FX equivalents for the distortion operation (if feasible). This forms an extra check of the distortion method, and allows users access to the internal constants IM calculates for the distortion. </dd>
  /external/ImageMagick/utilities/
compare.1 25 maximum distortion for (sub)image match
50 minimum distortion for (sub)image match
compare.1.in 25 maximum distortion for (sub)image match
50 minimum distortion for (sub)image match
  /external/ImageMagick/www/api/
distort.html 94 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p>
96 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
120 <dd>the method of image distortion. </dd>
126 <dd> Perspective, and Bilinear, fall back to a Affine distortion when less than 4 control point pairs are provided. While Affine distortions let you use any number of control point pairs, that is Zero pairs is a No-Op (viewport only) distortion, one pair is a translation and two pairs of control points do a scale-rotate-translate, without any shearing. </dd>
146 <dd> o "verbose" Output to stderr alternatives, internal coefficents, and FX equivalents for the distortion operation (if feasible). This forms an extra check of the distortion method, and allows users access to the internal constants IM calculates for the distortion. </dd>
distort.php 90 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p>
92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
116 <dd>the method of image distortion. </dd>
122 <dd> Perspective, and Bilinear, fall back to a Affine distortion when less than 4 control point pairs are provided. While Affine distortions let you use any number of control point pairs, that is Zero pairs is a No-Op (viewport only) distortion, one pair is a translation and two pairs of control points do a scale-rotate-translate, without any shearing. </dd>
142 <dd> o "verbose" Output to stderr alternatives, internal coefficents, and FX equivalents for the distortion operation (if feasible). This forms an extra check of the distortion method, and allows users access to the internal constants IM calculates for the distortion. </dd>
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 122 // Reset the rate distortion cost values to maximum (invalid) value.
124 // Initialize the rate distortion cost values to zero.
vp9_rdopt.c 564 // TODO(jingning): tune the model to better capture the distortion.
782 int64_t *distortion, int *skippable, int64_t *sse,
805 *distortion = INT64_MAX;
809 *distortion = args.this_dist;
817 int64_t *distortion, int *skip, int64_t *sse,
827 txfm_rd_in_plane(cpi, x, rate, distortion, skip, sse, ref_best_rd, 0, bs,
832 int64_t *distortion, int *skip,
989 int64_t distortion = 0; local
1091 int64_t distortion = 0; local
2014 uint32_t distortion; local
4012 int64_t distortion; local
    [all...]
  /external/ImageMagick/MagickCore/
distort.h 16 MagickCore image distortion methods.
  /external/libopus/silk/x86/
main_sse.h 102 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
129 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
156 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
183 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 51 int *mvcost[2], int *distortion,
mcomp.c 206 /* returns distortion + motion vector cost */
217 *distortion = thismse; \
227 int *mvcost[2], int *distortion,
293 *distortion = besterr;
371 int *mvcost[2], int *distortion,
408 *distortion = bestmse;
421 *distortion = thismse;
433 *distortion = thismse;
447 *distortion = thismse;
459 *distortion = thismse
    [all...]
  /external/sonic/debian/
control 16 and speeds them up or slows them down, with low distortion.
  /packages/apps/LegacyCamera/res/layout/
camera_control.xml 17 <!-- minHeight is necessary to avoid distortion or overlapping. -->
  /external/libavc/encoder/
ih264e_globals.h 52 * for computing distortion (Bit rate estimation for cost function of H.264/
53 * AVC by Mohd Golam Sarwer et. al.) If the use of distortion metric is SAD
56 * (from rate distortion optimization for video compression by sullivan).
ime.h 80 * @returns mv pair & corresponding distortion and cost
109 * @returns mv pair & corresponding distortion and cost
136 * @returns mv pair & corresponding distortion and cost
ime.c 84 * @returns mv pair & corresponding distortion and cost
268 * @returns mv pair & corresponding distortion and cost
300 /* SAD(distortion metric) of an 8x8 block */
303 /* cost = distortion + u4_lambda_motion * rate */
338 /* compute distortion */
385 * @returns mv pair & corresponding distortion and cost
482 /* SAD(distortion metric) of an mb */
486 /* cost = distortion + u4_lambda_motion * rate */
704 /* SAD(distortion metric) of an mb */
707 /* cost = distortion + u4_lambda_motion * rate *
    [all...]
ime_distortion_metrics.h 26 * This file contains declarations of routines that compute distortion
  /external/aac/libAACenc/src/
quantize.cpp 306 description: calculates distortion of quantized values
307 returns: distortion
354 description: calculates energy and distortion of quantized values
358 output: energy, distortion
370 FIXP_DBL distortion = FL2FXCONST_DBL(0.0f); local
396 distortion += diff;
400 *dist = CalcLdData(distortion);
  /external/v8/tools/
tickprocessor.js 78 distortion,
136 distortion = parseInt(distortion);
138 this.distortion_per_entry = isNaN(distortion) ? 0 : (distortion / 1000);
139 this.distortion = 0;
309 this.distortion += this.distortion_per_entry;
310 ns_since_start -= this.distortion;
341 this.distortion += this.distortion_per_entry;
817 '--distortion': ['distortion', 0
846 range: 'auto,auto', property in class:ArgumentsProcessor.DEFAULTS
    [all...]
tickprocessor-driver.js 70 params.distortion,
  /external/libmpeg2/common/arm/
icv_sad_a9.s 42 @* @brief computes distortion (SAD) between 2 8x4 blocks
  /external/libmpeg2/common/armv8/
icv_sad_av8.s 42 //* @brief computes distortion (SAD) between 2 8x4 blocks
  /external/replicaisland/src/com/replica/replicaisland/
TimeSystem.java 23 // TODO: time distortion effects could go here, or they could go into a special object manager.
  /external/tensorflow/tensorflow/python/ops/
candidate_sampling_ops.py 208 distortion=1.0,
226 applying a distortion power to the weights.
251 distortion: The distortion is used to skew the unigram probability
252 distribution. Each weight is first raised to the distortion's power
254 `distortion = 1.0` gives regular unigram sampling (as defined by the vocab
255 file), and `distortion = 0.0` gives a uniform distribution.
288 vocab_file=vocab_file, distortion=distortion,
  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.cpp 31 * Metadata keys to correct when adjusting coordinates for distortion correction
190 camera_metadata_ro_entry_t calib, distortion; local
193 distortion = result.find(ANDROID_LENS_DISTORTION);
196 if (distortion.count != 5) return BAD_VALUE;
206 for (size_t i = 0; i < distortion.count; i++) {
207 if (mK[i] != distortion.data.f[i]) {
224 for (size_t i = 0; i < distortion.count; i++) {
225 mK[i] = distortion.data.f[i];
316 // Apply distortion model to calculate raw image coordinates

Completed in 423 milliseconds

12 3 4 5 6 7 8 91011>>