OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nR
(Results
1 - 3
of
3
) sorted by null
/development/tools/yuv420sp2rgb/
yuv420sp2rgb.c
60
int
nR
, nG, nB;
95
//
nR
= (int)(1.164 * nY + 2.018 * nU);
101
nR
= (int)(1192 * nY + 1634 * nV);
103
nR
= min(262143, max(0,
nR
));
107
nR
>>= 10;
nR
&= 0xff;
113
cb(
nR
, nG, nB, &ctx);
/external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js
[
all
...]
/external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js
[
all
...]
Completed in 16 milliseconds