/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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorDistnoise.java | 115 * @param distortion 120 private float musgraveVariableLunacrityNoise(float x, float y, float z, float distortion, int nbas1, int nbas2) { 130 float rx = abstractNoiseFunc1.execute(x + 13.5f, y + 13.5f, z + 13.5f) * distortion; 131 float ry = abstractNoiseFunc1.execute(x, y, z) * distortion; 132 float rz = abstractNoiseFunc1.execute(x - 13.5f, y - 13.5f, z - 13.5f) * distortion;
|
/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 | 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;
|
worker.js | 85 var distortion = args["distortion"]; 118 distortion, 137 psc.collectData(input, distortion);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.h | 84 int *distortion, 98 int *distortion, unsigned int *sse1,
|
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...] |
vp9_temporal_filter.c | 165 int distortion; local 175 &distortion, &sse);
|
vp9_block.h | 48 int distortion; member in struct:__anon24018
|
vp9_mcomp.c | 205 *distortion = thismse; \ 284 int *distortion, 321 *distortion = besterr; 382 int *distortion, 418 *distortion = besterr; 474 int *distortion, 517 *distortion = besterr; 577 int *distortion, 619 *distortion = besterr; [all...] |
/external/chromium_org/v8/tools/ |
plot-timer-events | 35 if [[ "$@" != *--distortion* ]]; then 59 options=--distortion=
|
tickprocessor.js | 155 distortion, 205 distortion = parseInt(distortion); 207 this.distortion_per_entry = isNaN(distortion) ? 0 : (distortion / 1000); 208 this.distortion = 0; 376 this.distortion += this.distortion_per_entry; 377 ns_since_start -= this.distortion; 408 this.distortion += this.distortion_per_entry; 865 '--distortion': ['distortion', 0 [all...] |
tickprocessor-driver.js | 76 params.distortion,
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.h | 59 int *distortion, unsigned int *sse);
|
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...] |
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...] |
mcomp.c | 198 /* returns distortion + motion vector cost */ 201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr) { besterr = v; br=r; bc=c; *distortion = thismse; *sse1 = sse; }}, v=UINT_MAX;) 207 int *mvcost[2], int *distortion, 266 *distortion = besterr; 365 int *mvcost[2], int *distortion, 401 *distortion = bestmse; 414 *distortion = thismse; 426 *distortion = thismse; 440 *distortion = thismse; 452 *distortion = thismse [all...] |
encodeframe.c | 1216 int distortion; local [all...] |
temporal_filter.c | 199 int distortion; local 207 NULL, &distortion, &sse);
|
/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/chromium_org/v8/test/mjsunit/tools/ |
profviz.js | 63 var distortion = 4500 / 1000000; variable 68 psc.collectData(input, distortion);
|
/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/x86/ |
ssim_opt.asm | 62 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion 152 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_ssim_opt.asm | 62 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion 152 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
|