OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REDY
(Results
1 - 4
of
4
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h
125
static const int
REDY
= 257;
ImageUtils.cpp
50
int val = (int) (
REDY
* r + GREENY * g + BLUEY * b) / 1000 + 16;
94
int val = (int) (
REDY
* r + GREENY * g + BLUEY * b) / 1000 + 16;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h
125
static const int
REDY
= 257;
ImageUtils.cpp
50
int val = (int) (
REDY
* r + GREENY * g + BLUEY * b) / 1000 + 16;
94
int val = (int) (
REDY
* r + GREENY * g + BLUEY * b) / 1000 + 16;
Completed in 95 milliseconds