HomeSort by relevance Sort by last modified time
    Searched full:gamma_correction (Results 1 - 5 of 5) sorted by null

  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 29 const float GAMMA_CORRECTION = 2.2f;
59 / log(2.0f) * GAMMA_CORRECTION +
63 / log(2.0f) * GAMMA_CORRECTION +
67 / log(2.0f) * GAMMA_CORRECTION +
testingimage.cpp 29 const float GAMMA_CORRECTION = 2.2f;
170 GAMMA_CORRECTION);
172 GAMMA_CORRECTION);
174 GAMMA_CORRECTION);
181 1/GAMMA_CORRECTION));
colorcheckertest.cpp 28 const float GAMMA_CORRECTION = 2.2f;
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 35 const float GAMMA_CORRECTION = 2.2f;
121 mExposureCompensation = std::pow(2.0f, ev / GAMMA_CORRECTION);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 1268 int gamma_correction = 0; local
    [all...]

Completed in 1197 milliseconds