Searched defs:_h (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp2.cpp31 template<char...> void operator "" _h() {} function
33 template<> void operator "" _h<'a', 'b', 'c'>() {} function
35 template void operator "" _h<'a', 'b', 'c', 'd'>();
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp149 float _h,r,g,b; local
153 _h = h * 6;
154 _i = (int)_h;
156 _2 = v * (1 - s * (_h - _i));
157 _3 = v * (1 - s * (1 - (_h - _i)));
/external/libvpx/libvpx/vpx_dsp/
H A Dpsnrhvs.c94 double _par, int _w, int _h, int _step,
125 for (y = 0; y < _h - 7; y += _step) {
92 calc_psnrhvs(const unsigned char *_src, int _systride, const unsigned char *_dst, int _dystride, double _par, int _w, int _h, int _step, const float _csf[8][8]) argument
H A Dfastssim.c44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { argument
51 lh = (_h + 1) >> 1;
72 lh = (_h + 1) >> 1;
137 int _s2ystride, int _w, int _h) {
152 j1 = FS_MINI(j0 + 1, _h);
425 const unsigned char *_dst, int _dystride, int _w, int _h) {
430 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS);
431 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h);
135 fs_downsample_level0(fs_ctx *_ctx, const unsigned char *_src1, int _s1ystride, const unsigned char *_src2, int _s2ystride, int _w, int _h) argument
424 calc_ssim(const unsigned char *_src, int _systride, const unsigned char *_dst, int _dystride, int _w, int _h) argument
/external/opencv3/3rdparty/openexr/Half/
H A Dhalf.h228 unsigned short _h; member in class:half
451 _h = (x.i >> 16);
483 _h = e + ((m + 0x00000fff + ((m >> 13) & 1)) >> 13);
491 _h = convert (x.i);
504 return _toFloat[_h].f;
527 unsigned short s = _h & 0x8000;
528 unsigned short e = _h & 0x7fff;
551 e = _h;
561 h._h = s | e;
575 h._h
[all...]
/external/libvpx/libvpx/test/
H A Dresize_test.cc85 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
86 : pts(_pts), w(_w), h(_h) {}
/external/libvncserver/test/
H A Dtjbench.c356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; local
414 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
436 if(h==tileh) _tileh=_h;
437 if(decomptest(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0,
/external/libjpeg-turbo/
H A Dtjbench.c483 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, local
552 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
558 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
578 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
585 _h=_h-(_h%tjMCUHeight[_subsamp]);
589 _h=_h-(_h
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 407 milliseconds