OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UVSCALE
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_luv.c
674
#ifndef
UVSCALE
677
#define
UVSCALE
410.
1066
u = 1./
UVSCALE
* ((p>>8 & 0xff) + .5);
1067
v = 1./
UVSCALE
* ((p & 0xff) + .5);
1097
else ue = itrunc(
UVSCALE
*u, em);
1100
else ve = itrunc(
UVSCALE
*v, em);
[
all
...]
tiffio.h
486
#define
UVSCALE
410.
/external/pdfium/third_party/libtiff/
tif_luv.c
686
#ifndef
UVSCALE
689
#define
UVSCALE
410.
1080
u = 1./
UVSCALE
* ((p>>8 & 0xff) + .5);
1081
v = 1./
UVSCALE
* ((p & 0xff) + .5);
1111
else ue = itrunc(
UVSCALE
*u, em);
1114
else ve = itrunc(
UVSCALE
*v, em);
1142
u = 1./
UVSCALE
* ((*luv>>8 & 0xff) + .5);
1143
v = 1./
UVSCALE
* ((*luv & 0xff) + .5);
1186
(luv3[1]*(uint32)(
UVSCALE
+.5) >> 7 & 0xff00) |
1187
(luv3[2]*(uint32)(
UVSCALE
+.5) >> 15 & 0xff)
[
all
...]
tiffio.h
493
#define
UVSCALE
410.
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayHardware.h
112
uint32_t
UVSCALE
;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayHardware.h
116
uint32_t
UVSCALE
;
/hardware/intel/img/psb_video/src/
psb_overlay.h
209
uint32_t
UVSCALE
;
Completed in 167 milliseconds