HomeSort by relevance Sort by last modified time
    Searched defs:_v (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); local
73 *v = _v + 128;
83 const int _v = v - 128; local
89 *r = scale * (y_factor * _y + 1.596f * _v);
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
111 const int _v = v - 128; local
113 const int _r = (298 * _y + 409 * _v + 128) >> 8;
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 98 return (_v(m1, m2, h+ONE_THIRD), _v(m1, m2, h), _v(m1, m2, h-ONE_THIRD))
100 def _v(m1, m2, hue): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 98 return (_v(m1, m2, h+ONE_THIRD), _v(m1, m2, h), _v(m1, m2, h-ONE_THIRD))
100 def _v(m1, m2, hue): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
colorsys.py 98 return (_v(m1, m2, h+ONE_THIRD), _v(m1, m2, h), _v(m1, m2, h-ONE_THIRD))
100 def _v(m1, m2, hue): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
colorsys.py 98 return (_v(m1, m2, h+ONE_THIRD), _v(m1, m2, h), _v(m1, m2, h-ONE_THIRD))
100 def _v(m1, m2, hue): function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
io.h 46 unsigned char _v; local
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (__port));
49 return _v;
55 unsigned char _v; local
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
58 return _v;
64 unsigned short _v; local
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port));
67 return _v;
73 unsigned short int _v; local
82 unsigned int _v; local
91 unsigned int _v; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
io.h 46 unsigned char _v; local
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (__port));
49 return _v;
55 unsigned char _v; local
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
58 return _v;
64 unsigned short _v; local
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port));
67 return _v;
73 unsigned short int _v; local
82 unsigned int _v; local
91 unsigned int _v; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
io.h 46 unsigned char _v; local
48 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (__port));
49 return _v;
55 unsigned char _v; local
57 __asm__ __volatile__ ("inb %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
58 return _v;
64 unsigned short _v; local
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port));
67 return _v;
73 unsigned short int _v; local
82 unsigned int _v; local
91 unsigned int _v; local
    [all...]
  /external/opencv3/modules/calib3d/test/
test_chesscorners_timing.cpp 68 CvMat* _v = 0; local
134 _v = cvCreateMat(1, count0, CV_32FC2);
137 v = (CvPoint2D32f*)_v->data.fl;
169 cvReleaseMat( &_v );
178 cvReleaseMat( &_v );
  /external/opencv3/modules/video/test/
test_optflowpyrlk.cpp 73 CvMat *_u = 0, *_v = 0, *_v2 = 0; local
93 _v = (CvMat*)cvLoad( filename );
95 if( !_v )
103 _v->cols != 2 || CV_MAT_TYPE(_v->type) != CV_32F || _v->rows != _u->rows )
112 v = (CvPoint2D32f*)_v->data.fl;
205 cvReleaseMat( &_v );
  /external/lzma/CPP/Common/
MyVector.h 406 CPointerVector _v; member in class:CObjectVector
408 unsigned Size() const { return _v.Size(); }
409 bool IsEmpty() const { return _v.IsEmpty(); }
410 void ReserveDown() { _v.ReserveDown(); }
411 // void Reserve(unsigned newCapacity) { _v.Reserve(newCapacity); }
412 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); }
418 _v.ConstructReserve(size);
420 _v.AddInReserved(new T(v[i]));
426 _v.Reserve(size);
428 _v.AddInReserved(new T(v[i]));
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 319 int _v; member in struct:SP11
320 int& GetV() { return _v; }
  /external/opencv/cv/src/
cvlkpyramid.cpp 507 CvPoint2D32f _v; local
519 _v.x = v.x + (minJ.x - (patchSize.width - maxJ.x + 1))*0.5f;
520 _v.y = v.y + (minJ.y - (patchSize.height - maxJ.y + 1))*0.5f;
524 jsz.width*sizeof(patchJ[0]), jsz, _v ) < 0 )
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 889 milliseconds