OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GREENV
(Results
1 - 4
of
4
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h
129
static const int
GREENV
= 368;
ImageUtils.cpp
55
val = (int) (REDV * r -
GREENV
* g - BLUEV * b) / 1000 + 128;
99
val = (int) (REDV * r -
GREENV
* g - BLUEV * b) / 1000 + 128;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h
129
static const int
GREENV
= 368;
ImageUtils.cpp
55
val = (int) (REDV * r -
GREENV
* g - BLUEV * b) / 1000 + 128;
99
val = (int) (REDV * r -
GREENV
* g - BLUEV * b) / 1000 + 128;
Completed in 129 milliseconds