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

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities.cpp 106 int xd=0, yd=0; local
112 //yd = static_cast<unsigned int>(lut_y[j][i]);
114 yd = (unsigned int)(lut_y[j][i]);
115 if ( xd >= w || yd >= h ||
116 xd < 0 || yd < 0)
119 dst[j][i] = src[yd][xd];
127 double xd=0.0, yd=0.0; local
133 yd = static_cast<double>(lut_y[j][i]);
134 if ( xd > w || yd > h ||
135 xd < 0.0 || yd < 0.0
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.cpp 106 int xd=0, yd=0; local
112 //yd = static_cast<unsigned int>(lut_y[j][i]);
114 yd = (unsigned int)(lut_y[j][i]);
115 if ( xd >= w || yd >= h ||
116 xd < 0 || yd < 0)
119 dst[j][i] = src[yd][xd];
127 double xd=0.0, yd=0.0; local
133 yd = static_cast<double>(lut_y[j][i]);
134 if ( xd > w || yd > h ||
135 xd < 0.0 || yd < 0.0
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.cpp 106 int xd=0, yd=0; local
112 //yd = static_cast<unsigned int>(lut_y[j][i]);
114 yd = (unsigned int)(lut_y[j][i]);
115 if ( xd >= w || yd >= h ||
116 xd < 0 || yd < 0)
119 dst[j][i] = src[yd][xd];
127 double xd=0.0, yd=0.0; local
133 yd = static_cast<double>(lut_y[j][i]);
134 if ( xd > w || yd > h ||
135 xd < 0.0 || yd < 0.0
    [all...]
  /external/eigen/bench/
bench_norm.cpp 238 double yd = based * internal::abs(internal::random<double>()); local
240 VectorXd vd = VectorXd::Ones(s) * yd;
242 std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
262 //std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
  /system/core/libpixelflinger/
raster.cpp 73 GGLint yd = gglFixedToIntRound(c->state.raster.y); local
82 if (yd < GGLint(c->state.scissor.top)) {
83 GGLint offset = GGLint(c->state.scissor.top) - yd;
84 yd = GGLint(c->state.scissor.top);
91 if ((yd + height) > GGLint(c->state.scissor.bottom)) {
92 height = GGLint(c->state.scissor.bottom) - yd;
99 if (xs==xd && ys==yd) {
109 + (xd + (cb->stride * yd)) * fp->size;
114 if (ys < yd) {
124 if (ys == yd) {
    [all...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 144 float xd, yd; local
145 getVertexInterpolationCoords(xd, yd, x, y, elementNdx);
146 dst.component(elementNdx).asFloat(dstComp) = interpolateVertex(valueRange.getMin().component(elementNdx).asFloat(), valueRange.getMax().component(elementNdx).asFloat(), xd, yd);
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 182 float xd, yd; local
184 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx);
186 float f = (xd+yd) / 2.0f;
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 484 int xd=0, yd=0; local
490 yd = static_cast<unsigned int>(lut_y[j][i]);
491 if ( xd >= w || yd >= h ||
492 xd < 0 || yd < 0)
500 dst[j][3*i ] = src[yd][3*xd ];
501 dst[j][3*i+1] = src[yd][3*xd+1];
502 dst[j][3*i+2] = src[yd][3*xd+2];
530 double xd=0.0, yd=0.0; local
536 yd = static_cast<double>(lut_y[j][i]);
537 if ( xd > w-2 || yd > h-2 |
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 62 const deInt64 yd = y1-y0; local
65 if (yd == 0)
68 inclusive = horizontalFill == FILL_LEFT ? yd <= 0 : yd >= 0;
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 484 int xd=0, yd=0; local
490 yd = static_cast<unsigned int>(lut_y[j][i]);
491 if ( xd >= w || yd >= h ||
492 xd < 0 || yd < 0)
500 dst[j][3*i ] = src[yd][3*xd ];
501 dst[j][3*i+1] = src[yd][3*xd+1];
502 dst[j][3*i+2] = src[yd][3*xd+2];
530 double xd=0.0, yd=0.0; local
536 yd = static_cast<double>(lut_y[j][i]);
537 if ( xd > w-2 || yd > h-2 |
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 484 int xd=0, yd=0; local
490 yd = static_cast<unsigned int>(lut_y[j][i]);
491 if ( xd >= w || yd >= h ||
492 xd < 0 || yd < 0)
500 dst[j][3*i ] = src[yd][3*xd ];
501 dst[j][3*i+1] = src[yd][3*xd+1];
502 dst[j][3*i+2] = src[yd][3*xd+2];
530 double xd=0.0, yd=0.0; local
536 yd = static_cast<double>(lut_y[j][i]);
537 if ( xd > w-2 || yd > h-2 |
    [all...]
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 469 // Apply distortion to the normalized points to get (xd, yd).
475 T yd = y * r_coeff + T(2)*p2*x*y + p1*(r2 + T(2)*y*y); local
479 *image_y = focal_length_y * yd + principal_point_y;
521 // Apply distortion to the normalized points to get (xd, yd).
  /external/opencv/cv/src/
cvfundam.cpp 1348 float* yd = xd + d_plane_stride; local
1394 double* yd = xd + d_plane_stride; local
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]

Completed in 720 milliseconds