/external/libopus/celt/ |
D | cwrs.c | 440 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()
|
D | celt_lpc.c | 131 opus_val32 *_y, in celt_iir()
|
D | pitch.c | 223 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y, in celt_pitch_xcorr_c()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_yuv.h | 67 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++/ |
D | Geometry.h | 195 ssize_t _y; variable 257 double _y; variable
|
D | STL.h | 1023 ssize_t _y; variable 1325 double _y; variable 1339 double _y; variable 1353 double _y; variable 1367 double _y; variable
|
D | Drawable.h | 68 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/ |
D | bitfield-ivar-offsets.m | 17 char _y; field
|
/external/valgrind/none/tests/amd64/ |
D | xacq_xrel.c | 11 #define CAT2(_x,_y) _x##_y argument 12 #define CAT(_x,_y) CAT2(_x,_y) argument
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #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/ |
D | filters_bfin.h | 85 …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()
|
D | ltp_sse.h | 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) in pitch_xcorr()
|
D | ltp_arm4.h | 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
|
D | ltp_bfin.h | 66 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/ |
D | test_opus_common.h | 28 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/ |
D | jit_test.py | 383 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/ |
D | default-synthesize-2.m | 121 id _y; field
|
/external/libopus/celt/arm/ |
D | celt_neon_intr.c | 194 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/ |
D | remote_fused_graph_execute_op_test_utils.cc | 32 auto _y = ops::AsNodeOut(scope, y); in BuildAddOp() local
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | s-c1.c | 411 long _y; /* Value Y - Yavg */ member
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 134 #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/ |
D | s-c1.c | 459 long _y[NSCENAR]; /* Value Y - Yavg */ member
|
/external/libxcam/xcore/ |
D | vec_mat.h | 75 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/ |
D | rtasm_x86sse.h | 214 #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/ |
D | s-c.c | 683 long _y[NSCENAR]; /* Value Y - Yavg */ member
|