OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nU
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/camera/
Converters.cpp
41
const uint8_t
nU
= *U;
43
*rgb = YUVToRGB565(*Y,
nU
, nV);
45
*rgb = YUVToRGB565(*Y,
nU
, nV);
71
const uint8_t
nU
= *U;
73
*rgb = YUVToRGB32(*Y,
nU
, nV);
75
*rgb = YUVToRGB32(*Y,
nU
, nV);
/development/tools/yuv420sp2rgb/
yuv420sp2rgb.c
61
int nY,
nU
, nV;
85
nU
= *(pUV + (i/2) * width + bytes_per_pixel * (j/2) + 1);
89
nU
-= 128;
95
// nR = (int)(1.164 * nY + 2.018 *
nU
);
96
// nG = (int)(1.164 * nY - 0.813 * nV - 0.391 *
nU
);
99
nB = (int)(1192 * nY + 2066 *
nU
);
100
nG = (int)(1192 * nY - 833 * nV - 400 *
nU
);
/external/svox/pico/lib/
picosig2.h
120
picoos_int16 ivalue18; /*reserved for
nU
(size of LocU)*/
190
#define
nU
ivalue18
Completed in 72 milliseconds