HomeSort by relevance Sort by last modified time
    Searched refs:_y (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/opencv3/modules/imgproc/src/opencl/
pyr_down.cl 80 #define SRC(_x,_y) convertToFT(loadpix(srcData + mad24(_y, src_step, PIXSIZE * _x)))
83 #define SRC4(_x,_y) convert_float4(vload4(0, srcData + mad24(_y, src_step, PIXSIZE * _x)))
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 189 float _y = pt2[1]; local
190 float distance = (float) Math.hypot(_x, _y);
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 266 void apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j);
301 void /*EIGEN_DONT_INLINE*/ apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j)
307 eigen_assert(_x.size() == _y.size());
310 Index incry = _y.innerStride();
313 Scalar* EIGEN_RESTRICT y = &_y.coeffRef(0);
  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 531 double _y = (x*inverse.data.db[3]+y*inverse.data.db[4]+inverse.data.db[5])/w1; local
536 double __y = _y;
539 double r2 = _x*_x+_y*_y;
542 2*_distCoeffs->data.db[2]*_x*_y+_distCoeffs->data.db[3]*(r2+2*_x*_x);
543 __y = _y*(1+_distCoeffs->data.db[0]*r2+_distCoeffs->data.db[1]*r2*r2)+
544 2*_distCoeffs->data.db[3]*_x*_y+_distCoeffs->data.db[2]*(r2+2*_y*_y);
548 __y+=_y*_distCoeffs->data.db[4]*r2*r2*r2
    [all...]
  /external/opencv3/modules/video/src/opencl/
pyrlk.cl 231 #define VAL(_y,_x,_yy,_xx) (IPatchLocal[(yid+((_y)*LSy)+1+(_yy))*LM_W+(xid+((_x)*LSx)+1+(_xx))])
273 #define READI(_y,_x) IPatchLocal[(yid+((_y)*LSy))*LM_W+(xid+((_x)*LSx))] = read_imagef(I, sampler, (float2)(Point.x + xid+(_x)*LSx + 0.5f-1, Point.y + yid+(_y)*LSy+ 0.5f-1)).x;
  /external/opencv/ml/src/
mlsvm.cpp 386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y,
392 create( _sample_count, _var_count, _samples, _y, _alpha_count, _alpha, _Cp, _Cn,
397 bool CvSVMSolver::create( int _sample_count, int _var_count, const float** _samples, schar* _y,
416 y = _y;
520 const schar* _y = y; local
522 assert( _y && i < sample_count );
524 if( _y[i] > 0 )
527 row[j] = _y[j]*row[j];
532 row[j] = -_y[j]*row[j];
954 bool CvSVMSolver::solve_c_svc( int _sample_count, int _var_count, const float** _samples, schar* _y,
    [all...]
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 30 #if 'x'_y - u'x'_z // expected-error 2{{character literal with user-defined suffix cannot be used in preprocessor constant expression}}
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
165 x(_x), y(_y),
167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
168 x(_x), y(_y),
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
134 x(_x), y(_y),
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
137 x(_x), y(_y),
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.h 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
134 x(_x), y(_y),
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
137 x(_x), y(_y),
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
161 x(_x), y(_y),
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
164 x(_x), y(_y),
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
134 x(_x), y(_y),
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
137 x(_x), y(_y),
  /cts/hostsidetests/services/windowmanager/src/android/wm/cts/
CrossAppDragAndDropTests.java 199 public Point(int _x, int _y) {
201 y=_y;
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 786 CvRect(int _x = 0, int _y = 0, int w = 0, int h = 0): x(_x), y(_y), width(w), height(h) {}
872 CvPoint(int _x = 0, int _y = 0): x(_x), y(_y) {}
899 CvPoint2D32f(float _x = 0, float _y = 0): x(_x), y(_y) {}
943 CvPoint3D32f(float _x = 0, float _y = 0, float _z = 0): x(_x), y(_y), z(_z) {}
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 88 void setpix(SDL_Surface *screen, float _x, float _y, unsigned int col)
94 int y = (int)_y;
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-dct8.c 78 #define MUL_32S_32S_HI(_x, _y) default_mul_32s_32s_hi(_x, _y)
synthesis-sbc.c 232 #define MUL_16S_32S_HI(_x, _y) default_mul_16s_32s_hi(_x, _y)
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 470 ::ssize_t _y; member in class:Magick::floodFillAlphaImage
500 ::ssize_t _y; member in class:Magick::floodFillColorImage
533 ::ssize_t _y; member in class:Magick::floodFillTextureImage
1023 ssize_t _y; member in class:Magick::shadowImage
1325 double _y; member in class:Magick::chromaBluePrimaryImage
1339 double _y; member in class:Magick::chromaGreenPrimaryImage
1353 double _y; member in class:Magick::chromaRedPrimaryImage
1367 double _y; member in class:Magick::chromaWhitePointImage
1614 ::ssize_t _y; member in class:Magick::pixelColorImage
    [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 295 RealScalar _y = abs(y); local
296 RealScalar p = (max)(_x, _y);
298 RealScalar q = (min)(_x, _y);
  /external/libopus/celt/
pitch.c 253 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y, opus_val32 *xcorr, int len, int max_pitch)
267 xcorr_kernel(_x, _y+i, sum, len);
284 sum = MAC16_16(sum, _x[j],_y[i+j]);
  /external/opencv/cv/include/
cvcompat.h     [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6))
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 70 Cv32suf _x, _y; local
74 _x.f = x; _y.f = y;
75 ix = _x.i; iy = _y.i;
91 _y.i = iy ^ icvAtanSign[idx];
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
137 _y.i = iy ^ icvAtanSign[k];
142 yf[j] = _y.f;
    [all...]
  /external/opencv3/modules/imgproc/src/
connectedcomponents.cpp 64 Point2ui64(uint64 _x, uint64 _y):x(_x), y(_y){}
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 56 public Vec(float _x, float _y) {
58 y = _y;

Completed in 1821 milliseconds

1 23 4 5