/external/libopus/celt/ |
D | cwrs.c | 568 static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){ in ncwrs_urow() argument 575 _u[0]=0; in ncwrs_urow() 576 _u[1]=um2=1; in ncwrs_urow() 583 do _u[k]=(k<<1)-1; in ncwrs_urow() 585 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); in ncwrs_urow() 586 return _u[_k]+_u[_k+1]; in ncwrs_urow() 594 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y,opus_uint32 *_u){ in cwrsi() argument 602 p=_u[_k+1]; in cwrsi() 606 p=_u[_k]; in cwrsi() 607 while(p>_i)p=_u[--_k]; in cwrsi() [all …]
|
/external/opencv3/modules/video/test/ |
D | test_optflowpyrlk.cpp | 73 CvMat *_u = 0, *_v = 0, *_v2 = 0; in run() local 83 _u = (CvMat*)cvLoad( filename ); in run() 85 if( !_u ) in run() 102 if( _u->cols != 2 || CV_MAT_TYPE(_u->type) != CV_32F || in run() 103 _v->cols != 2 || CV_MAT_TYPE(_v->type) != CV_32F || _v->rows != _u->rows ) in run() 111 u = (CvPoint2D32f*)_u->data.fl; in run() 115 _v2 = cvCloneMat( _u ); in run() 142 n = _u->rows; in run() 204 cvReleaseMat( &_u ); in run()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_yuv.h | 68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv() local 72 *u = _u + 128; in util_format_rgb_float_to_yuv() 82 const int _u = u - 128; in util_format_yuv_to_rgb_float() local 90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float() 91 *b = scale * (y_factor * _y + 2.018f * _u ); in util_format_yuv_to_rgb_float() 110 const int _u = u - 128; in util_format_yuv_to_rgb_8unorm() local 114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() 115 const int _b = (298 * _y + 516 * _u + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | signal.h | 102 } _u; member 108 #define sa_handler _u._sa_handler 109 #define sa_sigaction _u._sa_sigaction
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | signal.h | 106 } _u; member 112 #define sa_handler _u._sa_handler 113 #define sa_sigaction _u._sa_sigaction
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
D | d3d11spikysphere.hlsl | 170 float3 _u = normalize((abs(s.x) > abs(s.y)) ? float3(-s.z, 0, s.x) : float3(0, -s.z, s.y)); 171 float3 _v = normalize(cross(s, _u)); 172 float3 dc_dU = s * dot(dd, _u) + _u * d;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 316 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1) in ExtractResolvFDs() 317 fds[cnt++] = statp->_u._ext.nssocks[i]; in ExtractResolvFDs()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | operations.hpp | 304 Mat _a(a, false), _u(u, false), _w(w, false), _vt(vt, false); in compute() local 305 SVD::compute(_a, _w, _u, _vt); in compute() 306 …CV_Assert(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.… in compute() 324 Mat _u(u, false), _w(w, false), _vt(vt, false), _rhs(rhs, false), _dst(dst, false); in backSubst() local 325 SVD::backSubst(_w, _u, _vt, _rhs, _dst); in backSubst()
|
D | mat.inl.hpp | 3429 inline UMatDataAutoLock::UMatDataAutoLock(UMatData* _u) : u(_u) { u->lock(); } in UMatDataAutoLock() argument
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 1360 OutputArray _u, OutputArray _vt, int flags ) in _SVDcompute() argument 1365 bool compute_uv = _u.needed() || _vt.needed(); in _SVDcompute() 1372 _u.release(); in _SVDcompute() 1418 if( _u.needed() ) in _SVDcompute() 1419 transpose(temp_u, _u); in _SVDcompute() 1425 if( _u.needed() ) in _SVDcompute() 1426 transpose(temp_v, _u); in _SVDcompute() 1444 void SVD::backSubst( InputArray _w, InputArray _u, InputArray _vt, in backSubst() argument 1447 Mat w = _w.getMat(), u = _u.getMat(), vt = _vt.getMat(), rhs = _rhs.getMat(); in backSubst()
|
/external/opencv3/modules/calib3d/src/ |
D | stereosgbm.cpp | 217 __m128i _u = _mm_set1_epi8((char)u), _u0 = _mm_set1_epi8((char)u0); in calcPixelCostBT() local 226 __m128i c0 = _mm_max_epu8(_mm_subs_epu8(_u, _v1), _mm_subs_epu8(_v0, _u)); in calcPixelCostBT() 262 __m128i _u = _mm_set1_epi8(u), z = _mm_setzero_si128(); in calcPixelCostBT() local 267 __m128i diff = _mm_adds_epu8(_mm_subs_epu8(_u,_v), _mm_subs_epu8(_v,_u)); in calcPixelCostBT()
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | remap.cl | 465 float2 _u = map_data - convert_float2(map_dataA); 466 …WT2 u = convertToWT2(convert_int2_rte(convertToWT2(_u) * (WT2)INTER_TAB_SIZE)) / (WT2)INTER_TAB_SI… 528 float2 _u = map_data - convert_float2(map_dataA); 529 …WT2 u = convertToWT2(convert_int2_rte(convertToWT2(_u) * (WT2)INTER_TAB_SIZE)) / (WT2)INTER_TAB_SI…
|
/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 38 - (id) u { // expected-warning {{ivar '_u' which backs the property is not referenced in this prope…
|
/external/sonivox/jet_tools/JetCreator/ |
D | img_Undo.py | 58 \x01`L\xc0\x05Y0\xb1XF\xd8o\xd5\xd3\x1bX\x1b\x0e[N _u\xf4v\x0fN\x8b\x0c\xd9G\
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 1927 float _u = u[pos]; in BlendFramesKernel() local 1941 out[pos] = tex2D(tex_src0, x - _u * theta, y - _v * theta) * (1.0f - theta) + in BlendFramesKernel() 1942 tex2D(tex_src1, x + _u * (1.0f - theta), y + _v * (1.0f - theta)) * theta; in BlendFramesKernel() 1947 out[pos] = tex2D(tex_src0, x - _u * theta, y - _v * theta); in BlendFramesKernel()
|
/external/webrtc/talk/media/testdata/ |
D | video.rtpdump | 133 d�ꐥI�R��)W��fϢ_�_u�y��6k��ww{���'ʼ����0Ҙ��t]��ڰ�W���Lc�;ǭL}�fε1֦5���_��A�H�3�w�5��7�ԛv�D… 351 …��p��8nv9z]�O�ð��ݿ�w���G��B�Uݭ�Z��6�_v7�?��,G?p&�"��C���n���_u�ހ^���������c�]v�)…
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6255 …YUV420p2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, … in YUV420p2RGB888Invoker() 6256 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGB888Invoker() 6323 …YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v… in YUV420p2RGBA8888Invoker() 6324 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGBA8888Invoker() 6410 inline void cvtYUV420p2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* … in cvtYUV420p2RGB() argument 6412 YUV420p2RGB888Invoker<bIdx> converter(&_dst, _stride, _y1, _u, _v, ustepIdx, vstepIdx); in cvtYUV420p2RGB() 6420 inline void cvtYUV420p2RGBA(Mat& _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar*… in cvtYUV420p2RGBA() argument 6422 YUV420p2RGBA8888Invoker<bIdx> converter(&_dst, _stride, _y1, _u, _v, ustepIdx, vstepIdx); in cvtYUV420p2RGBA()
|
/external/chromium-trace/catapult/tracing/third_party/d3/ |
D | d3.min.js | 2 …n(t){return Math.pow(t,n)}}function Mu(n){return 1-Math.cos(n*Ea)}function _u(n){return Math.pow(2… 4 …ubic:function(){return mu},sin:function(){return Mu},exp:function(){return _u},circle:function(){r…
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | hrtf_g722_1C_48_jitterT2.rtp | 2470 �`�$��'� �`�,*�&\�%�$eILJU�"�.�2�:�D(t��_u�J�U2
|
/external/selinux/policycoreutils/po/ |
D | no.po | 3882 "end in an _u."
|
D | wo.po | 3882 "end in an _u."
|
D | zh_HK.po | 3881 "end in an _u."
|
D | ro.po | 3883 "end in an _u."
|
D | cy.po | 3883 "end in an _u."
|
D | ku.po | 3882 "end in an _u."
|