HomeSort by relevance Sort by last modified time
    Searched refs:BLUEV (Results 1 - 4 of 4) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 132 static const int BLUEV = 71;
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 132 static const int BLUEV = 71;
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 49 milliseconds