Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 25 of 50) sorted by relevance

12

/external/libopus/celt/
Dcwrs.c440 static opus_uint32 icwrs(int _n,const int *_y){ in icwrs()
458 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){ in encode_pulses()
463 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y){ in cwrsi()
528 void decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses()
594 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y,opus_uint32 *_u){ in cwrsi()
620 static OPUS_INLINE opus_uint32 icwrs1(const int *_y,int *_k){ in icwrs1()
629 static OPUS_INLINE opus_uint32 icwrs(int _n,int _k,opus_uint32 *_nc,const int *_y, in icwrs()
676 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){ in encode_pulses()
688 void decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses()
Dpitch.h164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
Dcelt_lpc.c93 opus_val16 *_y, in celt_fir()
146 opus_val32 *_y, in celt_iir()
/external/opencv3/modules/cudaarithm/src/cuda/
Dpolar_cart.cu59 void cv::cuda::magnitude(InputArray _x, InputArray _y, OutputArray _dst, Stream& stream) in magnitude()
78 void cv::cuda::magnitudeSqr(InputArray _x, InputArray _y, OutputArray _dst, Stream& stream) in magnitudeSqr()
97 void cv::cuda::phase(InputArray _x, InputArray _y, OutputArray _dst, bool angleInDegrees, Stream& s… in phase()
119 void cv::cuda::cartToPolar(InputArray _x, InputArray _y, OutputArray _mag, OutputArray _angle, bool… in cartToPolar()
180 void cv::cuda::polarToCart(InputArray _mag, InputArray _angle, OutputArray _x, OutputArray _y, bool… in polarToCart()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_yuv.h67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() local
81 const int _y = y - 16; in util_format_yuv_to_rgb_float() local
109 const int _y = y - 16; in util_format_yuv_to_rgb_8unorm() local
/external/ImageMagick/Magick++/lib/Magick++/
DGeometry.h195 ssize_t _y; variable
257 double _y; variable
DSTL.h1023 ssize_t _y; variable
1325 double _y; variable
1339 double _y; variable
1353 double _y; variable
1367 double _y; variable
DDrawable.h68 double _y; variable
368 double _y; variable
730 double _y; variable
837 double _y; variable
1253 double _y; variable
1628 double _y; variable
2027 double _y; variable
2260 double _y; variable
2412 double _y; // End-point Y variable
2586 double _y; variable
[all …]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtVector4.java64 public btVector4(float _x, float _y, float _z, float _w) { in btVector4()
88 public void setValue(float _x, float _y, float _z, float _w) { in setValue()
DbtVector3.java72 public btVector3(float _x, float _y, float _z) { in btVector3()
172 public void setY(float _y) { in setY()
208 public void setValue(float _x, float _y, float _z) { in setValue()
Dint4.java96 public int4(int _x, int _y, int _z, int _w) { in int4()
/external/valgrind/none/tests/amd64/
Dxacq_xrel.c11 #define CAT2(_x,_y) _x##_y argument
12 #define CAT(_x,_y) CAT2(_x,_y) argument
/external/libopus/celt/arm/
Dpitch_arm.h51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
/external/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m17 char _y; field
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
/external/speex/libspeex/
Dfilters_bfin.h85 …nst spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int o… in filter_mem16()
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx… in iir_mem16()
Dltp_sse.h57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) in pitch_xcorr()
Dltp_arm4.h88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
Dltp_bfin.h66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
/external/clang/test/SemaObjC/
Ddefault-synthesize-2.m121 id _y; field
/external/opencv/cv/src/
Dcvundistort.cpp70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; in icvUnDistort_8u_CnR() local
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; in cvInitUndistortMap() local
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; in cvInitUndistortRectifyMap() local
/external/opencv/ml/src/
Dmlsvm.cpp386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y, in CvSVMSolver()
397 bool CvSVMSolver::create( int _sample_count, int _var_count, const float** _samples, schar* _y, in create()
520 const schar* _y = y; in get_row_svc() local
954 bool CvSVMSolver::solve_c_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, in solve_c_svc()
981 …ol CvSVMSolver::solve_nu_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, in solve_nu_svc()
1060 const float* _y, CvMemStorage* _storage, in solve_eps_svr()
1096 const float* _y, CvMemStorage* _storage, in solve_nu_svr()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.h156 int4(int _x,int _y, int _z,int _w){x=_x;y=_y;z=_z;w=_w;} in int4()

12