Searched defs:_u (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_yuv.h68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); local
72 *u = _u + 128;
82 const int _u = u - 128; local
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
110 const int _u = u - 128; local
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.h68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); local
72 *u = _u + 128;
82 const int _u = u - 128; local
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
110 const int _u = u - 128; local
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8;
/external/chromium_org/third_party/opus/src/celt/
H A Dcwrs.c567 _u: On exit, _u[i] contains U(_n,i) for i in [0..._k+1].*/
568 static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){ argument
575 _u[0]=0;
576 _u[1]=um2=1;
577 /*If _n==0, _u[0] should be 1 and the rest should be 0.*/
578 /*If _n==1, _u[i] should be 1 for i>1.*/
583 do _u[k]=(k<<1)-1;
585 for(k=2;k<_n;k++)unext(_u+1,_k+1,1);
586 return _u[_
594 cwrsi(int _n,int _k,opus_uint32 _i,int *_y,opus_uint32 *_u) argument
629 icwrs(int _n,int _k,opus_uint32 *_nc,const int *_y, opus_uint32 *_u) argument
[all...]
/external/libopus/celt/
H A Dcwrs.c567 _u: On exit, _u[i] contains U(_n,i) for i in [0..._k+1].*/
568 static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){ argument
575 _u[0]=0;
576 _u[1]=um2=1;
577 /*If _n==0, _u[0] should be 1 and the rest should be 0.*/
578 /*If _n==1, _u[i] should be 1 for i>1.*/
583 do _u[k]=(k<<1)-1;
585 for(k=2;k<_n;k++)unext(_u+1,_k+1,1);
586 return _u[_
594 cwrsi(int _n,int _k,opus_uint32 _i,int *_y,opus_uint32 *_u) argument
629 icwrs(int _n,int _k,opus_uint32 *_nc,const int *_y, opus_uint32 *_u) argument
[all...]
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h102 } _u; member in struct:sigaction
108 #define sa_handler _u._sa_handler
109 #define sa_sigaction _u._sa_sigaction
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h106 } _u; member in struct:sigaction
112 #define sa_handler _u._sa_handler
113 #define sa_sigaction _u._sa_sigaction

Completed in 8257 milliseconds