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

  /external/chromium_org/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 75 distortion,
81 'distortion' : distortion,
98 "distortion",
220 var distortion = getDistortion();
229 worker.run(file, kResX, kResY, distortion, range[0], range[1]);
245 parseInt(ui.distortion.value, 10);
247 input_distortion = ui.distortion.value = 4500;
  /external/chromium_org/v8/test/mjsunit/tools/
profviz.js 63 var distortion = 4500 / 1000000; variable
68 psc.collectData(input, distortion);
  /external/ceres-solver/examples/
snavely_reprojection_error.h 51 // focal length and 2 for radial distortion. The principal point is not modeled
70 // Compute the center of distortion. The sign change comes from
77 // Apply second and fourth order radial distortion.
81 T distortion = T(1.0) + r2 * (l1 + l2 * r2); local
84 T predicted_x = focal * distortion * xp;
85 T predicted_y = focal * distortion * yp;
100 // translation, 1 for focal length and 2 for radial distortion. The
128 // Compute the center of distortion. The sign change comes from
134 // Apply second and fourth order radial distortion.
136 T distortion = T(1.0) + r2 * (l1 + l2 * r2) local
    [all...]
simple_bundle_adjuster.cc 120 // focal length and 2 for radial distortion. The principal point is not modeled
139 // Compute the center of distortion. The sign change comes from
145 // Apply second and fourth order radial distortion.
149 T distortion = T(1.0) + r2 * (l1 + l2 * r2); local
153 T predicted_x = focal * distortion * xp;
154 T predicted_y = focal * distortion * yp;
  /external/aac/libAACenc/src/
quantize.cpp 290 description: calculates distortion of quantized values
291 returns: distortion
343 description: calculates energy and distortion of quantized values
347 output: energy, distortion
362 FIXP_DBL distortion = FL2FXCONST_DBL(0.0f); local
389 distortion += diff;
393 *dist = CalcLdData(distortion);
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 59 int distortion; local
67 & distortion, &sse);
vp9_temporal_filter.c 165 int distortion; local
175 &distortion, &sse);
vp9_block.h 48 int distortion; member in struct:__anon23066
vp9_rdopt.c 327 // Normalized distortion
328 // This table models the normalized distortion for a Laplacian source
333 // Note the actual distortion is Dn * variance.
363 // This function models the rate and distortion for a Laplacian
573 // TODO(jingning): tune the model to better capture the distortion.
677 int *rate, int64_t *distortion,
702 *distortion = INT64_MAX;
706 *distortion = rd_stack->this_dist;
714 int *rate, int64_t *distortion,
726 txfm_rd_in_plane(x, &cpi->rdcost_stack, rate, distortion, skip
1025 int64_t distortion; local
1879 int distortion; local
4120 int64_t distortion; local
    [all...]
  /external/ceres-solver/internal/ceres/
system_test.cc 425 // focal length and 2 for radial distortion. The principal point is
448 // Compute the center of distortion. The sign change comes from
454 // Apply second and fourth order radial distortion.
456 T distortion = T(1.0) + r2 * (l1 + l2 * r2); local
458 residuals[0] = distortion * xp - T(u);
459 residuals[1] = distortion * yp - T(v);
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 199 int distortion; local
207 NULL, &distortion, &sse);
encodeframe.c 1216 int distortion; local
    [all...]
pickinter.c 47 int *mvcost[2], int *distortion,
56 (void) distortion;
102 int distortion = 0; local
110 distortion += diff * diff;
117 return distortion;
148 int distortion; local
162 distortion = get_prediction_error(be, b);
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
168 *bestdistortion = distortion;
191 int distortion = 0 local
1252 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
rdopt.c 580 int *Distortion)
613 /* Distortion */
617 *Distortion = (d >> 4);
648 int distortion; local
684 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
686 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
692 *bestdistortion = distortion;
709 int *rate_y, int *Distortion, int best_rd)
714 int distortion = 0; local
753 distortion += d
781 int distortion; local
1051 unsigned int distortion = 0; local
1167 int distortion; local
1769 int distortion; local
2153 int distortion; local
2177 int distortion; local
2213 int distortion; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 716 uint64_t distortion = 0; local
731 distortion += info.D;
741 *PSNR = (float)(10.* log10(255. * 255. * pixel_count / distortion));
  /external/webp/src/enc/
frame.c 716 uint64_t distortion = 0; local
731 distortion += info.D;
741 *PSNR = (float)(10.* log10(255. * 255. * pixel_count / distortion));
  /external/chromium_org/v8/tools/
tickprocessor.js 155 distortion,
203 distortion = parseInt(distortion);
205 this.distortion_per_entry = isNaN(distortion) ? 0 : (distortion / 1000);
206 this.distortion = 0;
374 this.distortion += this.distortion_per_entry;
375 ns_since_start -= this.distortion;
406 this.distortion += this.distortion_per_entry;
827 '--distortion': ['distortion', 0
    [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:__anon25759
    [all...]

Completed in 642 milliseconds