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

1 2 3 4 5 6 7 8 91011>>

  /external/libavc/encoder/
ih264e_intra_modes_eval.h 27 * This file contains declarations of routines that perform rate distortion
107 * evaluate best intra 16x16 mode (rate distortion opt off)
111 * that best represents the macro-block (least distortion) and occupies fewer
119 * (distortion + lambda*rate). Where distortion is SAD/SATD,... between the
126 * the distortion as the deviation b/w input and the predicted block as opposed
145 * evaluate best intra 8x8 mode (rate distortion opt on)
149 * that best represents the macro-block (least distortion) and occupies fewer
156 * (distortion + lambda*rate). Where distortion is SAD/SATD,... between th
    [all...]
irc_rd_model.h 25 /* Rate Distortion Behaviour of the Codec over the Last */
57 /* Initialise the rate distortion model */
61 /* Reset the rate distortion model */
ime_distortion_metrics.c 26 * This file contains definitions of routines that compute distortion
79 * @brief computes distortion (SAD) at all subpel points about the src location
427 * @brief computes distortion (SAD) between 2 16x16 blocks
432 * compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
447 * integer maximum allowed distortion
508 * @brief computes distortion (SAD) between 2 16x16 blocks (fast mode)
513 * compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
528 * integer maximum allowed distortion
581 * @brief computes distortion (SAD) between 2 8x8 blocks
586 * compute the distortion of the entire block set u4_max_sad to USHRT_MAX
    [all...]
ih264e_intra_modes_eval.c 27 * This file contains definitions of routines that perform rate distortion
296 * evaluate best intra 16x16 mode (rate distortion opt off)
300 * that best represents the macro-block (least distortion) and occupies fewer
308 * (distortion + lambda*rate). Where distortion is SAD/SATD,... between the
315 * the distortion as the deviation b/w input and the predicted block as opposed
331 /* SAD(distortion metric) of an 8x8 block */
337 /* cost = distortion + lambda*rate */
441 /* cost = distortion + lambda*rate */
449 /* evaluate distortion between the actual blk and the estimated blk for the given mode *
    [all...]
  /external/v8/tools/profviz/
stdio.js 35 var distortion = parseInt(result.distortion); variable
36 if (isNaN(distortion)) processor.printUsageAndExit();
38 distortion_per_entry = distortion / 1000000;
profviz.js 66 distortion,
72 'distortion' : distortion,
99 "distortion",
221 var distortion = getDistortion();
230 worker.run(file, kResX, kResY, distortion, range[0], range[1]);
243 parseInt(ui.distortion.value, 10);
245 input_distortion = ui.distortion.value = 4500;
71 'resy' : resy, property in class:plotWorker.run.args
worker.js 85 var distortion = args["distortion"];
116 distortion,
135 psc.collectData(input, distortion);
  /external/webp/src/enc/
picture_psnr_enc.c 10 // WebPPicture tools for measuring distortion
29 // local-min distortion
116 // Distortion
134 int type, float* distortion, float* result) {
141 result == NULL || distortion == NULL) {
164 *distortion = (float)metric(src, width, ref, width, width, height);
167 *result = (type == 1) ? (float)GetLogSSIM(*distortion, (double)width * height)
168 : (float)GetPSNR(*distortion, (double)width * height);
191 // We always measure distortion in ARGB space.
195 float distortion; local
    [all...]
  /external/ImageMagick/MagickCore/
compare.c 94 % const MetricType metric,double *distortion,ExceptionInfo *exception)
104 % o distortion: the computed distortion between the images.
130 const MetricType metric,double *distortion,ExceptionInfo *exception)
170 assert(distortion != (double *) NULL);
171 *distortion=0.0;
174 status=GetImageDistortion(image,reconstruct_image,metric,distortion,
327 % reconstructed image and returns the specified distortion metric.
333 % double *distortion,ExceptionInfo *exception)
343 % o distortion: the computed distortion between the images
1792 distortion; local
    [all...]
distort.c 13 % MagickCore Image Distortion Methods %
329 % the coefficients, needed to apply the specific distortion for either
343 % o method: the method of image distortion/ sparse gradient
347 % o arguments: the arguments for this distortion method.
395 /* Image distortion using control points (or other distortion)
413 fall back to Affine distortion (allowing 0 to 3 point pairs)
507 /* Affine Distortion
527 /* image distortion - translate the image */
586 /* Image Distortion - rotate the u,v coordients too *
    [all...]
  /external/sonic/
sonic.1 12 distortion. However, sonic can be used for both speeding up and slowing down
19 more distortion than the default pitch scaling, but sounds more like the same
21 voice sound like a larger or smaller person, but introduces little distortion.
  /external/v8/tools/
plot-timer-events 42 `echo "$arg" | grep -q "^--distortion"`
73 distortion=`echo "1000*(($t_1_end - $t_1_start) - ($t_2_end - $t_2_start)) \
75 options="--distortion=$distortion"
  /external/sonic/samples/
README 11 able to hear the characteristic WSOLA distortion relative to the sonic version.
34 result in one sine period with no distortion.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_FixedUnigramCandidateSampler.pbtxt 71 name: "distortion"
73 The distortion is used to skew the unigram probability distribution.
74 Each weight is first raised to the distortion's power before adding to the
75 internal unigram distribution. As a result, distortion = 1.0 gives regular
76 unigram sampling (as defined by the vocab file), and distortion = 0.0 gives
132 applying a distortion power to the weights.
  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h 32 * for cameras that support geometric distortion
39 * Check whether distortion correction is supported by the camera HAL
49 * Return whether distortion correction can be applied currently
54 * Correct capture request if distortion correction is enabled
59 * Correct capture result if distortion correction is enabled
167 // radial/tangential distortion parameters
  /external/ImageMagick/www/api/
compare.php 65 const MetricType metric,double *distortion,ExceptionInfo *exception)
87 <dt>distortion</dt>
88 <dd>the computed distortion between the images. </dd>
98 <p>GetImageDistortion() compares one or more pixel channels of an image to a reconstructed image and returns the specified distortion metric.</p>
105 double *distortion,ExceptionInfo *exception)
127 <dt>distortion</dt>
128 <dd>the computed distortion between the images. </dd>
138 <p>GetImageDistortions() compares the pixel channels of an image to a reconstructed image and returns the specified distortion metric for each channel.</p>
239 <dd>minimum distortion for (sub)image match. </dd>
  /external/libvpx/libvpx/vpx_dsp/ppc/
variance_vsx.c 25 int distortion; local
36 vec_ste(d, 0, &distortion);
38 return distortion;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c 39 /* distortion introduced. The amount of compression is signal dependent and the values */
90 * harmonic distortion. The amount of compression is control by the
143 * harmonic distortion. The amount of compression is control by the
  /external/tensorflow/tensorflow/core/kernels/
range_sampler.cc 234 float distortion,
243 TF_CHECK_OK(LoadFromFile(env, vocab_file, distortion));
250 float distortion,
258 LoadFromUnigrams(unigrams, distortion);
282 float distortion) {
301 w = pow(w, distortion);
311 float distortion) {
316 w = pow(w, distortion);
candidate_sampler_ops.cc 166 float distortion; local
167 OP_REQUIRES_OK(context, context->GetAttr("distortion", &distortion));
178 distortion, num_reserved_ids,
181 set_sampler(new FixedUnigramSampler(range_max, unigrams, distortion,
range_sampler.h 210 // distribution by applying a distortion power to the weights.
216 float distortion, int32 num_reserved_ids,
220 float distortion, int32 num_reserved_ids,
245 Status LoadFromFile(Env* env, const string& vocab_file, float distortion);
247 void LoadFromUnigrams(const std::vector<float>& unigrams, float distortion);
  /bootable/recovery/
vr_ui.h 28 // Can vary per device depending on screen size and lens distortion.
  /hardware/interfaces/camera/metadata/3.3/
types.hal 81 /** android.lens.distortion [dynamic, float[], public]
84 * radial and tangential lens distortion.</p>
173 * <p>Mode of operation for the lens distortion correction block.</p>
179 * <p>List of distortion correction modes for ANDROID_DISTORTION_CORRECTION_MODE that are
  /external/ImageMagick/MagickWand/
compare.c 63 % them as a distortion metric and as a new image visually annotating their
115 " maximum distortion for (sub)image match",
141 " minimum distortion for (sub)image match",
219 distortion,
278 distortion=0.0;
217 distortion, local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 471 static void macro_block_yrd(MACROBLOCK *mb, int *Rate, int *Distortion) {
501 /* Distortion */
505 *Distortion = (d >> 4);
529 int distortion; local
564 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
566 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
571 *bestdistortion = distortion;
588 int *Distortion, int best_rd) {
592 int distortion = 0; local
628 distortion += d
651 int distortion; local
899 unsigned int distortion = 0; local
1000 int distortion; local
1591 int distortion; local
1936 int distortion; local
1957 int distortion; local
1992 int distortion; local
    [all...]

Completed in 1388 milliseconds

1 2 3 4 5 6 7 8 91011>>