HomeSort by relevance Sort by last modified time
    Searched defs:distortion (Results 1 - 22 of 22) sorted by null

  /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
  /external/libvpx/libvpx/vpx_dsp/ppc/
variance_vsx.c 25 int distortion; local
36 vec_ste(d, 0, &distortion);
38 return distortion;
  /external/aac/libAACenc/src/
quantize.cpp 298 description: calculates distortion of quantized values
299 returns: distortion
353 description: calculates energy and distortion of quantized values
357 output: energy, distortion
372 FIXP_DBL distortion = FL2FXCONST_DBL(0.0f); local
399 distortion += diff;
403 *dist = CalcLdData(distortion);
  /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...]
operation.c 3803 distortion; local
    [all...]
mogrify.c 7869 distortion; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 58 uint32_t distortion; local
63 cond_cost_list(cpi, cost_list), NULL, NULL, &distortion, &sse, NULL, 0,
vp9_temporal_filter.c 237 uint32_t distortion; local
275 &distortion, &sse, NULL, 0, 0);
vp9_rdopt.c 564 // TODO(jingning): tune the model to better capture the distortion.
781 int64_t *distortion, int *skippable, int64_t *sse,
804 *distortion = INT64_MAX;
808 *distortion = args.this_dist;
816 int64_t *distortion, int *skip, int64_t *sse,
826 txfm_rd_in_plane(cpi, x, rate, distortion, skip, sse, ref_best_rd, 0, bs,
831 int64_t *distortion, int *skip,
988 int64_t distortion = 0; local
1090 int64_t distortion = 0; local
2013 uint32_t distortion; local
3986 int64_t distortion; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 28 int distortion = 0; local
34 distortion += diff * diff;
41 return distortion;
  /external/webp/src/enc/
picture_psnr_enc.c 10 // WebPPicture tools for measuring distortion
25 // local-min distortion
112 // Distortion
130 int type, float* distortion, float* result) {
137 result == NULL || distortion == NULL) {
160 *distortion = (float)metric(src, width, ref, width, width, height);
163 *result = (type == 1) ? (float)GetLogSSIM(*distortion, (double)width * height)
164 : (float)GetPSNR(*distortion, (double)width * height);
187 // We always measure distortion in ARGB space.
191 float distortion; local
    [all...]
frame_enc.c 545 uint64_t distortion = 0; local
560 distortion += info.D;
574 s->value = GetPSNR(distortion, pixel_count);
769 uint64_t distortion = 0; local
793 distortion += info.D;
813 stats.value = GetPSNR(distortion, pixel_count);
  /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...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 165 int distortion; local
170 &cpi->fn_ptr[BLOCK_16X16], NULL, &distortion, &sse);
encodeframe.c 1128 int distortion; local
    [all...]
pickinter.c 199 int *mvcost[2], int *distortion,
208 (void)distortion;
258 int distortion; local
271 distortion = get_prediction_error(be, b);
272 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
276 *bestdistortion = distortion;
292 int distortion = 0; local
316 distortion += d;
323 if (distortion > *best_dist) break;
329 *best_dist = distortion;
1395 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
rdopt.c 469 static void macro_block_yrd(MACROBLOCK *mb, int *Rate, int *Distortion) {
499 /* Distortion */
503 *Distortion = (d >> 4);
527 int distortion; local
562 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
564 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
569 *bestdistortion = distortion;
586 int *Distortion, int best_rd) {
590 int distortion = 0; local
626 distortion += d
649 int distortion; local
898 unsigned int distortion = 0; local
1005 int distortion; local
1596 int distortion; local
1941 int distortion; local
1962 int distortion; local
1997 int distortion; local
    [all...]
  /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...]
  /external/ImageMagick/tests/
validate.c 1530 distortion, local
1806 distortion, local
2018 distortion; local
    [all...]
  /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:__anon28918
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 2429 distortion=0.0; local
2432 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, local
2442 distortion=0.0; local
2446 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, local
    [all...]

Completed in 1005 milliseconds