HomeSort by relevance Sort by last modified time
    Searched refs:_x (Results 176 - 200 of 241) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/third_party/speex/libspeex/
ltp.h 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
  /external/speex/libspeex/
ltp.h 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dvec.inl 31 inline _D3DVECTOR::_D3DVECTOR(D3DVALUE _x, D3DVALUE _y, D3DVALUE _z)
33 x = _x; y = _y; z = _z;
math.h 138 double __cdecl sin(double _X);
139 double __cdecl cos(double _X);
140 double __cdecl tan(double _X);
141 double __cdecl sinh(double _X);
142 double __cdecl cosh(double _X);
143 double __cdecl tanh(double _X);
144 double __cdecl asin(double _X);
145 double __cdecl acos(double _X);
146 double __cdecl atan(double _X);
147 double __cdecl atan2(double _Y,double _X);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SoftContextMenu.js 46 this._x = x;
193 this._subMenu.show(this._x + menuItemElement.offsetWidth - 3, this._y + menuItemElement.offsetTop - 1);
300 if (event.x === this._x && event.y === this._y && new Date().getTime() - this._time < 300)
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 122 # define OPUS_ARG_NONNULL(_x) __attribute__ ((__nonnull__(_x)))
124 # define OPUS_ARG_NONNULL(_x)
  /external/libopus/include/
opus_defines.h 122 # define OPUS_ARG_NONNULL(_x) __attribute__ ((__nonnull__(_x)))
124 # define OPUS_ARG_NONNULL(_x)
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 185 float _x = pt2[0]; local
187 float distance = (float) Math.sqrt(_x * _x + _y * _y);
LinearGradient_Delegate.java 216 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; local
218 pos = (_x - mX0) / mDx;
  /external/opencv/cv/src/
cvundistort.cpp 69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; local
71 int ix = cvFloor(_x), iy = cvFloor(_y);
77 _x -= ix; _y -= iy;
81 t0 += _x*(CV_8TO32F(ptr[i+cn]) - t0);
82 t1 += _x*(CV_8TO32F(ptr[i + srcstep + cn]) - t1);
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; local
250 mapx[u] = (float)_x;
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
355 double w = 1./_w, x = _x*w, y = _y*w
    [all...]
  /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;
94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
143 d *= (xf[j] = _x.f);
800 IPCVAPI_IMPL( CvStatus, icvExp_32f, ( const float *_x, float *y, int n ), (_x, y, n)
    [all...]
  /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());
308 Index size = _x.size();
309 Index incrx = _x.innerStride();
312 Scalar* EIGEN_RESTRICT x = &_x.coeffRef(0);
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 35 #define OPUS_COSF(_x) ((float)cos(_x))
36 #define OPUS_SINF(_x) ((float)sin(_x))
  /external/libopus/src/
opus_compare.c 35 #define OPUS_COSF(_x) ((float)cos(_x))
36 #define OPUS_SINF(_x) ((float)sin(_x))
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 400 #define CL_ALIGNED(_x) __attribute__ ((aligned(_x)))
405 /* #define CL_ALIGNED(_x) _CRT_ALIGN(_x) */
406 #define CL_ALIGNED(_x)
409 #define CL_ALIGNED(_x)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 154 ; opus_val32 celt_pitch_xcorr_neon(opus_val16 *_x, opus_val16 *_y,
158 ; r0 = opus_val16 *_x
178 ; r3 = len, r4 = _x, r5 = _y, q0 = {0, 0, 0, 0}
262 ; r4 = opus_val16 *_x (must be 32-bit aligned)
344 ; r0 = opus_val16 *_x (must be 32-bit aligned)
396 ; Restore _x
414 ; r3 = len, r4 = _x, r5 = _y, r6...r9 = sum[4] = {0, 0, 0, 0}
419 BL xcorr_kernel_edsp ; xcorr_kernel_edsp(_x, _y+i, xcorr+i, len)
484 ; Restore _x
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 154 ; opus_val32 celt_pitch_xcorr_neon(opus_val16 *_x, opus_val16 *_y,
158 ; r0 = opus_val16 *_x
178 ; r3 = len, r4 = _x, r5 = _y, q0 = {0, 0, 0, 0}
262 ; r4 = opus_val16 *_x (must be 32-bit aligned)
344 ; r0 = opus_val16 *_x (must be 32-bit aligned)
396 ; Restore _x
414 ; r3 = len, r4 = _x, r5 = _y, r6...r9 = sum[4] = {0, 0, 0, 0}
419 BL xcorr_kernel_edsp ; xcorr_kernel_edsp(_x, _y+i, xcorr+i, len)
484 ; Restore _x
  /external/mesa3d/include/CL/
cl_platform.h 400 #define CL_ALIGNED(_x) __attribute__ ((aligned(_x)))
405 /* #define CL_ALIGNED(_x) _CRT_ALIGN(_x) */
406 #define CL_ALIGNED(_x)
409 #define CL_ALIGNED(_x)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 28 _translation = [chr(_x) for _x in range(256)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 28 _translation = [chr(_x) for _x in range(256)]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 253 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y, opus_val32 *xcorr, int len, int max_pitch)
256 /*The EDSP version requires that max_pitch is at least 1, and that _x is
260 celt_assert((((unsigned char *)_x-(unsigned char *)NULL)&3)==0);
267 xcorr_kernel(_x, _y+i, sum, len);
284 sum = MAC16_16(sum, _x[j],_y[i+j]);
  /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)
256 /*The EDSP version requires that max_pitch is at least 1, and that _x is
260 celt_assert((((unsigned char *)_x-(unsigned char *)NULL)&3)==0);
267 xcorr_kernel(_x, _y+i, sum, len);
284 sum = MAC16_16(sum, _x[j],_y[i+j]);
  /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),

Completed in 2366 milliseconds

1 2 3 4 5 6 78 910