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

1 2 34 5

  /external/speex/libspeex/
ltp.c 79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
85 /*corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);*/
90 const spx_word16_t *y = _y+i;
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 757 int _y = sy + y; local
758 if (block(_y) != setup->span.y) {
760 setup->span.y = block(_y);
763 setup->span.left[_y&1] = left;
764 setup->span.right[_y&1] = right;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 154 Point_(_Tp _x, _Tp _y);
225 Point3_(_Tp _x, _Tp _y, _Tp _z);
381 Rect_(_Tp _x, _Tp _y, _Tp _width, _Tp _height);
    [all...]
  /external/libpcap/
optimize.c 155 register bpf_u_int32 *_x = a, *_y = b;\
157 while (--_n >= 0) *_x++ &= *_y++;\
165 register bpf_u_int32 *_x = a, *_y = b;\
167 while (--_n >= 0) *_x++ &=~ *_y++;\
175 register bpf_u_int32 *_x = a, *_y = b;\
177 while (--_n >= 0) *_x++ |= *_y++;\
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 51 double* _y = (y); \
56 double t1 = _y[_i]; \
58 _y[_i] = -t0*s + t1*c; \
133 float* _y = (y); \
138 double t1 = _y[_i]; \
140 _y[_i] = (float)(-t0*s + t1*c);\
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 213 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6))
  /external/opencv3/modules/imgproc/src/
canny.cpp 453 const short* _y = dy.ptr<short>(i - boundaries.start); local
479 int ys = _y[j];
860 const short* _y = dy.ptr<short>(i-1); local
    [all...]
undistort.cpp 137 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
139 for( int j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
141 double w = 1./_w, x = _x*w, y = _y*w;
drawing.cpp 699 #define ICV_PUT_POINT(_x,_y) \
700 x = (_x); y = (_y); \
742 #define ICV_PUT_POINT(_x,_y) \
743 x = (_x); y = (_y); \
783 #define ICV_PUT_POINT(_x,_y) \
784 x = (_x); y = (_y); \
    [all...]
hough.cpp 261 std::vector<int> _x(fn), _y(fn);
262 int* x = &_x[0], *y = &_y[0];
    [all...]
  /ndk/sources/host-tools/make-3.81/
dir.c 301 #define MAKECMP(_x,_y) ((_x)<(_y)?-1:((_x)==(_y)?0:1))
  /external/eigen/Eigen/src/Core/
Functors.h 153 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& _x, const Scalar& _y) const
158 Scalar p = (max)(_x, _y);
159 Scalar q = (min)(_x, _y);
    [all...]
  /toolchain/binutils/binutils-2.25/include/
longlong.h 566 UWtype _x = (x), _y, _a, _c; \
567 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \
568 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
    [all...]
  /external/opencv3/modules/highgui/src/
window_QT.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.cpp 34 int3(int _x,int _y, int _z){x=_x;y=_y;z=_z;}
btQuaternion.h 87 btQuaternion(const btScalar& _x, const btScalar& _y, const btScalar& _z, const btScalar& _w)
88 : btQuadWord(_x, _y, _z, _w)
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 1552 static const double _y[37]; member in struct:thurber_functor
1585 const double thurber_functor::_y[37] = { 80.574E0, 84.248E0, 87.264E0, 87.195E0, 89.076E0, 89.608E0, 89.868E0, 90.101E0, 92.405E0, 95.854E0, 100.696E0, 101.060E0, 401.672E0, 390.724E0, 567.534E0, 635.316E0, 733.054E0, 759.087E0, 894.206E0, 990.785E0, 1090.109E0, 1080.914E0, 1122.643E0, 1178.351E0, 1260.531E0, 1273.514E0, 1288.339E0, 1327.543E0, 1353.863E0, 1414.509E0, 1425.208E0, 1421.384E0, 1442.962E0, 1464.350E0, 1468.705E0, 1447.894E0, 1457.628E0}; member in class:thurber_functor
    [all...]
levenberg_marquardt.cpp 1158 static const double _y[37]; member in struct:thurber_functor
1191 const double thurber_functor::_y[37] = { 80.574E0, 84.248E0, 87.264E0, 87.195E0, 89.076E0, 89.608E0, 89.868E0, 90.101E0, 92.405E0, 95.854E0, 100.696E0, 101.060E0, 401.672E0, 390.724E0, 567.534E0, 635.316E0, 733.054E0, 759.087E0, 894.206E0, 990.785E0, 1090.109E0, 1080.914E0, 1122.643E0, 1178.351E0, 1260.531E0, 1273.514E0, 1288.339E0, 1327.543E0, 1353.863E0, 1414.509E0, 1425.208E0, 1421.384E0, 1442.962E0, 1464.350E0, 1468.705E0, 1447.894E0, 1457.628E0}; member in class:thurber_functor
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 107 _D3DVECTOR(D3DVALUE _x, D3DVALUE _y, D3DVALUE _z);
    [all...]
shlobj.h     [all...]
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 456 _y = i*iR(1, 1) + iR(1, 2), local
461 double x = _x/_w, y = _y/_w;
488 _y += iR(1, 0);
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_pcmu_vad.rtp     [all...]
stereo_g729_jitter.rtp 100 g??bEI??X?W??|????_y?a}2{c??Fx?]a???x?????aV<4
    [all...]
stereo_pcmu_vad_jitter.rtp     [all...]

Completed in 919 milliseconds

1 2 34 5