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

1 2 3

  /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;
108 // translation, 1 for focal length and 2 for radial distortion. The
136 // Compute the center of distortion. The sign change comes from
142 // Apply second and fourth order radial distortion.
144 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/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 89 int *distortion,
103 int *distortion, unsigned int *sse1,
vp9_rdopt.c 349 // Normalized distortion
350 // This table models the normalized distortion for a Laplacian source
355 // Note the actual distortion is Dn * variance.
405 // This function models the rate and distortion for a Laplacian
642 // TODO(jingning): tune the model to better capture the distortion.
739 int *rate, int64_t *distortion,
762 *distortion = INT64_MAX;
766 *distortion = args.this_dist;
774 int *rate, int64_t *distortion,
786 txfm_rd_in_plane(x, rate, distortion, skip
1078 int64_t distortion = 0; local
1907 int distortion; local
4019 int64_t distortion; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.h 89 int *distortion,
103 int *distortion, unsigned int *sse1,
vp9_rdopt.c 349 // Normalized distortion
350 // This table models the normalized distortion for a Laplacian source
355 // Note the actual distortion is Dn * variance.
405 // This function models the rate and distortion for a Laplacian
642 // TODO(jingning): tune the model to better capture the distortion.
739 int *rate, int64_t *distortion,
762 *distortion = INT64_MAX;
766 *distortion = args.this_dist;
774 int *rate, int64_t *distortion,
786 txfm_rd_in_plane(x, rate, distortion, skip
1078 int64_t distortion = 0; local
1907 int distortion; local
4019 int64_t distortion; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.h 63 int *distortion, unsigned int *sse);
rdopt.c 576 int *Distortion)
609 /* Distortion */
613 *Distortion = (d >> 4);
644 int distortion; local
680 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
682 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
688 *bestdistortion = distortion;
705 int *rate_y, int *Distortion, int best_rd)
710 int distortion = 0; local
749 distortion += d
777 int distortion; local
1047 unsigned int distortion = 0; local
1163 int distortion; local
1765 int distortion; local
2150 int distortion; local
2174 int distortion; local
2210 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
1265 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
mcomp.c 199 /* returns distortion + motion vector cost */
202 #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;)
208 int *mvcost[2], int *distortion,
267 *distortion = besterr;
366 int *mvcost[2], int *distortion,
402 *distortion = bestmse;
415 *distortion = thismse;
427 *distortion = thismse;
441 *distortion = thismse;
453 *distortion = thismse
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 63 int *distortion, unsigned int *sse);
rdopt.c 577 int *Distortion)
610 /* Distortion */
614 *Distortion = (d >> 4);
645 int distortion; local
681 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
689 *bestdistortion = distortion;
706 int *rate_y, int *Distortion, int best_rd)
711 int distortion = 0; local
750 distortion += d
778 int distortion; local
1048 unsigned int distortion = 0; local
1164 int distortion; local
1766 int distortion; local
2150 int distortion; local
2174 int distortion; local
2210 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.h 63 int *distortion, unsigned int *sse);
rdopt.c 577 int *Distortion)
610 /* Distortion */
614 *Distortion = (d >> 4);
645 int distortion; local
681 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
689 *bestdistortion = distortion;
706 int *rate_y, int *Distortion, int best_rd)
711 int distortion = 0; local
750 distortion += d
778 int distortion; local
1053 unsigned int distortion = 0; local
1169 int distortion; local
1771 int distortion; local
2155 int distortion; local
2179 int distortion; local
2215 int distortion; local
    [all...]
pickinter.c 47 int *mvcost[2], int *distortion,
56 (void) distortion;
103 int distortion = 0; local
111 distortion += diff * diff;
118 return distortion;
149 int distortion; local
163 distortion = get_prediction_error(be, b);
164 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
169 *bestdistortion = distortion;
192 int distortion = 0 local
1255 int rate, best_rate = 0, distortion, best_sse = 0; 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...]
  /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/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 370 // TODO(jingning): tune the model to better capture the distortion.
452 int *rate, int64_t *distortion,
476 *distortion = INT64_MAX;
480 *distortion = args.this_dist;
488 int *rate, int64_t *distortion,
500 txfm_rd_in_plane(x, rate, distortion, skip,
507 int64_t *distortion,
573 *distortion = d[mbmi->tx_size];
595 int64_t *distortion, int *skip,
607 choose_largest_tx_size(cpi, x, rate, distortion, skip, ret_sse, ref_best_rd
672 int64_t distortion = 0; local
1444 int distortion; local
3524 int64_t distortion; local
    [all...]
vp9_mcomp.h 104 int *distortion, unsigned int *sse1,
  /external/chromium_org/v8/test/mjsunit/tools/
profviz.js 63 var distortion = 4500 / 1000000; variable
68 psc.collectData(input, distortion);

Completed in 1130 milliseconds

1 2 3