Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 25 of 32) 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 opus_val32 cwrsi(int _n,int _k,opus_uint32 _i,int *_y){ in cwrsi()
539 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses()
605 static opus_val32 cwrsi(int _n,int _k,opus_uint32 _i,int *_y,opus_uint32 *_u){ in cwrsi()
636 static OPUS_INLINE opus_uint32 icwrs1(const int *_y,int *_k){ in icwrs1()
645 static OPUS_INLINE opus_uint32 icwrs(int _n,int _k,opus_uint32 *_nc,const int *_y, in icwrs()
692 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){ in encode_pulses()
704 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses()
Dcelt_lpc.c131 opus_val32 *_y, in celt_iir()
Dpitch.c223 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y, in celt_pitch_xcorr_c()
/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/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m17 char _y; field
/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/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/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/tensorflow/tensorflow/compiler/tests/
Djit_test.py383 c = lambda i, _x, _y: math_ops.less(i, 5) argument
384 b = lambda i, x, _y: (i + 1, x * 2.0 + 1.0, x - 3.0) argument
/external/clang/test/SemaObjC/
Ddefault-synthesize-2.m121 id _y; field
/external/libopus/celt/arm/
Dcelt_neon_intr.c194 void celt_pitch_xcorr_float_neon(const opus_val16 *_x, const opus_val16 *_y, in celt_pitch_xcorr_float_neon()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test_utils.cc32 auto _y = ops::AsNodeOut(scope, y); in BuildAddOp() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c411 long _y; /* Value Y - Yavg */ member
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c459 long _y[NSCENAR]; /* Value Y - Yavg */ member
/external/libxcam/xcore/
Dvec_mat.h75 Vector2 (T _x, T _y) : x(_x), y(_y) {}; in Vector2()
120 void set (T _x, T _y) { in set()
972 Quaternion (T _x, T _y, T _z, T _w) : v(_x, _y, _z), w(_w) {}; in Quaternion()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h214 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c683 long _y[NSCENAR]; /* Value Y - Yavg */ member

12